mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
fix CI
This commit is contained in:
parent
6a28cccaee
commit
dd0981e3bc
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ use crate::{
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: how to depupicate with `ide-diagnostics/mssing_fields`
|
// TODO: how to depupicate with `ide-diagnostics/mssing_fields`
|
||||||
pub fn use_trivial_constructor(
|
fn use_trivial_constructor(
|
||||||
db: &ide_db::RootDatabase,
|
db: &ide_db::RootDatabase,
|
||||||
path: ast::Path,
|
path: ast::Path,
|
||||||
ty: &hir::Type,
|
ty: &hir::Type,
|
||||||
|
|
|
@ -18,7 +18,7 @@ use text_edit::TextEdit;
|
||||||
use crate::{fix, Diagnostic, DiagnosticsContext};
|
use crate::{fix, Diagnostic, DiagnosticsContext};
|
||||||
|
|
||||||
// TODO: how to depupicate with `ide-assists/generate_new`
|
// TODO: how to depupicate with `ide-assists/generate_new`
|
||||||
pub fn use_trivial_constructor(
|
fn use_trivial_constructor(
|
||||||
db: &ide_db::RootDatabase,
|
db: &ide_db::RootDatabase,
|
||||||
path: ast::Path,
|
path: ast::Path,
|
||||||
ty: &hir::Type,
|
ty: &hir::Type,
|
||||||
|
|
Loading…
Reference in a new issue