Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
higumachan committed Dec 12, 2023
1 parent a1b931f commit c48f023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notify_rw_lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ impl<T> DerefMut for WriteGuard<'_, T> {
mod tests {
use super::*;
use std::hint::black_box;
use std::time::Instant;

#[test]
fn add_list() {
Expand Down

0 comments on commit c48f023

Please sign in to comment.