fixes for tests to be run in release-mode
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
94c8683836
commit
44e6b1af3c
6 changed files with 6 additions and 7 deletions
|
@ -16,6 +16,7 @@ pub mod set;
|
|||
pub mod stream;
|
||||
pub mod string;
|
||||
pub mod sys;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
pub mod time;
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#![cfg(test)]
|
||||
#![allow(clippy::disallowed_methods)]
|
||||
|
||||
use crate::utils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue