forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: remove unused classes from sidebar
Since 98f05a0 removed separate colors from the currently-selected item, there's no need to have item classes on sidebar links.
- Loading branch information
Showing
3 changed files
with
67 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// This test ensures that the reexport of a macro doesn't make the original macro | ||
// displayed twice in the sidebar. | ||
goto: "file://" + |DOC_PATH| + "/test_docs/macro.repro.html" | ||
wait-for: ".sidebar-elems .macro .macro" | ||
wait-for: ".sidebar-elems .block.macro a" | ||
assert-count: ("//*[@class='sidebar-elems']//*[@class='block macro']//a[text()='repro']", 1) |