Skip to content

Commit 9d67dfe

Browse files
committed
tidy is an unnecessary roadblock to contributions
1 parent fe84a8f commit 9d67dfe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/test/run-pass/weird-exprs.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ fn evil_lincoln() { let _evil = println!("lincoln"); }
7979

8080
fn dots() {
8181
assert_eq!(String::from(".................................................."),
82-
format!("{:?}", .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..));
82+
format!("{:?}", .. .. .. .. .. .. .. .. .. .. .. .. ..
83+
.. .. .. .. .. .. .. .. .. .. .. ..));
8384
}
8485

8586
fn you_eight() {
@@ -94,15 +95,16 @@ fn you_eight() {
9495
}
9596
};
9697
}
97-
98+
9899
u8!(u8);
99100
let &u8: &u8 = u8::u8(&8u8);
100101
u8
101102
});
102103
}
103104

104105
fn fishy() {
105-
assert_eq!(String::from("><>"), String::<>::from::<>("><>").chars::<>().rev::<>().collect::<String>());
106+
assert_eq!(String::from("><>"),
107+
String::<>::from::<>("><>").chars::<>().rev::<>().collect::<String>());
106108
}
107109

108110
pub fn main() {

0 commit comments

Comments
 (0)