rustreexo icon indicating copy to clipboard operation
rustreexo copied to clipboard

Debug / Display impls panic for empty pollard

Open Ash-L2L opened this issue 1 year ago • 0 comments

#[test]
fn test_display_empty() {
    let p = Pollard::new();
    let _ = p.to_string();
}

Ash-L2L avatar Apr 29 '24 08:04 Ash-L2L