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-29 03:27:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0add056dee
rust
/
tests
/
rustdoc
/
issue-43701.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
rustdoc: Don't add external impls to implementors js Otherwise impls from not documented crates appear.
2017-08-08 11:22:48 +00:00
#![
crate_name =
"
foo
"
]
pub
use
std
::
vec
::
Vec
;
rustdoc: rename `/implementors` to `/impl.trait` This is shorter, avoids potential conflicts with a crate named `implementors`[^1], and will be less confusing when JS include files are added for type aliases. [^1]: AFAIK, this couldn't actually cause any problems right now, but it's simpler just to make it impossible than relying on never having a file named `trait.Foo.js` in the crate data area.
2023-10-06 01:44:40 +00:00
// @!has trait.impl/core/clone/trait.Clone.js
Reference in New Issue
Copy Permalink