From c43109248f83f4da49e28297d44d3562d932c0e7 Mon Sep 17 00:00:00 2001 From: Alex Macleod Date: Mon, 7 Feb 2022 12:49:39 +0000 Subject: [PATCH] Remove lifetime from 93646 That was fixed separately by https://github.com/rust-lang/rust/pull/93669 Closes #1109 --- ices/93646.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ices/93646.rs b/ices/93646.rs index 162dcdee..8972f4c8 100644 --- a/ices/93646.rs +++ b/ices/93646.rs @@ -1,5 +1,5 @@ struct X; pub fn main() {}