Add a use std::vec::Vec; to fix the no_std build.

This commit is contained in:
Dan Gohman
2018-09-21 21:14:06 -07:00
parent 46beddecde
commit cb6b1a76db

View File

@@ -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.