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,4 +1,2 @@
|
|||
//@ build-aux-docs
|
||||
|
||||
|
||||
pub trait Foxtrot {}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
//@ aux-build:f.rs
|
||||
//@ build-aux-docs
|
||||
|
||||
|
||||
// simple test to assert that we can do a two-level aux-build
|
||||
|
||||
extern crate f;
|
||||
pub enum Echo {}
|
||||
impl f::Foxtrot for Echo {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue