Skip to content

Commit 1fd8636

Browse files
committedAug 31, 2020
Auto merge of #76159 - matklad:rollup-8jydjg3, r=matklad
Rollup of 5 pull requests Successful merges: - #75938 (Added some `min_const_generics` revisions into `const_generics` tests) - #76050 (Remove unused function) - #76075 (datastructures: replace `once_cell` crate with an impl from std) - #76115 (Restore public visibility on some parsing functions for rustfmt) - #76127 (rustbuild: Remove one LLD workaround) Failed merges: r? @ghost
·
1.88.01.48.0
2 parents 3b4797c + 9caf08f commit 1fd8636

File tree

122 files changed

+915
-668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+915
-668
lines changed
 

‎Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3420,7 +3420,6 @@ dependencies = [
34203420
"lazy_static",
34213421
"libc",
34223422
"measureme",
3423-
"once_cell",
34243423
"parking_lot 0.10.2",
34253424
"rustc-hash",
34263425
"rustc-rayon",

‎compiler/rustc_data_structures/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ indexmap = "1.5.1"
1313
tracing = "0.1"
1414
jobserver_crate = { version = "0.1.13", package = "jobserver" }
1515
lazy_static = "1"
16-
once_cell = { version = "1", features = ["parking_lot"] }
1716
rustc_serialize = { path = "../rustc_serialize" }
1817
rustc_macros = { path = "../rustc_macros" }
1918
rustc_graphviz = { path = "../rustc_graphviz" }

0 commit comments

Comments
 (0)
Please sign in to comment.