We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5390388 commit 37192e9Copy full SHA for 37192e9
lib/hpax/huffman.ex
@@ -1,7 +1,7 @@
1
defmodule HPAX.Huffman do
2
@moduledoc false
3
4
- use Bitwise
+ import Bitwise, only: [>>>: 2]
5
6
# This file is downloaded from the spec directly.
7
# http://httpwg.org/specs/rfc7541.html#huffman.code
lib/hpax/types.ex
defmodule HPAX.Types do
+ import Bitwise, only: [<<<: 2]
alias HPAX.Huffman
0 commit comments