diff --git a/runtime/src/status_cache.rs b/runtime/src/status_cache.rs index 0e5a781e5c..9903092f8a 100644 --- a/runtime/src/status_cache.rs +++ b/runtime/src/status_cache.rs @@ -175,7 +175,7 @@ impl StatusCache { self.purge_roots(); } - pub fn roots(&self) -> &HashSet { + pub fn roots(&self) -> &HashSet { &self.roots }