mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
36f1ed6de2
Remove unused feature gates The first commit removes a usage of a feature gate, but I don't expect it to be controversial as the feature gate was only used to workaround a limitation of rust in the past. (closures never being `Clone`) The second commit uses `#[allow_internal_unstable]` to avoid leaking the `trusted_step` feature gate usage from inside the index newtype macro. It didn't work for the `min_specialization` feature gate though. The third commit removes (almost) all feature gates from the compiler that weren't used anyway. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |