diff options
author | jikstra <jikstra@disroot.org> | 2021-09-10 14:45:45 +0000 |
---|---|---|
committer | jikstra <jikstra@disroot.org> | 2021-09-10 14:45:45 +0000 |
commit | da591fc995ea0189694d1f6e306d23105fa6cfc5 (patch) | |
tree | fe33c8ff31e5154c40eb328eda3958fea91606b8 /tests/raw.rs | |
parent | Implement --show-wget-footer argument (diff) | |
download | miniserve-da591fc995ea0189694d1f6e306d23105fa6cfc5.tar.gz miniserve-da591fc995ea0189694d1f6e306d23105fa6cfc5.zip |
Remove unused imports and files
Diffstat (limited to '')
-rw-r--r-- | tests/raw.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/raw.rs b/tests/raw.rs index ed46314..ea9b3a6 100644 --- a/tests/raw.rs +++ b/tests/raw.rs @@ -2,7 +2,6 @@ mod fixtures; mod utils; use crate::fixtures::TestServer; -use assert_cmd::prelude::*; use fixtures::{server, Error}; use pretty_assertions::assert_eq; use reqwest::blocking::Client; @@ -10,9 +9,6 @@ use rstest::rstest; use select::document::Document; use select::predicate::Class; use select::predicate::Name; -use std::process::{Command, Stdio}; -use std::thread::sleep; -use std::time::Duration; #[rstest] /// The ui displays the correct wget command to download the folder recursively |