CrateStore comment fix.
with -> which , and re-wrap line.
This commit is contained in:
parent
170acedbd0
commit
8e4d0ac551
1 changed files with 1 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue