mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
show types in local variable hovers
This commit is contained in:
parent
ee461a2111
commit
be84a112a7
2 changed files with 27 additions and 10 deletions
|
@ -228,7 +228,7 @@ impl Query {
|
|||
///
|
||||
/// Typically, a `NavigationTarget` corresponds to some element in the source
|
||||
/// code, like a function or a struct, but this is not strictly required.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct NavigationTarget {
|
||||
file_id: FileId,
|
||||
name: SmolStr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue