Skip to content

Commit 1443d75

Browse files
committed
Enable -dip1000 for std.algorithm.mutation
1 parent a3cfd08 commit 1443d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dip1000.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ aa[std.zlib]=-dip1000
6060
aa[std.algorithm.comparison]=-dip1000
6161
aa[std.algorithm.internal]=-dip1000
6262
aa[std.algorithm.iteration]=-dip25 # WIP_carblue
63-
aa[std.algorithm.mutation]=-dip25 # depends on std.container.slist (https://github.com/dlang/phobos/pull/6295)
63+
aa[std.algorithm.mutation]=-dip1000
6464
aa[std.algorithm.package]=-dip1000
6565
aa[std.algorithm.searching]=-dip25 # depends on https://github.com/dlang/phobos/pull/6246 merged and std.algorithm.comparison fixed
6666
aa[std.algorithm.setops]=-dip1000

0 commit comments

Comments
 (0)