diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-29 16:26:32 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-30 08:14:27 -0700 |
| commit | 4df76f0f90fc0aa4cb3ed4c2c812c6f505f3e21e (patch) | |
| tree | f13149f1341fc837e546a8c2135fdf6c0a60c0ed /src/doc | |
| parent | da0b10c4fb2ff230fd68e3096c467da5dd82e89e (diff) | |
| download | rust-4df76f0f90fc0aa4cb3ed4c2c812c6f505f3e21e.tar.gz rust-4df76f0f90fc0aa4cb3ed4c2c812c6f505f3e21e.zip | |
Rename to intra_doc_resolution_failures
Diffstat (limited to 'src/doc')
| -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 0766e7b87ea..275cadb6525 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_failures +## intra_doc_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: |
