2018-07-27 23:18:17 -05:00
|
|
|
// aux-build:intra-link-extern-crate.rs
|
|
|
|
|
|
|
|
// When loading `extern crate` statements, we would pull in their docs at the same time, even
|
|
|
|
// though they would never actually get displayed. This tripped intra-doc-link resolution failures,
|
|
|
|
// for items that aren't under our control, and not actually getting documented!
|
|
|
|
|
2021-11-26 17:03:16 -06:00
|
|
|
#![deny(rustdoc::broken_intra_doc_links)]
|
2018-07-27 23:18:17 -05:00
|
|
|
|
|
|
|
extern crate inner;
|