Skip to content

Commit

Permalink
Forgot a consuming πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
McNight committed Oct 22, 2024
1 parent 9a1e129 commit 6889504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Besogne/besogne.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension Besogne {
public struct Scope: ~Copyable {
let state = UnsafeMutablePointer<os_activity_scope_state_s>.allocate(capacity: 1)

public func leave() {
public consuming func leave() {
_os_activity_scope_leave(state)
}

Expand Down

0 comments on commit 6889504

Please sign in to comment.