Skip to content

Commit

Permalink
Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeG…
Browse files Browse the repository at this point in the history
…omez

`deny(invalid_codeblock_attributes)` for rustc_error_codes

Closes #71478.

r? ``@GuillaumeGomez``
  • Loading branch information
JohnTitor authored Nov 6, 2020
2 parents 8f70cad + 9d9292c commit 55bf791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_error_codes/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 55bf791

Please sign in to comment.