From 170a10b2dd085afc92a52a58bde8a6e7a5eb3b85 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 27 Apr 2021 15:05:55 +0200 Subject: [PATCH] don't enable parking_lot nightly features --- compiler/rustc_data_structures/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index d0a5fe1f2a63c..291b2a2604332 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"] }