1
Fork 0

reformatted rustdoc/cross-crate-info, fixing trailing newline issue

This commit is contained in:
EtomicBomb 2024-07-24 22:35:14 +00:00
parent d8211def61
commit f6f0ef46f5
27 changed files with 2 additions and 46 deletions

View file

@ -1,4 +1,2 @@
//@ build-aux-docs
pub trait Foxtrot {}

View file

@ -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 {}