Skip to content

Commit

Permalink
fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPardy committed Jan 16, 2021
1 parent 2624b3e commit 3056dd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#![feature(capture_disjoint_fields)]
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
//~| NOTE: `#[warn(incomplete_features)]` on by default
Expand Down Expand Up @@ -33,4 +32,4 @@ fn main() {
//~^ NOTE: Capturing q[] -> ImmBorrow
//~| NOTE: Min Capture q[] -> ImmBorrow
};
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#![feature(capture_disjoint_fields)]
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
//~| NOTE: `#[warn(incomplete_features)]` on by default
Expand Down Expand Up @@ -28,4 +27,4 @@ fn main() {
//~| NOTE: Min Capture p[] -> ByValue
//~| NOTE: p[] used here
};
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#![feature(capture_disjoint_fields)]
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
//~| NOTE: `#[warn(incomplete_features)]` on by default
Expand Down

0 comments on commit 3056dd0

Please sign in to comment.