diff --git a/crates/moongraph/src/lib.rs b/crates/moongraph/src/lib.rs index 6789221..259779e 100644 --- a/crates/moongraph/src/lib.rs +++ b/crates/moongraph/src/lib.rs @@ -682,7 +682,7 @@ pub struct BatchResult<'graph> { results: Vec>, } -impl<'graph> BatchResult<'graph> { +impl BatchResult<'_> { /// Save the results of the batch run to the graph. /// /// Optionally trim any nodes that report a [`GraphError::TrimNode`] result.