bincode-org / bincode

A binary encoder / decoder implementation in Rust.
MIT License
2.63k stars 265 forks source link

Build pipeline fails #701

Closed VictorKoenders closed 5 months ago

VictorKoenders commented 5 months ago

In one of the recent updates of rust, we now get build pipelines because std::atomics::*; is included in a file, but in certain configurations this is never used. Because this triggers a warning and the pipeline treats warnings as errors, the pipeline fails.

VictorKoenders commented 5 months ago

Fixed in #692