Skip to content

Commit a495ed8

Browse files
committed
fix(test): make edition explicit in generate_lockfile
This eliminates the warning message "[WARNING] no edition set: ..." introduced in #13505.
1 parent 83a5ff4 commit a495ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/generate_lockfile.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ fn duplicate_entries_in_lockfile() {
215215
name = "b"
216216
authors = []
217217
version = "0.0.1"
218+
edition = "2015"
218219
219220
[dependencies]
220221
common = {path="common"}

0 commit comments

Comments
 (0)