Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 7, 2023
1 parent d247927 commit 9999d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/mqtt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ pub mod client {
Self(connection_state)
}

#[allow(clippy::should_implement_trait)]
pub fn next(&mut self) -> Option<Result<Event<M>, E>> {
let mut state = self.0.state.lock();

Expand Down

0 comments on commit 9999d69

Please sign in to comment.