mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #152469 - mu001999-contrib:cleanup/unused-features, r=nadrieril,jdonszelmann
Remove unused features Detected by https://github.com/rust-lang/rust/pull/152164. ~~Only allow `unused_features` if there are complex platform-specific features enabled.~~
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
// tidy-alphabetical-start
|
||||
#![allow(unused_crate_dependencies)]
|
||||
#![cfg_attr(feature = "rustc", feature(if_let_guard))]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
pub(crate) mod checks;
|
||||
|
||||
Reference in New Issue
Block a user