diff options
| author | Michael Sloan <mgsloan@gmail.com> | 2024-12-27 15:58:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 15:58:26 -0700 |
| commit | a239113bf495f1d1e69dcab55fde8c01ef1b58e7 (patch) | |
| tree | 819fc27fb4feaa51869f331db6b872138509c12b /src/tools/rust-analyzer/crates | |
| parent | cd8522ef4ed240d489ef2c8c66400a6a2cc91837 (diff) | |
| download | rust-a239113bf495f1d1e69dcab55fde8c01ef1b58e7.tar.gz rust-a239113bf495f1d1e69dcab55fde8c01ef1b58e7.zip | |
Update crates/ide/src/moniker.rs
Co-authored-by: David Barsky <me@davidbarsky.com>
Diffstat (limited to 'src/tools/rust-analyzer/crates')
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide/src/moniker.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/crates/ide/src/moniker.rs b/src/tools/rust-analyzer/crates/ide/src/moniker.rs index adb48503381..2664f5d813f 100644 --- a/src/tools/rust-analyzer/crates/ide/src/moniker.rs +++ b/src/tools/rust-analyzer/crates/ide/src/moniker.rs @@ -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" ); } } |
