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,5 +1,3 @@
//@ build-aux-docs
//@ unique-doc-out-dir
pub trait Foxtrot {}

View file

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