devinus / poison

An incredibly fast, pure Elixir JSON library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated syntax: `use Bitwise`

wjlee2020 opened this issue · comments

commented

When compiling Poison, you can see that there are two locations for this deprecated syntax.
Fix to using: import Bitwise is recommended.