Skip to content

Commit

Permalink
test: Make edition explicit in jobserver test
Browse files Browse the repository at this point in the history
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 rust-lang#13505](rust-lang#13505)
  • Loading branch information
dieterplex committed Jul 5, 2024
1 parent b219b7f commit ca9a80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/jobserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ fn runner_inherits_jobserver() {
[package]
name = "{name}"
version = "0.0.1"
edition = "2015"
"#
),
)
Expand Down

0 comments on commit ca9a80a

Please sign in to comment.