Skip to content

Commit 6e8a07d

Browse files
committed
---
yaml --- r: 79424 b: refs/heads/snap-stage3 c: 1c527df h: refs/heads/master v: v3
1 parent ab19176 commit 6e8a07d

File tree

7 files changed

+322
-982
lines changed

7 files changed

+322
-982
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: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 5efe1e536575b61d0e8022a71c3f10d993fa1d00
4+
refs/heads/snap-stage3: 1c527dfcd466d9b5ea75fe199c364837298a4278
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/mk/tests.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ tidy:
250250
| grep '^$(S)src/test' -v \
251251
| grep '^$(S)src/libuv' -v \
252252
| grep '^$(S)src/llvm' -v \
253-
| grep '^$(S)src/gyp' -v \
254253
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
255254
$(Q)find $(S)src/etc -name '*.py' \
256255
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py

branches/snap-stage3/src/etc/emacs/rust-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
(not (looking-at "[[:space:]]*\\(?://.*\\)?$"))))
8686
(+ 1 (current-column)))
8787
;; Check for fields on the same line as the open curly brace:
88-
((looking-at "{[[:blank:]]*[^}\n]*,[[:space:]]*$")
88+
((looking-at "{[[:space:]]*[^\n]*,[[:space:]]*$")
8989
(progn
9090
(forward-char)
91-
(forward-to-word 1)
91+
(when (looking-at "[[:space:]]") (forward-to-word 1))
9292
(current-column)))
9393
(t (progn
9494
(goto-char pt)
@@ -100,7 +100,7 @@
100100
(beginning-of-line)
101101
(rust-rewind-irrelevant)
102102
(end-of-line)
103-
(if (looking-back "[,;{}(][[:space:]]*\\(?://.*\\)?")
103+
(if (looking-back "[[,;{}(][[:space:]]*\\(?://.*\\)?")
104104
(* rust-indent-offset level)
105105
(back-to-indentation)
106106
(if (looking-at "#")

branches/snap-stage3/src/libextra/extra.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ pub mod getopts;
8585
pub mod json;
8686
pub mod md4;
8787
pub mod tempfile;
88-
pub mod glob;
8988
pub mod term;
9089
pub mod time;
9190
pub mod arena;

0 commit comments

Comments
 (0)