diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-10-17 16:38:49 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-11-05 10:22:08 +0100 |
| commit | 60caf51b0de940705e7679a26343f6dcbe470a54 (patch) | |
| tree | 2c8aa55fe29162db1ce89aed0cd91cb4a7144c98 /src/doc/rustdoc | |
| parent | 55b4d21e25a63ad36c5e6dcfd9106ae44ba6c75e (diff) | |
| download | rust-60caf51b0de940705e7679a26343f6dcbe470a54.tar.gz rust-60caf51b0de940705e7679a26343f6dcbe470a54.zip | |
Rename automatic_links to url_improvements
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 68ea828bfc1..7db9c93852d 100644 --- a/src/doc/rustdoc/src/lints.md +++ b/src/doc/rustdoc/src/lints.md @@ -286,7 +286,7 @@ warning: unclosed HTML tag `h1` warning: 2 warnings emitted ``` -## automatic_links +## url_improvements This lint is **nightly-only** and **warns by default**. It detects links which could use the "automatic" link syntax. For example: |
