1
Fork 0

Don't use spaces before type ascription like colons

This commit is contained in:
Oliver Scherer 2020-01-24 21:04:17 +01:00
parent 80a65bcaf2
commit ae31436ac7
23 changed files with 35 additions and 36 deletions

View file

@ -8,5 +8,4 @@ trait Iterator {
type Item<'a>: 'a;
}
fn main() {}