This commit is contained in:
Shingo OKAWA 2026-06-02 19:56:14 -03:00 committed by GitHub
commit a4f5bde5a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ fn update_state(
}
}
#[cfg(not(feature = "tokio"))]
#[cfg(all(not(feature = "tokio"), feature = "async-std"))]
/// Update the state.
fn update_state(current_state: &mut State, next_state: State) {
*current_state = next_state;