Move implementors directly into lib2

This commit is contained in:
Guillaume Gomez
2021-07-21 22:30:12 +02:00
parent 174728d045
commit df6bdd764a
4 changed files with 1 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ edition = "2018"
path = "lib.rs" path = "lib.rs"
[dependencies] [dependencies]
implementors = { path = "../implementors" } implementors = { path = "./implementors" }