diff options
| author | Josh Stone <jistone@redhat.com> | 2024-10-14 14:46:44 -0700 | 
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-10-15 20:30:23 -0700 | 
| commit | acb09bf741ba439356e824dd10a07054c6656fb6 (patch) | |
| tree | 376a37a33d0c9d2e5817d6c4617e8f91cb320b39 /compiler/rustc_next_trait_solver/src/lib.rs | |
| parent | 6134f9f636422abeda9fbc1563f6aa9a5b0b3fdf (diff) | |
| download | rust-acb09bf741ba439356e824dd10a07054c6656fb6.tar.gz rust-acb09bf741ba439356e824dd10a07054c6656fb6.zip | |
update bootstrap configs
Diffstat (limited to 'compiler/rustc_next_trait_solver/src/lib.rs')
| -rw-r--r-- | compiler/rustc_next_trait_solver/src/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_next_trait_solver/src/lib.rs b/compiler/rustc_next_trait_solver/src/lib.rs index de74ac32804..d67ae2550d9 100644 --- a/compiler/rustc_next_trait_solver/src/lib.rs +++ b/compiler/rustc_next_trait_solver/src/lib.rs @@ -5,7 +5,7 @@ //! So if you got to this crate from the old solver, it's totally normal. // tidy-alphabetical-start -#![cfg_attr(not(bootstrap), allow(rustc::usage_of_type_ir_inherent))] +#![allow(rustc::usage_of_type_ir_inherent)] #![warn(unreachable_pub)] // tidy-alphabetical-end | 
