Skip to content

Commit

Permalink
Merge pull request #412 from waywardmonkeys/remove-single-component-p…
Browse files Browse the repository at this point in the history
…ath-imports
  • Loading branch information
Amanieu authored Oct 21, 2023
2 parents 11241f9 + d4e7a53 commit be9dbe1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/fair_mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// copied, modified, or distributed except according to those terms.

use crate::raw_fair_mutex::RawFairMutex;
use lock_api;

/// A mutual exclusive primitive that is always fair, useful for protecting shared data
///
Expand Down
1 change: 0 additions & 1 deletion src/mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// copied, modified, or distributed except according to those terms.

use crate::raw_mutex::RawMutex;
use lock_api;

/// A mutual exclusion primitive useful for protecting shared data
///
Expand Down
1 change: 0 additions & 1 deletion src/rwlock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// copied, modified, or distributed except according to those terms.

use crate::raw_rwlock::RawRwLock;
use lock_api;

/// A reader-writer lock
///
Expand Down

0 comments on commit be9dbe1

Please sign in to comment.