Engine should be Clone

This commit is contained in:
steve donovan 2018-07-22 17:06:13 +02:00
parent 3fb2f543bb
commit 7ff1c39e01

View File

@ -124,7 +124,7 @@ pub struct FnSpec {
/// } /// }
/// } /// }
/// ``` /// ```
// #[derive(Clone)] #[derive(Clone)]
pub struct Engine { pub struct Engine {
/// A hashmap containing all functions known to the engine /// A hashmap containing all functions known to the engine
pub fns: HashMap<FnSpec, Arc<FnIntExt>>, pub fns: HashMap<FnSpec, Arc<FnIntExt>>,