mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
fix CI
This commit is contained in:
parent
6a28cccaee
commit
dd0981e3bc
@ -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 New Issue
Block a user