Remove unused import to enforceEx
This function wasn't used anymore, but still imported, despite being deprecated. It was scheduled to be removed a few releases ago (see dlang/phobos#7545).
This commit is contained in:
parent
b1a35a6241
commit
9b370b9a87
|
@ -17,7 +17,6 @@ import core.exception : OutOfMemoryError;
|
|||
import core.stdc.stdlib;
|
||||
import core.memory;
|
||||
import std.conv;
|
||||
import std.exception : enforceEx;
|
||||
import std.traits;
|
||||
import std.algorithm;
|
||||
|
||||
|
|
Loading…
Reference in a new issue