Removed an unneeded import
This commit is contained in:
parent
b3ef48f41f
commit
f12e0104a6
|
@ -134,7 +134,6 @@ AppenderNoGCFixed!(E[]) appenderNoGC(A : E[], E)(A array)
|
|||
struct AppenderNoGCFixed(A : T[], T)
|
||||
{
|
||||
import std.array;
|
||||
import std.traits;
|
||||
|
||||
private struct Data
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue