Closed metemaad closed 5 months ago
This PR addresses a deprecation warning in the Poison.Encoder.BitString module. The 'use Bitwise' statement at line 112 has been replaced with 'import Bitwise' to comply with recent Elixir language updates.
Superseded by #213.
This PR addresses a deprecation warning in the Poison.Encoder.BitString module. The 'use Bitwise' statement at line 112 has been replaced with 'import Bitwise' to comply with recent Elixir language updates.