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 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
rust
/
tests
/
rustdoc
/
issue-95873.rs
3 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
rustdoc: simplify DOM for `.item-table` This switches from using `<div>` to the more semantic `<ul>`, and using class names that rhyme with the classes the search results table uses.
2023-02-08 02:00:18 +00:00
// @has issue_95873/index.html "//*[@class='item-name']" "pub use ::std as x;"
rustdoc: do not write `{{root}}` in `pub use ::foo` docs
2022-04-25 22:38:43 +00:00
pub
use
::
std
as
x
;
Reference in New Issue
Copy Permalink