Update crates/ty_python_semantic/src/types/class.rs

This commit is contained in:
Micha Reiser 2025-12-16 12:31:20 +01:00 committed by GitHub
parent 7116d1d3a9
commit e73332ba1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -4261,7 +4261,6 @@ pub enum KnownClass {
Specialization, Specialization,
} }
#[salsa::tracked]
impl KnownClass { impl KnownClass {
pub(crate) const fn is_bool(self) -> bool { pub(crate) const fn is_bool(self) -> bool {
matches!(self, Self::Bool) matches!(self, Self::Bool)