Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov authored Oct 11, 2023
1 parent 2c5096a commit b08c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl<'a, const C: usize> Executor<'a, C> {

/// Returns a reference to the inner state.
fn state(&self) -> &State<C> {
self.state.get_or_init(|| State::new())
self.state.get_or_init(State::new)
}
}

Expand Down

0 comments on commit b08c4eb

Please sign in to comment.