CrateStore comment fix.

with -> which , and re-wrap line.
This commit is contained in:
Edd Barrett 2019-08-16 10:16:40 +01:00
parent 170acedbd0
commit 8e4d0ac551

View file

@ -178,8 +178,7 @@ pub trait MetadataLoader {
-> Result<MetadataRef, String>;
}
/// A store of Rust crates, through with their metadata
/// can be accessed.
/// A store of Rust crates, through which their metadata can be accessed.
///
/// Note that this trait should probably not be expanding today. All new
/// functionality should be driven through queries instead!