diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-03-26 16:10:21 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-04-04 14:57:05 -0400 |
| commit | b3a4f91b8d16f65e3220f14fc7867fed0cc7d1e7 (patch) | |
| tree | 330656913d7ad3d4f900f383d2e13db3c639cf7e /compiler | |
| parent | a76de0d0a74ed6212475404bf9c6ce19ac337a6a (diff) | |
| download | rust-b3a4f91b8d16f65e3220f14fc7867fed0cc7d1e7.tar.gz rust-b3a4f91b8d16f65e3220f14fc7867fed0cc7d1e7.zip | |
Bump cfgs
Diffstat (limited to 'compiler')
| -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. |
