This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a733082be9
rust
/
tests
/
rustdoc
/
auxiliary
/
external-cross.rs
4 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove `doc(include)`
2021-05-18 20:46:41 -05: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 New Issue
Copy Permalink