Skip to content

Commit

Permalink
Update crates/ide/src/moniker.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Barsky <me@davidbarsky.com>
  • Loading branch information
mgsloan and davidbarsky authored Dec 27, 2024
1 parent d650daa commit eb45438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ide/src/moniker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}
}
Expand Down

0 comments on commit eb45438

Please sign in to comment.