Skip to content

Commit

Permalink
Merge pull request #52 from kinke/fix_deprec
Browse files Browse the repository at this point in the history
Fix a recent deprecation
  • Loading branch information
schveiguy authored Feb 4, 2022
2 parents bf64c71 + b88d0bf commit 3528c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/io/internal/iovec.d
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct TempIOVecs
_ptr = null;
}

@property inout(iovec*) ptr() inout return scope
@property inout(iovec*) ptr() inout return
{
return _ptr is useStack ? stack.ptr : _ptr;
}
Expand Down

0 comments on commit 3528c9c

Please sign in to comment.