diff options
| author | Alex Burka <alex@alexburka.com> | 2017-06-05 21:02:55 +0000 |
|---|---|---|
| committer | Alex Burka <alex@alexburka.com> | 2017-06-05 21:02:55 +0000 |
| commit | 9d67dfec129ccdad10437e304caa5d910dc71593 (patch) | |
| tree | 7748e1cb2879d185494820a27afcebd5d2203880 /src | |
| parent | fe84a8f1da29d94cf48e4f28d55ec9582b667c37 (diff) | |
| download | rust-9d67dfec129ccdad10437e304caa5d910dc71593.tar.gz rust-9d67dfec129ccdad10437e304caa5d910dc71593.zip | |
tidy is an unnecessary roadblock to contributions
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/weird-exprs.rs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/test/run-pass/weird-exprs.rs b/src/test/run-pass/weird-exprs.rs index 5ec44a370b9..20f58301d45 100644 --- a/src/test/run-pass/weird-exprs.rs +++ b/src/test/run-pass/weird-exprs.rs @@ -79,7 +79,8 @@ fn evil_lincoln() { let _evil = println!("lincoln"); } fn dots() { assert_eq!(String::from(".................................................."), - format!("{:?}", .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..)); + format!("{:?}", .. .. .. .. .. .. .. .. .. .. .. .. .. + .. .. .. .. .. .. .. .. .. .. .. ..)); } fn you_eight() { @@ -94,7 +95,7 @@ fn you_eight() { } }; } - + u8!(u8); let &u8: &u8 = u8::u8(&8u8); u8 @@ -102,7 +103,8 @@ fn you_eight() { } 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() { |
