diff options
| author | flip1995 <hello@philkrones.com> | 2019-03-10 22:12:26 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-03-10 22:12:26 +0100 |
| commit | 44c46d2059a627a6c3c68038993da53472d5a03b (patch) | |
| tree | a6402d7bc1c550493e501b6e6864ea74bc521552 /tests | |
| parent | 32829552383cf5b9552a607f79aae26ede64c3f6 (diff) | |
| download | rust-44c46d2059a627a6c3c68038993da53472d5a03b.tar.gz rust-44c46d2059a627a6c3c68038993da53472d5a03b.zip | |
Run rustfmt
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/crashes/ice-2760.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/crashes/ice-2760.rs b/tests/ui/crashes/ice-2760.rs index f146adbce41..f1a229f3f4f 100644 --- a/tests/ui/crashes/ice-2760.rs +++ b/tests/ui/crashes/ice-2760.rs @@ -8,7 +8,6 @@ /// This should not compile-fail with: /// /// error[E0277]: the trait bound `T: Foo` is not satisfied -/// // See rust-lang/rust-clippy#2760. trait Foo { |
