This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
24afa42a90
rust
/
tests
/
rustdoc
/
intra-doc
/
libstd-re-export.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix warnings in rustdoc HTML tests Now that compiletest denies warnings in these tests, they need fixing!
2021-11-26 15:03:16 -08:00
#![
deny(rustdoc::broken_intra_doc_links)
]
Fix intra-doc link to raw pointer method CC https://github.com/rust-lang/rust/pull/80181
2021-01-18 20:56:29 +01:00
#![
feature(intra_doc_pointers)
]
Fix intra-doc link resolution failure on re-exporting libstd
2019-05-04 23:48:57 +09:00
pub
use
std
::
*
;
Copy permalink