Skip to content

Commit b57b951

Browse files
committed
---
yaml --- r: 88767 b: refs/heads/snap-stage3 c: 45d24a5 h: refs/heads/master i: 88765: f6a0f8a 88763: 28c853a 88759: a95d032 88751: e8b919b 88735: c2c127c 88703: 48f6904 v: v3
1 parent 638c45e commit b57b951

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,7 +1,7 @@
11
---
22
refs/heads/master: deeca5d586bfaa4aa60246f671a8d611d38f6248
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 5cf2f54bb12c66f6ea26b0f3c607817cfaab2c2f
4+
refs/heads/snap-stage3: 45d24a5f7cd9c27b89ff0d80bd3238150d9a94dc
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/.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/snap-stage3/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)