We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2c313 commit fee602eCopy full SHA for fee602e
src/checkpoint.rs
@@ -25,7 +25,7 @@ impl CheckpointMaker {
25
///
26
/// In order to provide a scope for the CheckpointMaker one can use scope.new_sub_scope("")
27
/// as Scope does not support the Clone trait at present
28
- fn new(scope: Scope, variables: Box<[String]>) -> CheckpointMaker {
+ pub fn new(scope: Scope, variables: Box<[String]>) -> CheckpointMaker {
29
CheckpointMaker { scope, variables, save_restore_ops: None }
30
}
31
0 commit comments