From 575023d032affd6e180cd32259c464e84a0e31e9 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 19 Jul 2023 13:48:14 +0800 Subject: chain/atom/default: Make `print_nullables` public. * chain/src/atom/default.rs: Making this function public means I do not have to worry about it being unused. --- chain/src/atom/default.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chain/src/atom/default.rs') 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 -- cgit v1.2.3-18-g5258