diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-11-04 23:33:00 -0500 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-11-05 12:13:28 -0500 |
| commit | 9d9292cfda593c87100c8bb5b6c2c7f87f7f000a (patch) | |
| tree | d8d1b86ebfce5bb31b79ddc79238f53534a4745a /compiler/rustc_error_codes/src/lib.rs | |
| parent | f2bbdd0a3257cc980c934a92c5bf9808cf31728c (diff) | |
| download | rust-9d9292cfda593c87100c8bb5b6c2c7f87f7f000a.tar.gz rust-9d9292cfda593c87100c8bb5b6c2c7f87f7f000a.zip | |
`deny(invalid_codeblock_attributes)`
Diffstat (limited to 'compiler/rustc_error_codes/src/lib.rs')
| -rw-r--r-- | compiler/rustc_error_codes/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_error_codes/src/lib.rs b/compiler/rustc_error_codes/src/lib.rs index 4353a294cc3..e4a70253144 100644 --- a/compiler/rustc_error_codes/src/lib.rs +++ b/compiler/rustc_error_codes/src/lib.rs @@ -1,3 +1,4 @@ +#![deny(invalid_codeblock_attributes)] //! This library is used to gather all error codes into one place, //! the goal being to make their maintenance easier. |
