mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Run cargo fix --edition-idioms
This commit is contained in:
parent
23d25a3094
commit
816f7fe12a
230 changed files with 888 additions and 888 deletions
|
@ -56,7 +56,7 @@ pub fn mod_path_to_ast(path: &hir::ModPath) -> ast::Path {
|
|||
|
||||
/// Iterates all `ModuleDef`s and `Impl` blocks of the given file.
|
||||
pub fn visit_file_defs(
|
||||
sema: &Semantics<RootDatabase>,
|
||||
sema: &Semantics<'_, RootDatabase>,
|
||||
file_id: FileId,
|
||||
cb: &mut dyn FnMut(Definition),
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue