aboutsummaryrefslogtreecommitdiff
path: root/src/bibiman.rs
diff options
context:
space:
mode:
authorlukeflo2025-06-30 21:49:53 +0200
committerlukeflo2025-06-30 21:49:53 +0200
commit9bd2f6fef0d835ffb97e18993161e6639c98d2d1 (patch)
tree1ff5038fbeda1fe8ee9643a1611b3009345779f5 /src/bibiman.rs
parent3a40bbb367a79dc3660c12aa7f62e3efc378ea22 (diff)
downloadbibiman-9bd2f6fef0d835ffb97e18993161e6639c98d2d1.tar.gz
bibiman-9bd2f6fef0d835ffb97e18993161e6639c98d2d1.zip
align resource symbols, update README
Diffstat (limited to 'src/bibiman.rs')
-rw-r--r--src/bibiman.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bibiman.rs b/src/bibiman.rs
index 9cc9280..f95bbc0 100644
--- a/src/bibiman.rs
+++ b/src/bibiman.rs
@@ -35,7 +35,7 @@ use std::fs::{self, read_to_string};
use std::fs::{File, OpenOptions};
use std::io::Write;
use std::path::PathBuf;
-use std::process::{Command, Stdio};
+use std::process::Command;
use std::result::Result::Ok;
use tui_input::Input;