diff options
| author | Mason Reed <mason@vector35.com> | 2025-04-08 17:30:30 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-04-08 18:03:22 -0400 |
| commit | 9f713587c5a9ef40bd09cc917773c8b54f5fefcc (patch) | |
| tree | 84c2bd604cbe2488a5c4b3afe8643aec8a87f384 /rust/src/workflow.rs | |
| parent | ea9b31650f0a56d5a44740e6fc57b8b3b34ffd7d (diff) | |
Misc rust formatting
Diffstat (limited to 'rust/src/workflow.rs')
| -rw-r--r-- | rust/src/workflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/workflow.rs b/rust/src/workflow.rs index 90d6db84..b9c67a5d 100644 --- a/rust/src/workflow.rs +++ b/rust/src/workflow.rs @@ -168,7 +168,7 @@ impl Activity { pub(crate) unsafe fn from_raw(handle: NonNull<BNActivity>) -> Self { Self { handle } } - + pub(crate) unsafe fn ref_from_raw(handle: NonNull<BNActivity>) -> Ref<Self> { Ref::new(Self { handle }) } |
