We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0be629 commit a5a1b56Copy full SHA for a5a1b56
src/attribute.md
@@ -33,7 +33,7 @@ with the difference between them being where they apply.
33
- `#![inner_attribute]` applies to the enclosing [item][item] (typically a
34
module or a crate). In other words, this attribute is interpreted as
35
applying to the entire scope in which it's place. Here is an example
36
- where `#![allow(unusude_variables)]` applies to the whole crate (if
+ where `#![allow(unused_variables)]` applies to the whole crate (if
37
placed in `main.rs`):
38
```rust
39
#![allow(unused_variables)]
0 commit comments