diff options
| author | lukeflo | 2025-06-30 21:49:53 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-30 21:49:53 +0200 |
| commit | 9bd2f6fef0d835ffb97e18993161e6639c98d2d1 (patch) | |
| tree | 1ff5038fbeda1fe8ee9643a1611b3009345779f5 /src/bibiman.rs | |
| parent | 3a40bbb367a79dc3660c12aa7f62e3efc378ea22 (diff) | |
| download | bibiman-9bd2f6fef0d835ffb97e18993161e6639c98d2d1.tar.gz bibiman-9bd2f6fef0d835ffb97e18993161e6639c98d2d1.zip | |
align resource symbols, update README
Diffstat (limited to 'src/bibiman.rs')
| -rw-r--r-- | src/bibiman.rs | 2 |
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; |
