Skip to content

Commit eb45438

Browse files
mgsloandavidbarsky
andauthored
Update crates/ide/src/moniker.rs
Co-authored-by: David Barsky <me@davidbarsky.com>
1 parent d650daa commit eb45438

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/ide/src/moniker.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ fn def_to_non_local_moniker(
353353
Definition::Module(module) if module.is_crate_root() => {}
354354
_ => {
355355
tracing::error!(
356-
"Encountered enclosing definition with no name: {:?}",
357-
def
356+
?def, "Encountered enclosing definition with no name"
358357
);
359358
}
360359
}

0 commit comments

Comments
 (0)