Skip to content

Commit

Permalink
Merge pull request #1797 from PerGraa/fix-typo-unusude
Browse files Browse the repository at this point in the history
fix: typo `unusude`
  • Loading branch information
marioidival committed Jan 13, 2024
2 parents 14e453e + 241be23 commit cf1da1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with the difference between them being where they apply.
- `#![inner_attribute]` applies to the enclosing [item][item] (typically a
module or a crate). In other words, this attribute is interpreted as
applying to the entire scope in which it's place. Here is an example
where `#![allow(unusude_variables)]` applies to the whole crate (if
where `#![allow(unused_variables)]` applies to the whole crate (if
placed in `main.rs`):
```rust
#![allow(unused_variables)]
Expand Down

0 comments on commit cf1da1b

Please sign in to comment.