From 905da12c2f7802ed842a94192f837d42f9c5f0ca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 13 Dec 2021 23:30:56 -0500 Subject: clean up clippy stuff --- tests/quickcheck.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/quickcheck.rs') 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: &mut G) -> Vec { enum Fragment { Text, -- cgit v1.2.3-54-g00ecf