mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-07 23:47:39 +00:00
replace TODO with FIXME
This commit is contained in:
parent
dd0981e3bc
commit
f52f5fed11
@ -8,7 +8,7 @@ use crate::{
|
|||||||
AssistContext, AssistId, AssistKind, Assists,
|
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(
|
fn use_trivial_constructor(
|
||||||
db: &ide_db::RootDatabase,
|
db: &ide_db::RootDatabase,
|
||||||
path: ast::Path,
|
path: ast::Path,
|
||||||
|
@ -17,7 +17,7 @@ use text_edit::TextEdit;
|
|||||||
|
|
||||||
use crate::{fix, Diagnostic, DiagnosticsContext};
|
use crate::{fix, Diagnostic, DiagnosticsContext};
|
||||||
|
|
||||||
// TODO: how to depupicate with `ide-assists/generate_new`
|
// FIXME: how to depupicate with `ide-assists/generate_new`
|
||||||
fn use_trivial_constructor(
|
fn use_trivial_constructor(
|
||||||
db: &ide_db::RootDatabase,
|
db: &ide_db::RootDatabase,
|
||||||
path: ast::Path,
|
path: ast::Path,
|
||||||
|
Loading…
Reference in New Issue
Block a user