1
Fork 0

Flip cfg's for bootstrap bump

This commit is contained in:
Mark Rousskov 2023-07-12 21:38:55 -04:00
parent 7559d96be9
commit 67b0cfc761
14 changed files with 16 additions and 73 deletions

View file

@ -149,7 +149,7 @@ mod opaque_types;
mod parameterized;
mod rvalue_scopes;
mod structural_impls;
#[cfg_attr(not(bootstrap), allow(hidden_glob_reexports))]
#[allow(hidden_glob_reexports)]
mod sty;
mod typeck_results;