Skip to content

Commit 19627fb

Browse files
authored
Merge pull request #253 from waterlens/waterlens
allow to clone a Context
2 parents dcbe5be + d1da9c1 commit 19627fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

duckscript/src/types/runtime.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub enum StateValue {
4646
}
4747

4848
/// The context structure
49+
#[derive(Clone)]
4950
pub struct Context {
5051
/// The runtime variables
5152
pub variables: HashMap<String, String>,

0 commit comments

Comments
 (0)