Skip to content

Commit

Permalink
use core instead of std
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kfed committed Nov 11, 2024
1 parent cef6aa5 commit 7213ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lax/src/flags.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Charactor flags, e.g. `'T'`, used in LAPACK API
use std::ffi::c_char;
use core::ffi::c_char;

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

0 comments on commit 7213ae8

Please sign in to comment.