File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ They mostly consist of real-world crates.
6161- ** stm32f4-0.14.0** : A crate that has many thousands of blanket impl blocks.
6262 It uses cargo features to enable large portions of its structure and is
6363 built with ` --features=stm32f410 ` to have faster benchmarking times.
64- - ** syn-1.0.89** : A library for parsing Rust code. An important part of the Rust
65- ecosystem.
6664- ** syn-2.0.101** : A library for parsing Rust code. An important part of the Rust
6765 ecosystem.
6866- ** typenum-1.18.0** : A library that encodes integer computation within the trait system. Serves as
Original file line number Diff line number Diff line change @@ -265,11 +265,6 @@ path = "syn/**"
265265SPDX-FileCopyrightText = " syn contributors"
266266SPDX-License-Identifier = " MIT OR Apache-2.0"
267267
268- [[annotations ]]
269- path = " syn-1.0.89/**"
270- SPDX-FileCopyrightText = " syn contributors"
271- SPDX-License-Identifier = " MIT OR Apache-2.0"
272-
273268[[annotations ]]
274269path = " syn-2.0.101/**"
275270SPDX-FileCopyrightText = " syn contributors"
You can’t perform that action at this time.
0 commit comments