about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2019-03-10 22:12:26 +0100
committerflip1995 <hello@philkrones.com>2019-03-10 22:12:26 +0100
commit44c46d2059a627a6c3c68038993da53472d5a03b (patch)
treea6402d7bc1c550493e501b6e6864ea74bc521552 /tests
parent32829552383cf5b9552a607f79aae26ede64c3f6 (diff)
downloadrust-44c46d2059a627a6c3c68038993da53472d5a03b.tar.gz
rust-44c46d2059a627a6c3c68038993da53472d5a03b.zip
Run rustfmt
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/crashes/ice-2760.rs1
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 {