aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-16 04:26:52 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-16 04:26:52 -0500
commit90cbd4b873a2840385bcbc64e199604bcbaead4c (patch)
treec0496764506b0c6c5fc90b7c2585761bfb4447a8 /tests
parent50960d16b66679b81e4f69b451d834695c86b8c6 (diff)
downloadvt100-rust-90cbd4b873a2840385bcbc64e199604bcbaead4c.tar.gz
vt100-rust-90cbd4b873a2840385bcbc64e199604bcbaead4c.zip
edition 2021
Diffstat (limited to 'tests')
-rw-r--r--tests/helpers/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/helpers/mod.rs b/tests/helpers/mod.rs
index 17f9a60..20de2d4 100644
--- a/tests/helpers/mod.rs
+++ b/tests/helpers/mod.rs
@@ -1,5 +1,3 @@
-use std::convert::TryInto as _;
-
mod fixtures;
pub use fixtures::fixture;
pub use fixtures::FixtureScreen;