mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Remove empty line
This commit is contained in:
parent
7abcc7d862
commit
f494d1199d
2 changed files with 0 additions and 2 deletions
|
@ -3407,7 +3407,6 @@ impl Type {
|
|||
// arg can be either a `Ty` or `constant`
|
||||
if let Some(ty) = arg.ty(Interner) {
|
||||
Some(SmolStr::new(ty.display(db).to_string()))
|
||||
// Some(ty)
|
||||
} else if let Some(const_) = arg.constant(Interner) {
|
||||
Some(SmolStr::new_inline(&const_.display(db).to_string()))
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue