refactor: prune admin app compat re-exports (#3697)

This commit is contained in:
安正超
2026-06-21 20:28:43 +08:00
committed by GitHub
parent 5c01641760
commit a0e7957e92
5 changed files with 822 additions and 157 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ pub mod rebalance {
pub mod rio {
pub use crate::rio::{
DecryptReader, DynReader, EncryptReader, HardLimitReader, HashReader, WriteEncryption, WritePlan, boxed_reader,
compression_metadata_value, wrap_reader,
DecryptReader, DynReader, EncryptReader, HardLimitReader, HashReader, ReadStream, Reader, WriteEncryption, WritePlan,
boxed_reader, compression_metadata_value, wrap_reader,
};
}