mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 03:53:04 +00:00
main: Removed PathBuf from dependencies
This should suppress a warning indicating this exact issue
This commit is contained in:
parent
6d10d77fbe
commit
961a30b47b
|
@ -19,7 +19,7 @@
|
|||
|
||||
use std::env;
|
||||
use std::process;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::path::{Path};
|
||||
use colored::Colorize;
|
||||
|
||||
mod inv;
|
||||
|
|
Loading…
Reference in a new issue