mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Remove (..)
-style return type notation
This commit is contained in:
parent
a4966c9282
commit
d7d8971203
6 changed files with 2 additions and 101 deletions
|
@ -216,9 +216,6 @@ pub(super) fn lower_generic_args(
|
|||
let arg = ConstRefOrPath::from_expr_opt(arg.expr());
|
||||
args.push(GenericArg::Const(arg))
|
||||
}
|
||||
ast::GenericArg::ReturnTypeArg(_) => {
|
||||
// FIXME: return type notation is experimental, we don't do anything with it yet.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue