Skip to content

Commit

Permalink
CrateStore comment fix.
Browse files Browse the repository at this point in the history
with -> which , and re-wrap line.
  • Loading branch information
vext01 committed Aug 16, 2019
1 parent 170aced commit 8e4d0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc/middle/cstore.rs
Expand Up @@ -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!
Expand Down

0 comments on commit 8e4d0ac

Please sign in to comment.