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.
2 parents 14e453e + 241be23 commit cf1da1bCopy full SHA for cf1da1b
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