rust/compiler/rustc_lint
Manish Goregaokar 5215b855b0
Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillot
Remove some feature gates

The first commit removes various feature gates that are unused. The second commit replaces some `Fn` implementations with `Iterator` implementations, which is much cleaner IMO. The third commit replaces an unboxed_closures feature gate with min_specialization. For some reason the unboxed_closures feature gate suppresses the min_specialization feature gate from triggering on an `TrustedStep` impl. The last comment just turns a regular comment into a doc comment as drive by cleanup. I can move it to a separate PR if preferred.
2021-10-03 23:13:20 -07:00
..
src Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillot 2021-10-03 23:13:20 -07:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00