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 @@ -48,8 +48,6 @@ They mostly consist of real-world crates.
48
48
Rust programs.
49
49
- ** serde-1.0.219** : A serialization/deserialization crate. Used by many other
50
50
Rust programs.
51
- - ** serde_derive-1.0.136** : A proc-macro sub-crate used by ` serde ` . Used by
52
- many other Rust programs. Stresses declarative macro expansion somewhat.
53
51
- ** serde_derive-1.0.219** : A proc-macro sub-crate used by ` serde ` . Used by
54
52
many other Rust programs. Stresses declarative macro expansion somewhat.
55
53
- ** stm32f4-0.14.0** : A crate that has many thousands of blanket impl blocks.
Original file line number Diff line number Diff line change @@ -225,11 +225,6 @@ path = "serde-1.0.219/**"
225
225
SPDX-FileCopyrightText = " serde contributors"
226
226
SPDX-License-Identifier = " MIT OR Apache-2.0"
227
227
228
- [[annotations ]]
229
- path = " serde_derive-1.0.136/**"
230
- SPDX-FileCopyrightText = " serde contributors"
231
- SPDX-License-Identifier = " MIT OR Apache-2.0"
232
-
233
228
[[annotations ]]
234
229
path = " serde_derive-1.0.219/**"
235
230
SPDX-FileCopyrightText = " serde contributors"
You can’t perform that action at this time.
0 commit comments