zesterer / flume

A safe and fast multi-producer, multi-consumer channel.
https://crates.io/crates/flume
Apache License 2.0
2.47k stars 85 forks source link

Fix test warnings #158

Open gretchenfrage opened 1 month ago

gretchenfrage commented 1 month ago

On the master branch, there are 18 warnings which occur only in test modules. These warnings are not logged by cargo check alone, but they are logged if you run cargo check --tests. This PR:

(Note: cargo check --tests also logs warnings in the normal code too.)

(Note: I noticed this because I'm using the Zed editor which does this automatically in an integrated way.)