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-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cf24c73141
rust
/
tests
/
rustdoc
/
module-impls.rs
6 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
rustdoc: Fix empty Implementations section on some module pages These are caused by `DefaultImpl`s.
2016-06-28 21:50:44 +00:00
#![
crate_name =
"
foo
"
]
pub
use
std
::
marker
::
Send
;
Update `tests/rustdoc` to new test syntax
2024-06-21 12:03:08 +00:00
//@ !hasraw foo/index.html 'Implementations'
Reference in New Issue
Copy Permalink