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

@ -1871,7 +1871,6 @@ declare_lint! {
/// ### Example
///
/// ```rust,compile_fail
/// # #[cfg_attr(bootstrap)] compile_error!(); // Remove this in bootstrap bump.
/// #![deny(elided_named_lifetimes)]
/// struct Foo;
/// impl Foo {