fix: 调整disk trait位置

This commit is contained in:
shiro.lee
2024-08-05 22:43:45 +08:00
parent 4735cedba2
commit c36c145b34
6 changed files with 181 additions and 184 deletions
-1
View File
@@ -1,7 +1,6 @@
mod bucket_meta;
mod chunk_stream;
pub mod disk;
pub mod disk_api;
mod disks_layout;
mod endpoint;
mod erasure;