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

Commit 0a07606

Browse files
committed
Tweak styles
Signed-off-by: Yuki Okushi <[email protected]>
1 parent da31d7d commit 0a07606

File tree

10 files changed

+6
-14
lines changed

10 files changed

+6
-14
lines changed

fixed/99647.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ async fn bar() {}
1313
fn main() {}
1414
1515
EOF
16-

ices/100612.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ fn main() {
2222
}
2323
2424
EOF
25-

ices/101518-1.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
rustc -Cincremental=/tmp/a -Zincremental-verify-ich=yes --crate-type lib - <<'EOF'
4-
3+
rustc -Cincremental=/tmp/a -Zincremental-verify-ich=yes --crate-type lib - <<'EOF'
54
65
#[derive(PartialEq, Eq)]
76
struct Id<'a> {

ices/101518-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rustc -Cincremental=/tmp/a -Zincremental-verify-ich=yes --crate-type lib - <<'EOF'
3+
rustc -Cincremental=/tmp/a -Zincremental-verify-ich=yes --crate-type lib - <<'EOF'
44
55
#[derive(Eq, PartialEq)]
66
struct Id(&'static str);

ices/101852.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ pub fn ice(
66
Vec::new()
77
}
88

9-
fn main() {
10-
}
9+
fn main() {}

ices/101962.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pub fn wrapping<T: Copy>(a: T, b: T) {
44
let _z = core::intrinsics::wrapping_mul(a, b);
55
}
66

7-
pub fn main() {
7+
fn main() {
88
wrapping(1,2);
99
}

ices/101964.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#![crate_type = "lib"]
32
#![feature(lang_items)]
43
#![no_std]

ices/98171.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fn main() {
3030
//~^ ERROR overflow while adding drop-check rules for FingerTree
3131
}
3232
33-
3433
EOF
3534

36-
rustdoc out.rs
35+
rustdoc out.rs

ices/98250.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ fn foo() -> Foo {
2121
2222
fn main() {}
2323
24-
2524
EOF
2625

27-
rustdoc out.rs
26+
rustdoc out.rs

ices/99363.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ fn main() {
1616
}
1717
1818
EOF
19-

0 commit comments

Comments
 (0)