mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 02:52:11 +00:00
Revert "Re-enable fixpoint iteration for variance computation"
This commit is contained in:
parent
9a1fc3cdb8
commit
43644ca4fe
3 changed files with 13 additions and 13 deletions
|
|
@ -179,10 +179,9 @@ impl Name {
|
|||
self.symbol.as_str()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn display<'a>(
|
||||
&'a self,
|
||||
db: &dyn salsa::Database,
|
||||
db: &dyn crate::db::ExpandDatabase,
|
||||
edition: Edition,
|
||||
) -> impl fmt::Display + 'a {
|
||||
_ = db;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue