Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeGomez
`deny(invalid_codeblock_attributes)` for rustc_error_codes Closes https://github.com/rust-lang/rust/issues/71478. r? ``@GuillaumeGomez``
This commit is contained in:
commit
55bf7911c3
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue