Skip to content

Commit

Permalink
fix betterC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 10, 2024
1 parent 69b98a4 commit ba829d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mir/conv.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors: Ilia Ki
+/
module mir.conv;

import mir.exception: toMutable;
version (D_Exceptions) import mir.exception: toMutable;
public import core.lifetime: emplace;

import std.traits;
Expand Down

0 comments on commit ba829d9

Please sign in to comment.