File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ This lint **warns by default**. This lint detects when [intra-doc links] from pu
70
70
For example:
71
71
72
72
``` rust
73
- #![warn(rustdoc:: private_intra_doc_links)] // note: unecessary - warns by default.
73
+ #![warn(rustdoc:: private_intra_doc_links)] // note: unnecessary - warns by default.
74
74
75
75
/// [private]
76
76
pub fn public () {}
@@ -229,7 +229,7 @@ This lint **warns by default**. It detects code block attributes in
229
229
documentation examples that have potentially mis-typed values. For example:
230
230
231
231
``` rust
232
- #![warn(rustdoc:: invalid_codeblock_attributes)] // note: unecessary - warns by default.
232
+ #![warn(rustdoc:: invalid_codeblock_attributes)] // note: unnecessary - warns by default.
233
233
234
234
/// Example.
235
235
///
@@ -348,7 +348,7 @@ This lint is **warn-by-default**. It detects URLs which are not links.
348
348
For example:
349
349
350
350
``` rust
351
- #![warn(rustdoc:: bare_urls)] // note: unecessary - warns by default.
351
+ #![warn(rustdoc:: bare_urls)] // note: unnecessary - warns by default.
352
352
353
353
/// http://example.org
354
354
/// [http://example.net]
You can’t perform that action at this time.
0 commit comments