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