mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 11:32:19 +00:00
refactor: use canonical Rust module paths (#4269)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user