Skip to content

Commit 1c43673

Browse files
committed
---
yaml --- r: 90596 b: refs/heads/master c: 45d24a5 h: refs/heads/master v: v3
1 parent 3634960 commit 1c43673

File tree

141 files changed

+1479
-1140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+1479
-1140
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5cf2f54bb12c66f6ea26b0f3c607817cfaab2c2f
2+
refs/heads/master: 45d24a5f7cd9c27b89ff0d80bd3238150d9a94dc
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8

trunk/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
lexer.ml
5353
TAGS
5454
TAGS.emacs
55-
TAGS.vim
55+
TAGS.vi
5656
version.ml
5757
version.texi
5858
/Makefile

trunk/doc/rust.css

Lines changed: 4 additions & 0 deletions
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)