Skip to content

Commit 3cf8e1d

Browse files
committed
mark reset @trusted
1 parent b051f7b commit 3cf8e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/mir/appender.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ struct ScopedBuffer(T, size_t bytes = 4096)
214214
alias opOpAssign(string op : "~") = put;
215215

216216
///
217-
void reset() scope nothrow
217+
void reset() @trusted scope nothrow
218218
{
219219
this.__dtor;
220220
_currentLength = 0;

0 commit comments

Comments
 (0)