From 1063a8fc95bb8d429aa1fb27d958b66d5c2ac4f2 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 21 Dec 2022 22:00:45 +0900 Subject: [PATCH] Tweak styles Signed-off-by: Yuki Okushi --- ices/100772.sh | 1 - ices/91380.sh | 2 +- ices/96287.sh | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ices/100772.sh b/ices/100772.sh index af9c7ae4..89f0cb88 100755 --- a/ices/100772.sh +++ b/ices/100772.sh @@ -9,4 +9,3 @@ fn main() { } EOF - diff --git a/ices/91380.sh b/ices/91380.sh index fb7d7647..fbc2b8e8 100644 --- a/ices/91380.sh +++ b/ices/91380.sh @@ -37,4 +37,4 @@ pub struct SecondaryResolutionHomomorphism< } EOF -rustdoc foo.rs \ No newline at end of file +rustdoc foo.rs diff --git a/ices/96287.sh b/ices/96287.sh index c7c1acce..02e1861b 100755 --- a/ices/96287.sh +++ b/ices/96287.sh @@ -1,8 +1,6 @@ #!/bin/bash cat > out.rs <<'EOF' - - #![feature(type_alias_impl_trait)] fn main() {} @@ -21,7 +19,6 @@ fn foo_desugared(_: T) -> Foo { () } - EOF rustdoc --edition=2021 out.rs