Skip to content

Commit ae593d5

Browse files
committed
---
yaml --- r: 94445 b: refs/heads/try c: cd13f4d h: refs/heads/master i: 94443: e0a8374 v: v3
1 parent 9f116e3 commit ae593d5

File tree

149 files changed

+1587
-1215
lines changed

Some content is hidden

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

149 files changed

+1587
-1215
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: f24787dbfb356daebe8fcc439d85c0dc3c954d06
5+
refs/heads/try: cd13f4d599ec747708ae8e7dec79b21818352e36
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/.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

branches/try/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)