Implemented the Debug trait for all data structures
This commit is contained in:
@@ -61,6 +61,7 @@ pub fn get_single_char() -> char {
|
||||
c
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct BrentAlgState {
|
||||
hare: Addr,
|
||||
tortoise: Addr,
|
||||
|
||||
Reference in New Issue
Block a user