mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +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<()> {
|
fn handle_child<S: AsRef<str>>(command: &[S], extra_env: &ExtraEnv) -> anyhow::Result<()> {
|
||||||
use signal::{SigHandler, Signal};
|
use signal::SigHandler;
|
||||||
|
|
||||||
let command = command
|
let command = command
|
||||||
.iter()
|
.iter()
|
||||||
|
|||||||
Reference in New Issue
Block a user