refactor: use canonical Rust module paths (#4269)

This commit is contained in:
Zhengchao An
2026-07-05 03:01:14 +08:00
committed by GitHub
parent 55ad8df1c2
commit a6b3e4f5d6
25 changed files with 64 additions and 119 deletions
-3
View File
@@ -19,12 +19,9 @@ pub mod bandwidth;
pub mod bucket_target_sys;
pub mod error;
pub mod lifecycle;
#[path = "../metadata/bucket.rs"]
pub mod metadata;
#[path = "../metadata/bucket_sys.rs"]
pub mod metadata_sys;
#[cfg(test)]
#[path = "../metadata/bucket_test.rs"]
mod metadata_test;
pub mod migration;
mod msgp_decode;
-1
View File
@@ -446,7 +446,6 @@ static OBJECT_LOCK_DIAG_ENABLED: OnceLock<bool> = OnceLock::new();
mod ctx;
mod list;
mod lock;
#[path = "../metadata/set_disk.rs"]
mod metadata;
mod multipart;
mod ops;