aboutsummaryrefslogtreecommitdiffstats
path: root/tests/quickcheck.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quickcheck.rs')
-rw-r--r--tests/quickcheck.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/quickcheck.rs b/tests/quickcheck.rs
index 64fd027..efb6f63 100644
--- a/tests/quickcheck.rs
+++ b/tests/quickcheck.rs
@@ -24,7 +24,6 @@ impl quickcheck::Arbitrary for TerminalInput {
}
}
-#[allow(clippy::many_single_char_names)]
fn choose_terminal_input_fragment<G: quickcheck::Gen>(g: &mut G) -> Vec<u8> {
enum Fragment {
Text,