rust/tests/rustdoc-ui/lints/no-redundancy.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
120 B
Rust
Raw Normal View History

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