fixes for tests to be run in release-mode
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -9,6 +9,7 @@ mod raw_id;
|
||||
mod redact;
|
||||
mod relation;
|
||||
mod strip;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
mod unsigned;
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![cfg(test)]
|
||||
|
||||
use super::Count;
|
||||
|
||||
#[test]
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user