Address comment and formatting nits

This commit is contained in:
Oliver Scherer 2019-05-17 11:13:55 +02:00
parent f4f957d00b
commit 2d86d040a5
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
// compile-pass
fn testfn(_arr: &mut [();0]) {}
fn testfn(_arr: &mut [(); 0]) {}
trait TestTrait {
fn method();