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
7c34f1a8d8
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 17:03:16 -06: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 13:56:29 -06:00
#![
feature(intra_doc_pointers)
]
Fix intra-doc link resolution failure on re-exporting libstd
2019-05-04 09:48:57 -05:00
pub
use
std
::
*
;
Reference in New Issue
Copy Permalink