[ty] Allow overriding rules for specific files (#18648)

This commit is contained in:
Micha Reiser
2025-06-15 15:27:39 +02:00
committed by GitHub
parent 782363b736
commit 3a430fa6da
31 changed files with 1945 additions and 312 deletions

View File

@@ -32,7 +32,7 @@ pub struct LintMetadata {
pub line: u32,
}
#[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd)]
#[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
#[cfg_attr(
feature = "serde",
derive(serde::Serialize, serde::Deserialize),