Skip to content

Commit df6bdd7

Browse files
Move implementors directly into lib2
1 parent 174728d commit df6bdd7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/test/rustdoc-gui/src/lib2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2018"
77
path = "lib.rs"
88

99
[dependencies]
10-
implementors = { path = "../implementors" }
10+
implementors = { path = "./implementors" }

0 commit comments

Comments
 (0)