Don't use spaces before type ascription like colons
This commit is contained in:
parent
80a65bcaf2
commit
ae31436ac7
23 changed files with 35 additions and 36 deletions
|
@ -8,5 +8,4 @@ trait Iterator {
|
||||||
type Item<'a>: 'a;
|
type Item<'a>: 'a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue