2018-07-27 23:18:17 -05:00
|
|
|
// Rustdoc would previously report resolution failures on items that weren't in the public docs.
|
|
|
|
// These failures were legitimate, but not truly relevant - the docs in question couldn't be
|
|
|
|
// checked for accuracy anyway.
|
|
|
|
|
2021-11-26 17:03:16 -06:00
|
|
|
#![deny(rustdoc::broken_intra_doc_links)]
|
2018-07-27 23:18:17 -05:00
|
|
|
|
|
|
|
/// ooh, i'm a [rebel] just for kicks
|
|
|
|
struct SomeStruct;
|