chore: drop the remaining product-code dead_code blankets (#6149)

This commit is contained in:
Zhengchao An
2026-08-16 22:18:00 +08:00
committed by GitHub
parent cd0ac02879
commit 1862112d0c
12 changed files with 236 additions and 21 deletions
-2
View File
@@ -18,8 +18,6 @@
//! data encryption keys using master keys. It abstracts the encryption
//! operations so that different backends can share the same encryption logic.
#![allow(dead_code)] // Trait methods may be used by implementations
use crate::error::{KmsError, Result};
use crate::persisted_observability::{BoundedUnknownFieldName, UnknownFieldSummary};
use async_trait::async_trait;