diff --git a/source/fluentasserts/core/basetype.d b/source/fluentasserts/core/basetype.d index dc071d2..a11b824 100644 --- a/source/fluentasserts/core/basetype.d +++ b/source/fluentasserts/core/basetype.d @@ -7,7 +7,7 @@ import std.string; import std.conv; import std.algorithm; -@safe: +@trusted: struct ShouldBaseType(T) { private const T testData;