Skip to content

Commit d5d5c50

Browse files
committed
auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton
Thanks to @huonw for some mentoring. 🍰
2 parents 810c4de + bf5f2f2 commit d5d5c50

File tree

3 files changed

+153
-173
lines changed

3 files changed

+153
-173
lines changed

doc/rust.css

+4
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ dd {
216216
list-style-type: none;
217217
padding-left: 0px;
218218
}
219+
/* Only display one level of hierarchy in the TOC */
220+
#TOC ul ul {
221+
display: none;
222+
}
219223

220224
sub,
221225
sup {

0 commit comments

Comments
 (0)