Address nits

This commit is contained in:
Niko Matsakis 2015-04-08 19:31:20 -04:00
parent 65ccffd224
commit e47fb489c1

View File

@ -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> impl<'tcx,K> UnificationTable<K>
where K : UnifyKey<Value=()>, where K : UnifyKey<Value=()>,