Skip to content

Commit 125fc64

Browse files
Suppress too many single-character variables warnings
1 parent 7365855 commit 125fc64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/maxflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ mod test {
295295
}
296296

297297
#[test]
298+
#[allow(clippy::many_single_char_names)]
298299
fn test_max_flow_misawa() {
299300
// Originally by @MiSawa
300301
// From https://gist.github.com/MiSawa/47b1d99c372daffb6891662db1a2b686

0 commit comments

Comments
 (0)