Remove ..
from return type notation
This commit is contained in:
parent
2a198c7f62
commit
24cbf81b85
27 changed files with 126 additions and 109 deletions
|
@ -312,7 +312,6 @@ impl<'a> From<&'a ast::PathSegment> for Segment {
|
|||
(args.span, found_lifetimes)
|
||||
}
|
||||
GenericArgs::Parenthesized(args) => (args.span, true),
|
||||
GenericArgs::ReturnTypeNotation(span) => (*span, false),
|
||||
}
|
||||
} else {
|
||||
(DUMMY_SP, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue