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 2584df2 + c7d3c25 commit 672dfd6Copy full SHA for 672dfd6
src/attribute.md
@@ -32,7 +32,7 @@ with the difference between them being where they apply.
32
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
+ applying to the entire scope in which it's placed. Here is an example
36
where `#![allow(unused_variables)]` applies to the whole crate (if
37
placed in `main.rs`):
38
```rust
0 commit comments