Skip to content

Commit eb9c75e

Browse files
committed
test: Make edition explicit in jobserver test
This is a follow up to 14646e6 and it would fix warnings while migrating jobserver tests to snapbox. see [feat(toml): Warn on unset Edition #13505](#13504)
1 parent b219b7f commit eb9c75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/jobserver.rs

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ fn runner_inherits_jobserver() {
156156
[package]
157157
name = "{name}"
158158
version = "0.0.1"
159+
edition = "2015"
159160
"#
160161
),
161162
)

0 commit comments

Comments
 (0)