devinus / poison

An incredibly fast, pure Elixir JSON library
BSD Zero Clause License
2.03k stars 218 forks source link

Replace Deprecated Bitwise Usage in Poison.Encoder.BitString #218

Closed metemaad closed 5 months ago

metemaad commented 10 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.

devinus commented 5 months ago

Superseded by #213.