Skip to content

Commit

Permalink
rm unused toMutable import
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Dec 17, 2024
1 parent ba829d9 commit 1af7e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/mir/reflection.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import std.meta;
import std.traits: Parameters, isSomeFunction, FunctionAttribute, functionAttributes, EnumMembers, isAggregateType;
import mir.internal.meta: hasUDA, getUDAs;
import mir.functional: Tuple;
import mir.exception: toMutable;

deprecated
package alias isSomeStruct = isAggregateType;
Expand Down

0 comments on commit 1af7e43

Please sign in to comment.