Only expose context_checks module in debug builds
This gets rid of some unused warnings.
This commit is contained in:
parent
098589f5c0
commit
d380c15f8b
|
@ -5,6 +5,7 @@ use std::os::raw::c_char;
|
|||
|
||||
use crate::util::permit_alloc;
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
pub(crate) mod context_checks;
|
||||
|
||||
/// The bit that controls flush-to-zero behavior for denormals in 32 and 64-bit floating point
|
||||
|
|
Loading…
Reference in a new issue