From 6b4ed51b4b4f08fb8c60ed79fa7797b148a8a335 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 18:02:27 +0200 Subject: chore: Remove some warnings (cargo fix) --- crates/client/src/command/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/client/src/command/client.rs') diff --git a/crates/client/src/command/client.rs b/crates/client/src/command/client.rs index 9f45f53b..32686c23 100644 --- a/crates/client/src/command/client.rs +++ b/crates/client/src/command/client.rs @@ -1,5 +1,5 @@ use std::fs::{self}; -use std::path::{Path, PathBuf}; +use std::path::Path; use clap::Subcommand; use eyre::{Result, WrapErr}; -- cgit v1.3.1