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
296296
297297## bare_urls
298298
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.
300300For example:
301301
302302``` rust
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ declare_rustdoc_lint! {
148148}
149149
150150declare_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.
152152 /// This is a `rustdoc` only lint, see the documentation in the [rustdoc book].
153153 ///
154154 /// [rustdoc book]: ../../../rustdoc/lints.html#bare_urls
You can’t perform that action at this time.
0 commit comments