add missing deny lint
This commit is contained in:
parent
0e2f2cccd7
commit
fe17ae3af6
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
// check-pass
|
||||
|
||||
#![deny(rustdoc::redundant_explicit_links)]
|
||||
|
||||
/// [Vec][std::vec::Vec#examples] should not warn, because it's not actually redundant!
|
||||
pub fn func() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue