mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +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`
|
||||
pub fn use_trivial_constructor(
|
||||
fn use_trivial_constructor(
|
||||
db: &ide_db::RootDatabase,
|
||||
path: ast::Path,
|
||||
ty: &hir::Type,
|
||||
|
|
|
@ -18,7 +18,7 @@ use text_edit::TextEdit;
|
|||
use crate::{fix, Diagnostic, DiagnosticsContext};
|
||||
|
||||
// TODO: how to depupicate with `ide-assists/generate_new`
|
||||
pub fn use_trivial_constructor(
|
||||
fn use_trivial_constructor(
|
||||
db: &ide_db::RootDatabase,
|
||||
path: ast::Path,
|
||||
ty: &hir::Type,
|
||||
|
|
Loading…
Reference in a new issue