diff options
| author | Spencer Imbleau <spencer@imbleau.com> | 2021-05-16 12:58:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 12:58:52 -0400 |
| commit | 8a7bb2bb66f86f2e106b85145eae824f84da2419 (patch) | |
| tree | cb825d31680e55fa04cc2d01af6120abf9917e2b /src/doc/rustdoc | |
| parent | d7884d4b08f0eedbdc6a3dabd0fdaa3779d393b6 (diff) | |
| download | rust-8a7bb2bb66f86f2e106b85145eae824f84da2419.tar.gz rust-8a7bb2bb66f86f2e106b85145eae824f84da2419.zip | |
Fixed item typo which did not need prefix
Diffstat (limited to 'src/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/lints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/lints.md b/src/doc/rustdoc/src/lints.md index a496db600ef..1c85ee0eeb5 100644 --- a/src/doc/rustdoc/src/lints.md +++ b/src/doc/rustdoc/src/lints.md @@ -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() {} |
