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")] {