mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-01 19:12:14 +00:00
dcb2413651
The test module in local_export.rs imported crate::backends::KmsClient,
which was removed in commit 76b3c085b (refactor(kms): fold the KmsClient
layer into KmsBackend). This caused a compile error in the clippy-check
step. Remove the dead import; LocalKmsClient is already available via
use super::*.