Skip to content

Commit 1f370f2

Browse files
author
Markus Westerlind
committed
Relax UnificationTable::new
1 parent 4b08d1c commit 1f370f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ where
268268
// other type parameter U, and we have no way to say
269269
// Option<U>:LatticeValue.
270270

271-
impl<S: UnificationStoreBase + Default> UnificationTable<S> {
271+
impl<S: Default> UnificationTable<S> {
272272
pub fn new() -> Self {
273273
Self::default()
274274
}

0 commit comments

Comments
 (0)