]> git.lizzy.rs Git - rust.git/commitdiff
Tidy
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Wed, 13 Jun 2018 17:10:41 +0000 (19:10 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Wed, 13 Jun 2018 17:10:41 +0000 (19:10 +0200)
src/test/run-pass/impl-trait/bounds_regression.rs

index 509fe93c41731a964c7fe135472fb161c7485459..cc931a68edd049eca4e5e334870732f69b6f0c0f 100644 (file)
@@ -29,4 +29,4 @@ impl<T: FakeGenerator<Yield = ()>> FakeFuture for GenFuture<T> {
     type Output = T::Return;
 }
 
-fn main() {}
\ No newline at end of file
+fn main() {}