mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Remove redundant use
This commit is contained in:
@@ -282,7 +282,7 @@ fn copy<T: Tty, H: Handler>(
|
||||
}
|
||||
|
||||
fn handle_child<S: AsRef<str>>(command: &[S], extra_env: &ExtraEnv) -> anyhow::Result<()> {
|
||||
use signal::{SigHandler, Signal};
|
||||
use signal::SigHandler;
|
||||
|
||||
let command = command
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user