bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
3.98k stars 223 forks source link

ci/fix: modify ci.yml to let `cargo fmt/clippy` only runs on nightly channel #273

Closed Lzzzzzt closed 3 months ago

Lzzzzzt commented 4 months ago

same as title

compile on Stable CI, compile and execute cargo fmt/clippy on Nightly CI

Lzzzzzt commented 4 months ago

fix the problem when CI run cargo fmt, it will fail due to

Warning: can't set `wrap_comments = true`, unstable features are only available in nightly channel.