Skip to content

Commit da3393f

Browse files
authored
Merge pull request #208 from ryvasquez/master
Use import Bitwise instead of use Bitwise
2 parents ef8b22d + 68f5a7d commit da3393f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/poison/encoder.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ defimpl Poison.Encoder, for: Atom do
109109
end
110110

111111
defimpl Poison.Encoder, for: BitString do
112-
use Bitwise
112+
import Bitwise
113113

114114
@compile :inline
115115
@compile :inline_list_funcs

0 commit comments

Comments
 (0)