Skip to content

Commit c0862e8

Browse files
committed
Suppress warnings
1 parent 3bba0ca commit c0862e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/twosat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ impl TwoSAT {
3737

3838
#[cfg(test)]
3939
mod tests {
40+
#![allow(clippy::many_single_char_names)]
4041
use super::*;
4142
#[test]
4243
fn solve_alpc_h_sample1() {

0 commit comments

Comments
 (0)