Merge pull request #253 from waterlens/waterlens

allow to clone a Context
This commit is contained in:
Sagie Gur-Ari 2022-07-21 11:25:43 +03:00 committed by GitHub
commit 19627fb302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ pub enum StateValue {
}
/// The context structure
#[derive(Clone)]
pub struct Context {
/// The runtime variables
pub variables: HashMap<String, String>,