Add support for running tests in no_std mode.
This commit is contained in:
@@ -348,6 +348,7 @@ mod tests {
|
||||
use super::{builder, Flags};
|
||||
use super::Error::*;
|
||||
use super::Configurable;
|
||||
use std::string::ToString;
|
||||
|
||||
#[test]
|
||||
fn display_default() {
|
||||
|
||||
Reference in New Issue
Block a user