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 3bba0ca commit c0862e8Copy full SHA for c0862e8
src/twosat.rs
@@ -37,6 +37,7 @@ impl TwoSAT {
37
38
#[cfg(test)]
39
mod tests {
40
+ #![allow(clippy::many_single_char_names)]
41
use super::*;
42
#[test]
43
fn solve_alpc_h_sample1() {
0 commit comments