1
Fork 0

update bootstrap configs

This commit is contained in:
Josh Stone 2024-10-14 14:46:44 -07:00
parent 6134f9f636
commit acb09bf741
36 changed files with 17 additions and 115 deletions

View file

@ -24,7 +24,7 @@ declare_lint! {
/// ### Example
///
/// ```rust,edition2021
/// #![cfg_attr(not(bootstrap), feature(if_let_rescope))] // Simplify this in bootstrap bump.
/// #![feature(if_let_rescope)]
/// #![warn(if_let_rescope)]
/// #![allow(unused_variables)]
///