diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-30 10:38:55 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-30 10:38:55 -0700 |
| commit | 8fe438e632c0fe6a6d99f5096e21d9ab5d16fe3c (patch) | |
| tree | cac7b2ea20d3f5e160936f9f21d9a7dc84cc8543 /src/doc/rustdoc | |
| parent | bcb2813e01313f78f580e0e7af263c27cc77a825 (diff) | |
| download | rust-8fe438e632c0fe6a6d99f5096e21d9ab5d16fe3c.tar.gz rust-8fe438e632c0fe6a6d99f5096e21d9ab5d16fe3c.zip | |
intra_doc_resolution_failures -> broken_intra_doc_links
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 275cadb6525..d1d6bc1c1fe 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_resolution_failures +## broken_intra_doc_links This lint **warns by default** and is **nightly-only**. This lint detects when an intra-doc link fails to get resolved. For example: |
