Skip to content

Commit e548c46

Browse files
committed
correct misspelled word
1 parent af4a0e8 commit e548c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ impl<'tcx> TraitPredicate<'tcx> {
953953
// dep-nodes for `u32: SomeTrait` and `u64: SomeTrait`, but we
954954
// would have distinct dep-nodes for `Vec<u32>: SomeTrait`,
955955
// `Rc<u32>: SomeTrait`, and `(Vec<u32>, Rc<u32>): SomeTrait`.
956-
// Note that it's always sound to conflate dep-nodes, it jus
956+
// Note that it's always sound to conflate dep-nodes, it just
957957
// leads to more recompilation.
958958
let def_ids: Vec<_> =
959959
self.input_types()

0 commit comments

Comments
 (0)