File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ warning: 2 warnings emitted
296
296
297
297
## bare_urls
298
298
299
- This lint is ** nightly-only ** and ** warns by default** . It detects URLs which are not links.
299
+ This lint is ** warn-by- default** . It detects URLs which are not links.
300
300
For example:
301
301
302
302
``` rust
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ declare_rustdoc_lint! {
148
148
}
149
149
150
150
declare_rustdoc_lint ! {
151
- /// The `non_autolinks ` lint detects when a URL is not a hyperlink.
151
+ /// The `bare_urls ` lint detects when a URL is not a hyperlink.
152
152
/// This is a `rustdoc` only lint, see the documentation in the [rustdoc book].
153
153
///
154
154
/// [rustdoc book]: ../../../rustdoc/lints.html#bare_urls
You can’t perform that action at this time.
0 commit comments