Skip to content

Commit

Permalink
Use regular Mutex where only try_lock is used
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 2, 2024
1 parent 5a7ae43 commit e4ac549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

use crate::iter::plumbing::*;
use crate::iter::*;
use rayon_core::sync::Mutex;
use std::sync::Mutex;

use crate::option;

Expand Down

0 comments on commit e4ac549

Please sign in to comment.