Update crates/ide/src/moniker.rs

Co-authored-by: David Barsky <me@davidbarsky.com>
This commit is contained in:
Michael Sloan 2024-12-27 15:58:26 -07:00 committed by GitHub
parent d650daa7d3
commit eb4543818d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,8 +353,7 @@ fn def_to_non_local_moniker(
Definition::Module(module) if module.is_crate_root() => {}
_ => {
tracing::error!(
"Encountered enclosing definition with no name: {:?}",
def
?def, "Encountered enclosing definition with no name"
);
}
}