We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170aced commit 8e4d0acCopy full SHA for 8e4d0ac
src/librustc/middle/cstore.rs
@@ -178,8 +178,7 @@ pub trait MetadataLoader {
178
-> Result<MetadataRef, String>;
179
}
180
181
-/// A store of Rust crates, through with their metadata
182
-/// can be accessed.
+/// A store of Rust crates, through which their metadata can be accessed.
183
///
184
/// Note that this trait should probably not be expanding today. All new
185
/// functionality should be driven through queries instead!
0 commit comments