index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
rustdoc
/
extern
/
auxiliary
/
external-cross.rs
blob: 5de63cdabc6f982cfb6957a5338f9356c40673c6 (
plain
)
1
2
3
#[deny(missing_docs)]
#[doc = include_str!(
"external-cross-doc.md"
)]
pub
struct
NeedMoreDocs
;