diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-29 15:21:26 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-29 15:23:14 -0700 |
| commit | 48de8ac0416853aaf76fcbe721efe9f11e27bd9d (patch) | |
| tree | 5f7342c6c85f4ddc51069f4ab085e25373bee349 /src/doc/rustdoc | |
| parent | abaf38ccb08d64a2a2c6b5d66dca2b58c2427664 (diff) | |
| download | rust-48de8ac0416853aaf76fcbe721efe9f11e27bd9d.tar.gz rust-48de8ac0416853aaf76fcbe721efe9f11e27bd9d.zip | |
Rename usage of intra_doc_link_resolution_failure
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 beb2556872d..0766e7b87ea 100644 --- a/src/doc/rustdoc/src/lints.md +++ b/src/doc/rustdoc/src/lints.md @@ -11,7 +11,7 @@ can use them like any other lints by doing this: Here is the list of the lints provided by `rustdoc`: -## intra_doc_link_resolution_failure +## intra_doc_link_resolution_failures This lint **warns by default** and is **nightly-only**. This lint detects when an intra-doc link fails to get resolved. For example: |
