rust/tests/rustdoc/cross-crate-info/cargo-transitive-no-index/auxiliary/t.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
73 B
Rust
Raw Normal View History

//@ aux-build:q.rs
//@ build-aux-docs
extern crate q;
pub trait Tango {}