mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Fix code style issues
This commit is contained in:
parent
50a147dcdf
commit
9ea57cac0e
3 changed files with 7 additions and 4 deletions
|
@ -21,7 +21,7 @@ pub fn validate_module_item(
|
|||
owner: ModuleDefId,
|
||||
sink: &mut DiagnosticSink<'_>,
|
||||
) {
|
||||
let _p = profile::span("validate_body");
|
||||
let _p = profile::span("validate_module_item");
|
||||
let mut validator = decl_check::DeclValidator::new(owner, sink);
|
||||
validator.validate_item(db);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue