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
+1 -1
View File
@@ -7,4 +7,4 @@ edition = "2018"
path = "lib.rs"
[dependencies]
implementors = { path = "../implementors" }
implementors = { path = "./implementors" }