ImportModification.rename

Set if there was already an import which was renamed. (for example import io = std.stdio; would be "io")

struct ImportModification
string rename;

Meta