Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Tweak styles
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Dec 21, 2022
1 parent aa698ea commit 1063a8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion ices/100772.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ fn main() {
}
EOF

2 changes: 1 addition & 1 deletion ices/91380.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ pub struct SecondaryResolutionHomomorphism<
}
EOF

rustdoc foo.rs
rustdoc foo.rs
3 changes: 0 additions & 3 deletions ices/96287.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

cat > out.rs <<'EOF'
#![feature(type_alias_impl_trait)]
fn main() {}
Expand All @@ -21,7 +19,6 @@ fn foo_desugared<T: TraitWithAssoc>(_: T) -> Foo<T> {
()
}
EOF

rustdoc --edition=2021 out.rs

0 comments on commit 1063a8f

Please sign in to comment.