add missing deny lint

This commit is contained in:
Kyle Lin 2023-07-01 01:23:20 +08:00
parent 0e2f2cccd7
commit fe17ae3af6
1 changed files with 2 additions and 0 deletions

View File

@ -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() {}