diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-06-03 20:40:44 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-06-03 20:40:44 -0400 |
| commit | e548c46c7067010f203db0a9c69e5c6fae058545 (patch) | |
| tree | 48fe7e9a35f81e3930ddfd5f235feb09c673e964 | |
| parent | af4a0e8e0569ecf83278df437f504b63678e8710 (diff) | |
| download | rust-e548c46c7067010f203db0a9c69e5c6fae058545.tar.gz rust-e548c46c7067010f203db0a9c69e5c6fae058545.zip | |
correct misspelled word
| -rw-r--r-- | src/librustc/ty/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index 2a22e13d31e..454f524e4da 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -953,7 +953,7 @@ impl<'tcx> TraitPredicate<'tcx> { // dep-nodes for `u32: SomeTrait` and `u64: SomeTrait`, but we // would have distinct dep-nodes for `Vec<u32>: SomeTrait`, // `Rc<u32>: SomeTrait`, and `(Vec<u32>, Rc<u32>): SomeTrait`. - // Note that it's always sound to conflate dep-nodes, it jus + // Note that it's always sound to conflate dep-nodes, it just // leads to more recompilation. let def_ids: Vec<_> = self.input_types() |
