Skip to content

Commit 1899f82

Browse files
committed
fix compiler errror re: lifteimes
1 parent dec4984 commit 1899f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/haploid_wright_fisher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ proptest! {
161161
assert!(b2 >= 0, "{}", b2);
162162
assert!(f64::from(b) - x <= 1e-8);
163163
}
164-
}
164+
};
165165
}
166166
}
167167
}

0 commit comments

Comments
 (0)