aboutsummaryrefslogtreecommitdiffstats
path: root/tests/quickcheck.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-13 23:30:56 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-13 23:42:11 -0500
commit905da12c2f7802ed842a94192f837d42f9c5f0ca (patch)
tree139efb05ae9d7dc18a179f4a7a397d9ea9126f22 /tests/quickcheck.rs
parent3bbf036e01b9c8314c1d52ea38dfa6e5a7cc9e3d (diff)
downloadvt100-rust-905da12c2f7802ed842a94192f837d42f9c5f0ca.tar.gz
vt100-rust-905da12c2f7802ed842a94192f837d42f9c5f0ca.zip
clean up clippy stuff
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,