mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Fix NavigationTarget debug_render container_name output
This commit is contained in:
parent
2a3abe2ce3
commit
7046b16275
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ impl NavigationTarget {
|
|||
buf.push_str(&format!(" {:?}", focus_range))
|
||||
}
|
||||
if let Some(container_name) = self.container_name() {
|
||||
buf.push_str(&format!(" {:?}", container_name))
|
||||
buf.push_str(&format!(" {}", container_name))
|
||||
}
|
||||
buf
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue