Skip to content

Commit 13153c7

Browse files
committed
Fix unsupported targets
1 parent 6ad01c2 commit 13153c7

File tree

1 file changed

+1
-1
lines changed
  • crates/std_detect/src/detect/os/linux

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/os/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cfg_if! {
1717
mod powerpc;
1818
pub use self::powerpc::check_for;
1919
} else {
20-
use arch::detect::Feature;
20+
use crate::detect::Feature;
2121
/// Performs run-time feature detection.
2222
pub fn check_for(_x: Feature) -> bool {
2323
false

0 commit comments

Comments
 (0)