Skip to content

Commit

Permalink
FIXUP: remove extra import - XXX XXX CI SHOULD STILL FAIL DUE TO MISS…
Browse files Browse the repository at this point in the history
…ING IMPORT for no-std
  • Loading branch information
brody4hire committed Jan 17, 2025
1 parent d0f0a66 commit a1edb9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wgpu-core/src/lock/ranked.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ use crate::alias::*;
use super::rank::LockRank;
use std::{cell::Cell, panic::Location};

#[cfg(not(feature = "std"))]
use parking_lot;

/// A `Mutex` instrumented for deadlock prevention.
///
/// This is just a wrapper around a [`parking_lot::Mutex`], along with
Expand Down

0 comments on commit a1edb9c

Please sign in to comment.