We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6023246 commit 3680683Copy full SHA for 3680683
src/doc/rustdoc/src/lints.md
@@ -417,7 +417,7 @@ warning: 1 warning emitted
417
418
This lint is **warn-by-default**. It detects explicit links that are the same
419
as computed automatic links.
420
-This usually means the explicit links are removeable. For example:
+This usually means the explicit links are removable. For example:
421
422
```rust
423
#![warn(rustdoc::redundant_explicit_links)] // note: unnecessary - warns by default.
0 commit comments