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.
1 parent 647fd36 commit f4cb0ecCopy full SHA for f4cb0ec
crates/pgt_suppressions/src/lib.rs
@@ -193,7 +193,7 @@ impl Suppressions {
193
let mut eligible = vec![];
194
195
// one-for-one, we're checking the lines above a diagnostic location
196
- // until there are no more diagnostics
+ // until there are no more suppressions
197
line_no -= 1;
198
while let Some(suppr) = self.line_suppressions.get(&line_no) {
199
eligible.push(suppr);
0 commit comments