Skip to content

Commit 3056dd0

Browse files
committed
fix tidy
1 parent 2624b3e commit 3056dd0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/test/ui/closures/2229_closure_analysis/capture-analysis-1.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#![feature(capture_disjoint_fields)]
32
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
43
//~| NOTE: `#[warn(incomplete_features)]` on by default
@@ -33,4 +32,4 @@ fn main() {
3332
//~^ NOTE: Capturing q[] -> ImmBorrow
3433
//~| NOTE: Min Capture q[] -> ImmBorrow
3534
};
36-
}
35+
}

src/test/ui/closures/2229_closure_analysis/capture-analysis-2.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#![feature(capture_disjoint_fields)]
32
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
43
//~| NOTE: `#[warn(incomplete_features)]` on by default
@@ -28,4 +27,4 @@ fn main() {
2827
//~| NOTE: Min Capture p[] -> ByValue
2928
//~| NOTE: p[] used here
3029
};
31-
}
30+
}

src/test/ui/closures/2229_closure_analysis/deep-multilevel-tuple.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#![feature(capture_disjoint_fields)]
32
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
43
//~| NOTE: `#[warn(incomplete_features)]` on by default

0 commit comments

Comments
 (0)