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
73bd953dea
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-07 20:00:18 -06: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 17:38:43 -05:00
pub
use
::
std
as
x
;
Reference in New Issue
Copy Permalink