Skip to content

Commit 1258421

Browse files
authored
Merge pull request #49 from wilcoxjay/patch-1
Fix doc typo in ena::unify
2 parents c0ab240 + 6b0c3f0 commit 1258421

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unify/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ impl<S: UnificationStoreBase> UnificationTable<S> {
304304
}
305305

306306
impl<S: UnificationStoreMut> UnificationTable<S> {
307-
/// Starts a new snapshot. Each snapshot must be either
308307
/// Creates a fresh key with the given value.
309308
pub fn new_key(&mut self, value: S::Value) -> S::Key {
310309
let len = self.values.len();

0 commit comments

Comments
 (0)