File tree Expand file tree Collapse file tree 7 files changed +322
-982
lines changed Expand file tree Collapse file tree 7 files changed +322
-982
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 5efe1e536575b61d0e8022a71c3f10d993fa1d00
4
+ refs/heads/snap-stage3: 1c527dfcd466d9b5ea75fe199c364837298a4278
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -250,7 +250,6 @@ tidy:
250
250
| grep ' ^$(S)src/test' -v \
251
251
| grep ' ^$(S)src/libuv' -v \
252
252
| grep ' ^$(S)src/llvm' -v \
253
- | grep ' ^$(S)src/gyp' -v \
254
253
| xargs -n 10 $(CFG_PYTHON ) $(S ) src/etc/tidy.py
255
254
$(Q ) find $(S ) src/etc -name ' *.py' \
256
255
| xargs -n 10 $(CFG_PYTHON ) $(S ) src/etc/tidy.py
Original file line number Diff line number Diff line change 85
85
(not (looking-at " [[:space:]]*\\ (?://.*\\ )?$" ))))
86
86
(+ 1 (current-column )))
87
87
; ; Check for fields on the same line as the open curly brace:
88
- ((looking-at " {[[:blank :]]*[^} \n ]*,[[:space:]]*$" )
88
+ ((looking-at " {[[:space :]]*[^\n ]*,[[:space:]]*$" )
89
89
(progn
90
90
(forward-char )
91
- (forward-to-word 1 )
91
+ (when ( looking-at " [[:space:]] " ) ( forward-to-word 1 ) )
92
92
(current-column )))
93
93
(t (progn
94
94
(goto-char pt)
100
100
(beginning-of-line )
101
101
(rust-rewind-irrelevant)
102
102
(end-of-line )
103
- (if (looking-back " [,;{}(][[:space:]]*\\ (?://.*\\ )?" )
103
+ (if (looking-back " [[ ,;{}(][[:space:]]*\\ (?://.*\\ )?" )
104
104
(* rust-indent-offset level)
105
105
(back-to-indentation )
106
106
(if (looking-at " #" )
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ pub mod getopts;
85
85
pub mod json;
86
86
pub mod md4;
87
87
pub mod tempfile;
88
- pub mod glob;
89
88
pub mod term;
90
89
pub mod time;
91
90
pub mod arena;
You can’t perform that action at this time.
0 commit comments