2023-06-30 12:20:33 -05:00
|
|
|
//@ check-pass
|
|
|
|
|
2023-06-30 12:23:20 -05:00
|
|
|
#![deny(rustdoc::redundant_explicit_links)]
|
|
|
|
|
2023-06-30 12:20:33 -05:00
|
|
|
/// [Vec][std::vec::Vec#examples] should not warn, because it's not actually redundant!
|
2023-07-02 10:32:46 -05:00
|
|
|
/// [This is just an `Option`][std::option::Option] has different display content to actual link!
|
2023-06-30 12:20:33 -05:00
|
|
|
pub fn func() {}
|