fixes for tests to be run in release-mode

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-08 20:43:02 +00:00
parent 94c8683836
commit 44e6b1af3c
6 changed files with 6 additions and 7 deletions

View file

@ -16,6 +16,7 @@ pub mod set;
pub mod stream;
pub mod string;
pub mod sys;
#[cfg(test)]
mod tests;
pub mod time;

View file

@ -1,4 +1,3 @@
#![cfg(test)]
#![allow(clippy::disallowed_methods)]
use crate::utils;