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
1 changed files with 1 additions and 1 deletions

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;