Add a use std::vec::Vec; to fix the no_std build.
This commit is contained in:
@@ -11,6 +11,7 @@ use data_context::DataContext;
|
||||
use std::borrow::ToOwned;
|
||||
use std::collections::HashMap;
|
||||
use std::string::String;
|
||||
use std::vec::Vec;
|
||||
use Backend;
|
||||
|
||||
/// A function identifier for use in the `Module` interface.
|
||||
|
||||
Reference in New Issue
Block a user