Fixed item typo which did not need prefix
This commit is contained in:
parent
d7884d4b08
commit
8a7bb2bb66
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ This lint is **allowed by default**. It detects items missing documentation.
|
|||
For example:
|
||||
|
||||
```rust
|
||||
#![warn(rustdoc::missing_docs)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
pub fn undocumented() {}
|
||||
# fn main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue