diff options
| author | bors <bors@rust-lang.org> | 2021-04-04 22:45:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-04-04 22:45:56 +0000 |
| commit | 35aa636159b84a771000ee025828798fd959933d (patch) | |
| tree | f5ec26ac4b741ceccc86a0a4b235300a18f7e805 /compiler/rustc_error_codes/src | |
| parent | c755ee4ce8cae6ea977d65a0288480940db721d9 (diff) | |
| parent | f06efd2a24761b3f2b73d9888a8f945de5ec26e4 (diff) | |
| download | rust-35aa636159b84a771000ee025828798fd959933d.tar.gz rust-35aa636159b84a771000ee025828798fd959933d.zip | |
Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrum
Bump bootstrap to 1.52 beta This includes the standard bump, but also a workaround for new cargo behavior around clearing out the doc directory when the rustdoc version changes.
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/lib.rs b/compiler/rustc_error_codes/src/lib.rs index 14ddb3e2079..f2432f61653 100644 --- a/compiler/rustc_error_codes/src/lib.rs +++ b/compiler/rustc_error_codes/src/lib.rs @@ -1,5 +1,4 @@ -#![cfg_attr(bootstrap, deny(invalid_codeblock_attributes))] -#![cfg_attr(not(bootstrap), deny(rustdoc::invalid_codeblock_attributes))] +#![deny(rustdoc::invalid_codeblock_attributes)] //! This library is used to gather all error codes into one place, //! the goal being to make their maintenance easier. |
