Skip to content

Commit

Permalink
Permit await_holding_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed May 28, 2022
1 parent 856c592 commit 7d0a637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serial_test/src/parallel_code_lock.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::await_holding_lock)]

use crate::code_lock::{check_new_key, LOCKS};
use std::ops::Deref;

Expand Down
2 changes: 2 additions & 0 deletions serial_test/src/serial_code_lock.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::await_holding_lock)]

use crate::code_lock::{check_new_key, LOCKS};
use std::ops::Deref;

Expand Down

0 comments on commit 7d0a637

Please sign in to comment.