Skip to content

Commit fe17ae3

Browse files
committed
add missing deny lint
1 parent 0e2f2cc commit fe17ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// check-pass
22

3+
#![deny(rustdoc::redundant_explicit_links)]
4+
35
/// [Vec][std::vec::Vec#examples] should not warn, because it's not actually redundant!
46
pub fn func() {}

0 commit comments

Comments
 (0)