Files
rustfs/crates
overtrue dcb2413651 fix(kms): remove dead import of removed KmsClient in local_export tests
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::*.
2026-08-01 02:14:55 +08:00
..