Debug / Display impls panic for empty pollard
Opened this issue · 0 comments
Ash-L2L commented
#[test]
fn test_display_empty() {
let p = Pollard::new();
let _ = p.to_string();
}
Opened this issue · 0 comments
#[test]
fn test_display_empty() {
let p = Pollard::new();
let _ = p.to_string();
}