aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/dependency_resolver/rule_watch_graph.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/dependency_resolver/rule_watch_graph.rs')
-rw-r--r--crates/shirabe/src/dependency_resolver/rule_watch_graph.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/dependency_resolver/rule_watch_graph.rs b/crates/shirabe/src/dependency_resolver/rule_watch_graph.rs
index 6646490b..19be7a9e 100644
--- a/crates/shirabe/src/dependency_resolver/rule_watch_graph.rs
+++ b/crates/shirabe/src/dependency_resolver/rule_watch_graph.rs
@@ -8,7 +8,7 @@ use indexmap::IndexMap;
#[derive(Debug)]
pub struct RuleWatchGraph {
- pub(crate) watch_chains: IndexMap<i64, RuleWatchChain>,
+ watch_chains: IndexMap<i64, RuleWatchChain>,
}
impl Default for RuleWatchGraph {
@@ -121,7 +121,7 @@ impl RuleWatchGraph {
None
}
- pub(crate) fn move_watch(
+ fn move_watch(
&mut self,
from_literal: i64,
to_literal: i64,