Change RTN to use .. again
This commit is contained in:
@@ -350,6 +350,7 @@ impl<'a> From<&'a ast::PathSegment> for Segment {
|
||||
(args.span, found_lifetimes)
|
||||
}
|
||||
GenericArgs::Parenthesized(args) => (args.span, true),
|
||||
GenericArgs::ParenthesizedElided(span) => (*span, true),
|
||||
}
|
||||
} else {
|
||||
(DUMMY_SP, false)
|
||||
|
||||
Reference in New Issue
Block a user