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.
61
61
- ** stm32f4-0.14.0** : A crate that has many thousands of blanket impl blocks.
62
62
It uses cargo features to enable large portions of its structure and is
63
63
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.
66
64
- ** syn-2.0.101** : A library for parsing Rust code. An important part of the Rust
67
65
ecosystem.
68
66
- ** 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/**"
265
265
SPDX-FileCopyrightText = " syn contributors"
266
266
SPDX-License-Identifier = " MIT OR Apache-2.0"
267
267
268
- [[annotations ]]
269
- path = " syn-1.0.89/**"
270
- SPDX-FileCopyrightText = " syn contributors"
271
- SPDX-License-Identifier = " MIT OR Apache-2.0"
272
-
273
268
[[annotations ]]
274
269
path = " syn-2.0.101/**"
275
270
SPDX-FileCopyrightText = " syn contributors"
You can’t perform that action at this time.
0 commit comments