This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd1a263fc7
rust
/
tests
/
rustdoc
/
auxiliary
/
external-cross.rs
4 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove `doc(include)`
2021-05-19 01:46:41 +00: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-22 03:37:00 +00:00
pub
struct
NeedMoreDocs
;
Reference in New Issue
Copy Permalink