Remove a deprecation message + add sub selections file to gitignore

This commit is contained in:
Basile Burg 2017-06-30 05:05:38 +02:00
parent fd5b9db100
commit 5e47223b4a
No known key found for this signature in database
GPG key ID: 1868039F415CB8CF
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -22,6 +22,7 @@
# dub #
#######
*.dub*
dub.selections.json
# Compiled source #
###################

View file

@ -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;