Skip to content

Commit

Permalink
Clean up E0452 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 23, 2020
1 parent 98803c1 commit 19e6935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustc_error_codes/error_codes/E0452.md
@@ -1,4 +1,6 @@
An invalid lint attribute has been given. Erroneous code example:
An invalid lint attribute has been given.

Erroneous code example:

```compile_fail,E0452
#![allow(foo = "")] // error: malformed lint attribute
Expand Down

0 comments on commit 19e6935

Please sign in to comment.