Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Sep 5, 2024
1 parent 92175ae commit bbb7172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/with_winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::collections::HashSet;
use std::num::NonZeroUsize;
use std::sync::Arc;

use std::time::Duration;
#[cfg(not(target_arch = "wasm32"))]
use std::time::Instant;
#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit bbb7172

Please sign in to comment.