diff options
| author | Ralf Jung <post@ralfj.de> | 2021-04-27 15:05:55 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2021-04-27 15:05:55 +0200 |
| commit | 170a10b2dd085afc92a52a58bde8a6e7a5eb3b85 (patch) | |
| tree | 493e7197536835d50694f277be864ef93a447b3b | |
| parent | e1886935b78e62a6c23a243e48f81815ae7fd141 (diff) | |
| download | rust-170a10b2dd085afc92a52a58bde8a6e7a5eb3b85.tar.gz rust-170a10b2dd085afc92a52a58bde8a6e7a5eb3b85.zip | |
don't enable parking_lot nightly features
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index d0a5fe1f2a6..291b2a26043 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -32,7 +32,6 @@ tempfile = "3.0.5" [dependencies.parking_lot] version = "0.11" -features = ["nightly"] [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["fileapi", "psapi"] } |
