tidy is an unnecessary roadblock to contributions
This commit is contained in:
parent
fe84a8f1da
commit
9d67dfec12
@ -79,7 +79,8 @@ fn angrydome() {
|
||||
|
||||
fn dots() {
|
||||
assert_eq!(String::from(".................................................."),
|
||||
format!("{:?}", .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..));
|
||||
format!("{:?}", .. .. .. .. .. .. .. .. .. .. .. .. ..
|
||||
.. .. .. .. .. .. .. .. .. .. .. ..));
|
||||
}
|
||||
|
||||
fn you_eight() {
|
||||
@ -94,7 +95,7 @@ pub fn u8<'u8>(u8: &'u8 u8) -> &'u8 u8 {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
u8!(u8);
|
||||
let &u8: &u8 = u8::u8(&8u8);
|
||||
u8
|
||||
@ -102,7 +103,8 @@ pub fn u8<'u8>(u8: &'u8 u8) -> &'u8 u8 {
|
||||
}
|
||||
|
||||
fn fishy() {
|
||||
assert_eq!(String::from("><>"), String::<>::from::<>("><>").chars::<>().rev::<>().collect::<String>());
|
||||
assert_eq!(String::from("><>"),
|
||||
String::<>::from::<>("><>").chars::<>().rev::<>().collect::<String>());
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user