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.
4848 Rust programs.
4949- ** serde-1.0.219** : A serialization/deserialization crate. Used by many other
5050 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.
5351- ** serde_derive-1.0.219** : A proc-macro sub-crate used by ` serde ` . Used by
5452 many other Rust programs. Stresses declarative macro expansion somewhat.
5553- ** 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/**"
225225SPDX-FileCopyrightText = " serde contributors"
226226SPDX-License-Identifier = " MIT OR Apache-2.0"
227227
228- [[annotations ]]
229- path = " serde_derive-1.0.136/**"
230- SPDX-FileCopyrightText = " serde contributors"
231- SPDX-License-Identifier = " MIT OR Apache-2.0"
232-
233228[[annotations ]]
234229path = " serde_derive-1.0.219/**"
235230SPDX-FileCopyrightText = " serde contributors"
You can’t perform that action at this time.
0 commit comments