mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 02:29:44 +00:00
Update crates/ide/src/moniker.rs
Co-authored-by: David Barsky <me@davidbarsky.com>
This commit is contained in:
parent
d650daa7d3
commit
eb4543818d
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue