Skip to content

Commit 8a7bb2b

Browse files
authored
Fixed item typo which did not need prefix
1 parent d7884d4 commit 8a7bb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/lints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This lint is **allowed by default**. It detects items missing documentation.
112112
For example:
113113

114114
```rust
115-
#![warn(rustdoc::missing_docs)]
115+
#![warn(missing_docs)]
116116

117117
pub fn undocumented() {}
118118
# fn main() {}

0 commit comments

Comments
 (0)