mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Update Chalk to version 87
This commit is contained in:
parent
acd06de16a
commit
16bf32fcdd
4 changed files with 14 additions and 13 deletions
|
@ -1098,7 +1098,6 @@ impl HirDisplay for LifetimeData {
|
|||
write!(f, "{}", param_data.name)
|
||||
}
|
||||
LifetimeData::Static => write!(f, "'static"),
|
||||
LifetimeData::Empty(_) => Ok(()),
|
||||
LifetimeData::Erased => Ok(()),
|
||||
LifetimeData::Phantom(_, _) => Ok(()),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue