We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d957bce + f4cb0ec commit f830d4dCopy full SHA for f830d4d
crates/pgt_suppressions/src/lib.rs
@@ -202,7 +202,7 @@ impl Suppressions {
202
let mut eligible = vec![];
203
204
// one-for-one, we're checking the lines above a diagnostic location
205
- // until there are no more diagnostics
+ // until there are no more suppressions
206
line_no -= 1;
207
while let Some(suppr) = self.line_suppressions.get(&line_no) {
208
eligible.push(suppr);
0 commit comments