Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f52f5fe

Browse files
committed
replace TODO with FIXME
1 parent dd0981e commit f52f5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ide-assists/src/handlers/generate_new.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::{
88
AssistContext, AssistId, AssistKind, Assists,
99
};
1010

11-
// TODO: how to depupicate with `ide-diagnostics/mssing_fields`
11+
// FIXME: how to depupicate with `ide-diagnostics/mssing_fields`
1212
fn use_trivial_constructor(
1313
db: &ide_db::RootDatabase,
1414
path: ast::Path,

crates/ide-diagnostics/src/handlers/missing_fields.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use text_edit::TextEdit;
1717

1818
use crate::{fix, Diagnostic, DiagnosticsContext};
1919

20-
// TODO: how to depupicate with `ide-assists/generate_new`
20+
// FIXME: how to depupicate with `ide-assists/generate_new`
2121
fn use_trivial_constructor(
2222
db: &ide_db::RootDatabase,
2323
path: ast::Path,

0 commit comments

Comments
 (0)