We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19083d commit ff245daCopy full SHA for ff245da
src/doc/rustdoc/src/lints.md
@@ -296,7 +296,7 @@ warning: 2 warnings emitted
296
297
## bare_urls
298
299
-This lint is **nightly-only** and **warns by default**. It detects URLs which are not links.
+This lint is **warn-by-default**. It detects URLs which are not links.
300
For example:
301
302
```rust
src/librustdoc/lint.rs
@@ -148,7 +148,7 @@ declare_rustdoc_lint! {
148
}
149
150
declare_rustdoc_lint! {
151
- /// The `non_autolinks` lint detects when a URL is not a hyperlink.
+ /// The `bare_urls` lint detects when a URL is not a hyperlink.
152
/// This is a `rustdoc` only lint, see the documentation in the [rustdoc book].
153
///
154
/// [rustdoc book]: ../../../rustdoc/lints.html#bare_urls
0 commit comments