Skip to content

Commit

Permalink
Merge pull request #208 from ryvasquez/master
Browse files Browse the repository at this point in the history
Use import Bitwise instead of use Bitwise
  • Loading branch information
devinus authored Jun 3, 2024
2 parents ef8b22d + 68f5a7d commit da3393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/poison/encoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ defimpl Poison.Encoder, for: Atom do
end

defimpl Poison.Encoder, for: BitString do
use Bitwise
import Bitwise

@compile :inline
@compile :inline_list_funcs
Expand Down

0 comments on commit da3393f

Please sign in to comment.