Skip to content

Commit b08b92e

Browse files
committed
Revert a change of “an --extern” (can be read with “dash dash”)
1 parent be9d269 commit b08b92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/creader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ impl<'a> CrateLoader<'a> {
308308
}
309309

310310
// Alright, so we've gotten this far which means that `data` has the
311-
// right name, we don't have a hash, and we don't have an --extern
311+
// right name, we don't have a hash, and we don't have a --extern
312312
// pointing for ourselves. We're still not quite yet done because we
313313
// have to make sure that this crate was found in the crate lookup
314314
// path (this is a top-level dependency) as we don't want to

0 commit comments

Comments
 (0)