Skip to content

Commit 7213ae8

Browse files
committed
use core instead of std
1 parent cef6aa5 commit 7213ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lax/src/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Charactor flags, e.g. `'T'`, used in LAPACK API
2-
use std::ffi::c_char;
2+
use core::ffi::c_char;
33

44
/// Upper/Lower specification for seveal usages
55
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]

0 commit comments

Comments
 (0)