Skip to content

Commit f9e5bad

Browse files
committed
strip attribute from fuseImpl
1 parent cb5d12d commit f9e5bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/fuse.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ template fuseImpl(bool RC, T_, Dimensions...)
180180
Params:
181181
r = parallelotope (ndrange) with length/shape and input range primitives.
182182
+/
183-
auto fuseImpl(NDRange)(NDRange r) @safe
183+
auto fuseImpl(NDRange)(NDRange r)
184184
if (hasShape!NDRange)
185185
{
186186
import mir.conv: emplaceRef;

0 commit comments

Comments
 (0)