Skip to content

Commit 4cdb26d

Browse files
committed
fix StringMap.toHash
1 parent 3edd912 commit 4cdb26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/mir/string_map.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct StringMap(T)
4949
}
5050

5151
/// `hashOf` Implementation. Doesn't depend on order
52-
size_t toHash() scope @trusted const nothrow // pure @nogc
52+
size_t toHash() scope @trusted const nothrow pure @nogc
5353
{
5454
if (implementation is null)
5555
return 0;

0 commit comments

Comments
 (0)