rust/tests/rustdoc-ui/lints/no-redundancy.rs
2023-08-18 15:19:18 +08:00

7 lines
165 B
Rust

// check-pass
#![deny(rustdoc::redundant_explicit_links)]
/// [Vec][std::vec::Vec#examples] should not warn, because it's not actually redundant!
pub fn func() {}