Remove let_chains feature

This commit is contained in:
Cameron Steffen
2025-06-29 13:06:21 -05:00
parent ed2d759783
commit dc9879cb3d
39 changed files with 1053 additions and 1194 deletions

View File

@@ -552,8 +552,6 @@ declare_features! (
(unstable, large_assignments, "1.52.0", Some(83518)),
/// Allow to have type alias types for inter-crate use.
(incomplete, lazy_type_alias, "1.72.0", Some(112792)),
/// Allows `if/while p && let q = r && ...` chains.
(unstable, let_chains, "1.37.0", Some(53667)),
/// Allows using `#[link(kind = "link-arg", name = "...")]`
/// to pass custom arguments to the linker.
(unstable, link_arg_attribute, "1.76.0", Some(99427)),