Skip to content

Commit 829109f

Browse files
ehussHavvy
andauthored
Change "forbidden lint" to "forbidden level"
Co-authored-by: Ryan Scheel <[email protected]>
1 parent 759c010 commit 829109f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub mod m1 {
4040
```
4141

4242
Lint attributes can override the level specified from a previous attribute, as
43-
long as the level does not attempt to change a forbidden lint. Previous
43+
long as the level does not attempt to change a lint away from the forbidden level. Previous
4444
attributes are those from a higher level in the syntax tree, or from a
4545
previous attribute on the same entity as listed in left-to-right source order.
4646

0 commit comments

Comments
 (0)