mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
replace TODO with FIXME
This commit is contained in:
parent
dd0981e3bc
commit
f52f5fed11
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ use crate::{
|
|||
AssistContext, AssistId, AssistKind, Assists,
|
||||
};
|
||||
|
||||
// TODO: how to depupicate with `ide-diagnostics/mssing_fields`
|
||||
// FIXME: how to depupicate with `ide-diagnostics/mssing_fields`
|
||||
fn use_trivial_constructor(
|
||||
db: &ide_db::RootDatabase,
|
||||
path: ast::Path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue