tokio-rs / bytes

Utilities for working with bytes
MIT License
1.86k stars 278 forks source link

Test for unknown --cfg flags in ci #704

Open Darksonn opened 4 months ago

Darksonn commented 4 months ago

In #703, we disabled a new lint because it fails when it encounters #[cfg(loom)]. It would be nice to do something similar to https://github.com/tokio-rs/tokio/pull/6538 to run the lint in CI.