This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
0f466b06d197729ebeeb72a9503f0a878749ec87
rust
/
tests
/
rustdoc
/
foreign-implementors-js-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 12:22:48 +01: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-05 18:44:40 -07:00
// @!has trait.impl/core/clone/trait.Clone.js
Reference in New Issue
Copy Permalink