Enforce style lints which do not have violations (#36580)

Release Notes:

- N/A
This commit is contained in:
tidely 2025-08-20 15:07:37 +03:00 committed by Orual
parent 7eee154ea9
commit eeb690d34f
No known key found for this signature in database
20 changed files with 146 additions and 89 deletions

View file

@ -34,7 +34,7 @@ pub enum DataCollectionState {
impl DataCollectionState {
pub fn is_supported(&self) -> bool {
!matches!(self, DataCollectionState::Unsupported { .. })
!matches!(self, DataCollectionState::Unsupported)
}
pub fn is_enabled(&self) -> bool {