Remove a deprecation message + add sub selections file to gitignore
This commit is contained in:
parent
fd5b9db100
commit
5e47223b4a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,6 +22,7 @@
|
|||
# dub #
|
||||
#######
|
||||
*.dub*
|
||||
dub.selections.json
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
|
|
|
@ -11,7 +11,7 @@ version(unittest)
|
|||
|
||||
public import std.conv;
|
||||
public import std.stdio;
|
||||
public import dyaml.all;
|
||||
public import dyaml;
|
||||
|
||||
import core.exception;
|
||||
import std.algorithm;
|
||||
|
|
Loading…
Reference in a new issue