Skip to content

Commit

Permalink
Auto merge of rust-lang#3928 - rust-lang:tmpadd, r=Manishearth
Browse files Browse the repository at this point in the history
Re-add tmp feature to compiletest

Got accidentally removed in the rustup
  • Loading branch information
bors committed Apr 7, 2019
2 parents cffb416 + c7b7823 commit 0849f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
[dev-dependencies]
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
cargo_metadata = "0.7.1"
compiletest_rs = { version = "0.3.21" }
compiletest_rs = { version = "0.3.21", features = ["tmp"] }
lazy_static = "1.0"
serde_derive = "1.0"
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
Expand Down

0 comments on commit 0849f73

Please sign in to comment.