1
0
Fork 0
mirror of https://git.sr.ht/~nixgoat/vento synced 2024-09-28 13:09:03 +00:00

main: Removed PathBuf from dependencies

This should suppress a warning indicating this exact issue
This commit is contained in:
Lux Aliaga 2022-09-15 00:10:19 -03:00
parent 6d10d77fbe
commit 961a30b47b

View file

@ -19,7 +19,7 @@
use std::env;
use std::process;
use std::path::{Path, PathBuf};
use std::path::{Path};
use colored::Colorize;
mod inv;