Fix a few declarations for the no_std build.
This commit is contained in:
@@ -9,6 +9,7 @@ use std::boxed::Box;
|
||||
use std::fmt;
|
||||
use std::fmt::Write;
|
||||
use std::string::{String, ToString};
|
||||
use std::vec::Vec;
|
||||
use verifier::{VerifierError, VerifierErrors};
|
||||
use write::{decorate_function, FuncWriter, PlainWriter};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user