Skip to content

Commit

Permalink
Update task_impls panic lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson committed Nov 20, 2023
1 parent e0c298e commit 190fd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/task/src/task_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ pub mod test {
tokio::test(flavor = "multi_thread", worker_threads = 2)
)]
#[cfg_attr(async_executor_impl = "async-std", async_std::test)]
#[allow(clippy::should_panic_without_expect)]
#[should_panic]
async fn test_init_with_event_stream() {
setup_logging();
Expand Down

0 comments on commit 190fd8e

Please sign in to comment.