diff options
Diffstat (limited to 'chain')
-rw-r--r-- | chain/src/atom/default.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chain/src/atom/default.rs b/chain/src/atom/default.rs index bd71c1c..85d652f 100644 --- a/chain/src/atom/default.rs +++ b/chain/src/atom/default.rs @@ -116,7 +116,7 @@ impl DefaultAtom { } /// Print nullable nodes. - pub(crate) fn print_nullables(&self) { + pub fn print_nullables(&self) { print!("printing nullables for the atom: "); for nullable in self |