mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 02:42:54 +00:00
Use Symbol in Name
This commit is contained in:
parent
843806b79f
commit
3fe815b0f3
75 changed files with 750 additions and 755 deletions
|
|
@ -46,7 +46,7 @@ pub(crate) fn hints(
|
|||
}
|
||||
|
||||
let name = param.name(sema.db);
|
||||
let param_name = name.as_str()?;
|
||||
let param_name = name.as_str();
|
||||
|
||||
let should_hide = {
|
||||
let argument = get_string_representation(&arg)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue