Skip to content

Commit

Permalink
fix compiler errror re: lifteimes
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 13, 2023
1 parent 50eaf36 commit 8accd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/haploid_wright_fisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ proptest! {
assert!(b2 >= 0, "{}", b2);
assert!(f64::from(b) - x <= 1e-8);
}
}
};
}
}
}

0 comments on commit 8accd40

Please sign in to comment.