diff --git a/src/storages.rs b/src/storages.rs index fd02ef3..8137546 100644 --- a/src/storages.rs +++ b/src/storages.rs @@ -135,7 +135,7 @@ pub trait StorageExt { fn local_info(&self, device: &devices::Device) -> Option<&local_info::LocalInfo>; /// Get mount path of `self` on `device`. - /// `storages` is a `HashMap` with key of storage name and value of the storage. + /// `storages` is a `BTreeMap` with key of storage name and value of the storage. fn mount_path(&self, device: &devices::Device) -> Result; /// Add local info of `device` to `self`.