diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-11-13 07:39:17 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-11-15 19:41:28 -0500 |
| commit | db3e2bacb69c068fd9262a3aadd961ea2f7f940e (patch) | |
| tree | 0572b5e415d8b77a62133845eb41f13551e4b09a /library/proc_macro/src | |
| parent | 74cf505e365966a4005cf7b71cacab0659732552 (diff) | |
| download | rust-db3e2bacb69c068fd9262a3aadd961ea2f7f940e.tar.gz rust-db3e2bacb69c068fd9262a3aadd961ea2f7f940e.zip | |
Bump cfg(bootstrap)s
Diffstat (limited to 'library/proc_macro/src')
| -rw-r--r-- | library/proc_macro/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/proc_macro/src/lib.rs b/library/proc_macro/src/lib.rs index 991fdb1256d..d3f1fba9369 100644 --- a/library/proc_macro/src/lib.rs +++ b/library/proc_macro/src/lib.rs @@ -17,8 +17,8 @@ test(no_crate_inject, attr(deny(warnings))), test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))) )] -#![cfg_attr(not(bootstrap), doc(rust_logo))] -#![cfg_attr(not(bootstrap), feature(rustdoc_internals))] +#![doc(rust_logo)] +#![feature(rustdoc_internals)] // This library is copied into rust-analyzer to allow loading rustc compiled proc macros. // Please avoid unstable features where possible to minimize the amount of changes necessary // to make it compile with rust-analyzer on stable. |
