mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
chore: replace TODO comment with FIXME
This commit is contained in:
parent
0b9c0c5088
commit
25910bcde6
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ pub(super) fn lower_generic_args(
|
|||
args.push(GenericArg::Const(arg))
|
||||
}
|
||||
ast::GenericArg::ReturnTypeArg(_) => {
|
||||
// TODO: return type notation is experimental, we don't do anything with it yet.
|
||||
// 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