mirror of https://gitlab.com/basile.b/dexed.git
removed unused imports
This commit is contained in:
parent
f4da130df1
commit
1cd9f140e2
|
|
@ -43,7 +43,7 @@ import std.stdio, std.getopt, std.string;
|
||||||
import std.array, std.conv, std.traits;
|
import std.array, std.conv, std.traits;
|
||||||
import std.file, std.path, std.range;
|
import std.file, std.path, std.range;
|
||||||
// libdparse
|
// libdparse
|
||||||
import std.d.ast, std.d.lexer, std.d.parser;
|
import std.d.lexer;
|
||||||
|
|
||||||
/// Encapsulates the fields of a _TODO comment_.
|
/// Encapsulates the fields of a _TODO comment_.
|
||||||
private struct TodoItem
|
private struct TodoItem
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue