reformatted rustdoc/cross-crate-info, fixing trailing newline issue
This commit is contained in:
parent
d8211def61
commit
f6f0ef46f5
27 changed files with 2 additions and 46 deletions
|
@ -1,5 +1,3 @@
|
|||
//@ build-aux-docs
|
||||
//@ unique-doc-out-dir
|
||||
|
||||
|
||||
pub trait Foxtrot {}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
//@ aux-build:f.rs
|
||||
//@ build-aux-docs
|
||||
|
||||
//@ has e/enum.Echo.html
|
||||
//@ !has f/trait.Foxtrot.html
|
||||
//@ hasraw e/enum.Echo.html 'Foxtrot'
|
||||
|
@ -10,7 +9,6 @@
|
|||
|
||||
// test the fact that our test runner will document this crate somewhere
|
||||
// else
|
||||
|
||||
extern crate f;
|
||||
pub enum Echo {}
|
||||
impl f::Foxtrot for Echo {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue