From 8d02027c6d64111674ee22858ea9bd8cf25d332c Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Sun, 19 May 2024 17:52:10 +0300 Subject: [PATCH] lint: fix --- teller-cli/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teller-cli/src/cli.rs b/teller-cli/src/cli.rs index a150c96a..62544822 100644 --- a/teller-cli/src/cli.rs +++ b/teller-cli/src/cli.rs @@ -1,5 +1,5 @@ use std::{ - env::{self, current_dir}, + env, path::{Path, PathBuf}, };