Skip to content

Commit 07cc70f

Browse files
committed
mark lightScope trusted
1 parent fa56a32 commit 07cc70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/slice.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ public:
954954
}
955955

956956
/// ditto
957-
auto lightScope()() return scope const @property
957+
auto lightScope()() @trusted return scope const @property
958958
{
959959
auto ret = Slice!(LightConstOf!(LightScopeOf!Iterator), N, kind, staticMap!(LightConstOfLightScopeOf, Labels))
960960
(_structure, .lightScope(_iterator));

0 commit comments

Comments
 (0)