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