We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759c010 commit 829109fCopy full SHA for 829109f
src/attributes/diagnostics.md
@@ -40,7 +40,7 @@ pub mod m1 {
40
```
41
42
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
+long as the level does not attempt to change a lint away from the forbidden level. Previous
44
attributes are those from a higher level in the syntax tree, or from a
45
previous attribute on the same entity as listed in left-to-right source order.
46
0 commit comments