This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
d855ca044d
rust
/
tests
/
rustdoc
/
auxiliary
/
external-cross.rs
4 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove `doc(include)`
2021-05-18 21:46:41 -04:00
#[
deny(missing_docs)
]
#[
doc = include_str!(
"
external-cross-doc.md
"
)
]
allow loading external files in documentation Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732
2017-09-21 22:37:00 -05:00
pub
struct
NeedMoreDocs
;
Reference in a new issue
Copy permalink