Implemented the Debug trait for all data structures
This commit is contained in:
@@ -12,6 +12,7 @@ use indexmap::IndexSet;
|
||||
use std::collections::VecDeque;
|
||||
use std::mem;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct CodeRepo {
|
||||
pub(super) cached_query: Code,
|
||||
pub(super) goal_expanders: Code,
|
||||
|
||||
Reference in New Issue
Block a user