diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-24 17:39:08 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-24 17:41:41 +0100 |
| commit | 8d3c68a1deb28dce2b80ed61f85141180ce6a951 (patch) | |
| tree | de007203d448d6b6a2df7838e802f85d23ccd1a6 /src/model/content.rs | |
| parent | 5ae81971f299688b05d77af208d7bb44ffce5e2d (diff) | |
Protect Vm
Diffstat (limited to 'src/model/content.rs')
| -rw-r--r-- | src/model/content.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/content.rs b/src/model/content.rs index 9d78020c..90df5a4e 100644 --- a/src/model/content.rs +++ b/src/model/content.rs @@ -362,7 +362,7 @@ pub trait Node: 'static + Capable { /// /// This is passed only the arguments that remain after execution of the /// node's set rule. - fn construct(vm: &mut Vm, args: &mut Args) -> SourceResult<Content> + fn construct(vm: &Vm, args: &mut Args) -> SourceResult<Content> where Self: Sized; |
