We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e022e commit 18b4badCopy full SHA for 18b4bad
jaq/tests/golden.rs
@@ -1,4 +1,4 @@
1
-use std::{env, fs, io, path, process, str};
+use std::{env, io, process, str};
2
3
fn golden_test(args: &[&str], input: &str, out_ex: &str) -> io::Result<()> {
4
let mut child = process::Command::new(env!("CARGO_BIN_EXE_jaq"))
0 commit comments