We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ffb3e commit 3edd912Copy full SHA for 3edd912
1 file changed
source/mir/string_map.d
@@ -49,7 +49,7 @@ struct StringMap(T)
49
}
50
51
/// `hashOf` Implementation. Doesn't depend on order
52
- size_t toHash() scope @trusted const // pure nothrow @nogc
+ size_t toHash() scope @trusted const nothrow // pure @nogc
53
{
54
if (implementation is null)
55
return 0;
0 commit comments