diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2015-04-08 19:31:20 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-04-17 10:12:55 -0400 |
| commit | e47fb489c10f2d86216c3a75ad6cbde3742e9f0c (patch) | |
| tree | f2447b4c4a1e68cef9dc1bc052428193b89f38ef | |
| parent | 65ccffd22451d7d9aee762874afcb1fda0a4a4f0 (diff) | |
| download | rust-e47fb489c10f2d86216c3a75ad6cbde3742e9f0c.tar.gz rust-e47fb489c10f2d86216c3a75ad6cbde3742e9f0c.zip | |
Address nits
| -rw-r--r-- | src/librustc_data_structures/unify/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/unify/mod.rs b/src/librustc_data_structures/unify/mod.rs index aff79e25956..7036c010c65 100644 --- a/src/librustc_data_structures/unify/mod.rs +++ b/src/librustc_data_structures/unify/mod.rs @@ -241,7 +241,7 @@ impl<K:UnifyKey> sv::SnapshotVecDelegate for Delegate<K> { } /////////////////////////////////////////////////////////////////////////// -// Base union-find algorithm, where we are just making setes +// Base union-find algorithm, where we are just making sets impl<'tcx,K> UnificationTable<K> where K : UnifyKey<Value=()>, |
