Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
rustdoc
/
merge-cross-crate-info
/
transitive-finalize
/
auxiliary
/
tango.rs
blob: 363b2d5508e6359fd0e647213b9be9d651e96587 [
file
] [
log
] [
blame
]
//@ aux-build:quebec.rs
//@ build-aux-docs
//@ doc-flags:--merge=finalize
//@ doc-flags:--enable-index-page
//@ doc-flags:-Zunstable-options
extern
crate quebec
;
pub
trait
Tango
{}