Skip to content

Commit

Permalink
Fix warning when is_available() is used
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 2, 2021
1 parent f601ea3 commit a4beb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/detection.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(not(is_available))]
use std::panic::{self, PanicInfo};
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Once;
Expand Down

0 comments on commit a4beb26

Please sign in to comment.