File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 494cf46ea38018b9073056a31e80f47179dae2a9
2
+ refs/heads/master: efe4c6af23527e19020b707a18597232cb99f2c1
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ fn list_dir(p: path) -> [str] {
458
458
fn star ( p : str ) -> str {
459
459
let pl = str:: len ( p) ;
460
460
if pl == 0 u || ( p[ pl - 1 u] as char != path:: consts:: path_sep
461
- * * p[ pl - 1 u] as char != path:: consts:: alt_path_sep) {
461
+ || p[ pl - 1 u] as char != path:: consts:: alt_path_sep) {
462
462
p + path:: path_sep ( ) + "*"
463
463
} else {
464
464
p + "*"
You can’t perform that action at this time.
0 commit comments