elixir-mint / mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Apache License 2.0
1.36k stars 106 forks source link

Use `import Bitwise` instead of `use Bitwise` #348

Closed moogle19 closed 2 years ago

moogle19 commented 2 years ago

Fixes the deprecation warnings for Elixir >= 1.14. Also removed unused use Bitwise in http2.ex.