Revert "Re-enable fixpoint iteration for variance computation"

This commit is contained in:
Chayim Refael Friedman 2025-07-08 23:41:22 +03:00 committed by GitHub
parent 9a1fc3cdb8
commit 43644ca4fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View file

@ -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;