We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2f2cc commit fe17ae3Copy full SHA for fe17ae3
tests/rustdoc-ui/lints/no-redundancy.rs
@@ -1,4 +1,6 @@
1
// check-pass
2
3
+#![deny(rustdoc::redundant_explicit_links)]
4
+
5
/// [Vec][std::vec::Vec#examples] should not warn, because it's not actually redundant!
6
pub fn func() {}
0 commit comments