diff --git a/trustfall_core/src/interpreter/hints/vertex_info.rs b/trustfall_core/src/interpreter/hints/vertex_info.rs index 60ab67e1..3f5d3503 100644 --- a/trustfall_core/src/interpreter/hints/vertex_info.rs +++ b/trustfall_core/src/interpreter/hints/vertex_info.rs @@ -124,6 +124,7 @@ pub(super) trait InternalVertexInfo: super::sealed::__Sealed { /// How far query execution has progressed thus far: /// - `Bound::Included` means that data from that [`Vid`] is available, and /// - `Bound::Excluded` means that data from that [`Vid`] is not yet available. + /// /// Data from vertices with [`Vid`] values smaller than the given number is always available. fn execution_frontier(&self) -> Bound;