updating the feature-gate listing and do not require the feature-gate to use the feature

This commit is contained in:
Charisee
2022-02-04 02:22:02 +00:00
parent 502d6aa47b
commit 4404a4e365
3 changed files with 2 additions and 3 deletions

View File

@@ -303,8 +303,6 @@ declare_features! (
(active, c_variadic, "1.34.0", Some(44930), None),
/// Allows capturing disjoint fields in a closure/generator (RFC 2229).
(incomplete, capture_disjoint_fields, "1.49.0", Some(53488), None),
/// Enables `#[cfg(panic = "...")]` config key.
(active, cfg_panic, "1.49.0", Some(77443), None),
/// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
(active, cfg_sanitize, "1.41.0", Some(39699), None),
/// Allows `cfg(target_abi = "...")`.