mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 05:33:41 +00:00
add missing deny lint
This commit is contained in:
parent
0e2f2cccd7
commit
fe17ae3af6
@ -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…
Reference in New Issue
Block a user