Skip to content

Commit

Permalink
add pure attriv
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynukua authored and dlang-bot committed Aug 1, 2022
1 parent 8ed1c40 commit 1d93fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/bigint.d
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ Returns:
number in upper case.
*/
string toHex(const(BigInt) x) @safe
string toHex(const(BigInt) x) pure @safe
{
import std.array : appender;
auto outbuff = appender!string();
Expand Down

0 comments on commit 1d93fa3

Please sign in to comment.