mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 22:59:59 +00:00
refactor: use canonical Rust module paths (#4269)
This commit is contained in:
@@ -154,17 +154,11 @@ fn ensure_rpc_decommission_local_leader(store: &ECStore, idx: usize) -> StorageR
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[path = "bucket.rs"]
|
||||
mod bucket;
|
||||
#[path = "disk.rs"]
|
||||
mod disk;
|
||||
#[path = "event.rs"]
|
||||
mod event;
|
||||
#[path = "health.rs"]
|
||||
mod health;
|
||||
#[path = "lock.rs"]
|
||||
mod lock;
|
||||
#[path = "metrics.rs"]
|
||||
mod metrics;
|
||||
|
||||
pub struct NodeService {
|
||||
|
||||
Reference in New Issue
Block a user