Skip to content

Commit af0f395

Browse files
authored
Merge pull request #213 from nacengineer/patch-1
2 parents a018fc7 + 5d755e2 commit af0f395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/poison/parser.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ defmodule Poison.Parser do
6262
@compile {:inline_size, 150}
6363
@compile {:inline_unroll, 3}
6464

65-
use Bitwise
65+
import Bitwise
6666

6767
alias Poison.{Decoder, ParseError}
6868

0 commit comments

Comments
 (0)