mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
fix CI
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
};
|
||||
|
||||
// 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 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,
|
||||
|
||||
Reference in New Issue
Block a user