diff --git a/src/memoized.rs b/src/memoized.rs index ce1f2e30..a4cf9495 100644 --- a/src/memoized.rs +++ b/src/memoized.rs @@ -27,7 +27,7 @@ where /// Defines the "current state" of query's memoized results. #[derive(Debug)] -pub enum QueryState { +enum QueryState { /// We are currently computing the result of this query; if we see /// this value in the table, it indeeds a cycle. InProgress,