From 541e56fce4cc76b4bad5fd7b3e08d9611137b537 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Thu, 29 Jun 2023 19:30:48 +0100 Subject: [PATCH] arti-client: Fix clippy lint. --- crates/arti-client/src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/arti-client/src/config.rs b/crates/arti-client/src/config.rs index c5d2793ec..51ce17fb3 100644 --- a/crates/arti-client/src/config.rs +++ b/crates/arti-client/src/config.rs @@ -289,6 +289,7 @@ impl StorageConfig { }) } /// Try to expand `keystore_dir` to be a path buffer. + #[allow(clippy::unnecessary_wraps)] // needed because of the experimental-api branch pub(crate) fn expand_keystore_dir(&self) -> Result, ConfigBuildError> { #[cfg(feature = "experimental-api")] {