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
da86cdf3a5
rust
/
tests
/
rustdoc
/
auxiliary
/
src-links-external.rs
2 lines
16 B
Rust
Raw
Normal View
History
Unescape
Escape
rustdoc: Fix a couple of issues with src links to external crates - src links/redirects to extern fn from another crate had an extra '/'. - src links to `pub use` of a crate module had an extra '/'. - src links to renamed reexports from another crate used the new name for the link but should use the original name.
2016-06-18 12:41:13 -05:00
pub
struct
Foo
;
Reference in New Issue
Copy Permalink