mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
head: allow cognitive_complexity in test
This commit is contained in:
@@ -473,6 +473,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
fn test_take_all_lines_buffer() {
|
||||
// 3 lines with new-lines and one partial line.
|
||||
let input_buffer = "a\nb\nc\ndef";
|
||||
|
||||
Reference in New Issue
Block a user