about summary refs log tree commit diff
path: root/src/test/ui/traits/trait-object-vs-lifetime-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/traits/trait-object-vs-lifetime-2.rs')
-rw-r--r--src/test/ui/traits/trait-object-vs-lifetime-2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/traits/trait-object-vs-lifetime-2.rs b/src/test/ui/traits/trait-object-vs-lifetime-2.rs
index 0a8e6074173..8a9b8e79348 100644
--- a/src/test/ui/traits/trait-object-vs-lifetime-2.rs
+++ b/src/test/ui/traits/trait-object-vs-lifetime-2.rs
@@ -1,8 +1,6 @@
 // A few contrived examples where lifetime should (or should not) be parsed as an object type.
 // Lifetimes parsed as types are still rejected later by semantic checks.
 
-
-
 // `'static` is a lifetime, `'static +` is a type, `'a` is a type
 fn g() where
     'static: 'static,