From 9656f9f0382e508c4e9d35f160a7a9e6923f66f3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Feb 2023 14:16:41 -0500 Subject: clippy --- tests/winch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/winch.rs b/tests/winch.rs index ae3c1a4..d97e9aa 100644 --- a/tests/winch.rs +++ b/tests/winch.rs @@ -8,7 +8,7 @@ fn test_winch_std() { let pts = pty.pts().unwrap(); pty.resize(pty_process::Size::new(24, 80)).unwrap(); let mut child = pty_process::blocking::Command::new("perl") - .args(&[ + .args([ "-E", "$|++; $SIG{WINCH} = sub { say 'WINCH' }; say 'started'; <>", ]) -- cgit v1.2.3-54-g00ecf