summaryrefslogtreecommitdiffstats
path: root/src/test_helpers/with_view_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_helpers/with_view_state.rs')
-rw-r--r--src/test_helpers/with_view_state.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test_helpers/with_view_state.rs b/src/test_helpers/with_view_state.rs
index c1daf8e..78b4a40 100644
--- a/src/test_helpers/with_view_state.rs
+++ b/src/test_helpers/with_view_state.rs
@@ -2,7 +2,6 @@ use std::time::Duration;
use crate::view::{RenderAction, State, ViewAction};
-#[allow(clippy::panic)]
fn assert_view_state_actions(state: &State, expected_actions: &[String]) {
let actions = state
.render_slice()
@@ -97,7 +96,6 @@ impl ViewStateTestContext {
}
/// Assert that certain messages were sent by the `State`.
- #[allow(clippy::missing_panics_doc, clippy::panic)]
pub(crate) fn assert_sent_messages(&self, messages: Vec<&str>) {
let mut mismatch = false;
let mut error_output = vec![