File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ They mostly consist of real-world crates.
6767 a stress test for the trait solver, but at the same time it is also a very popular crate.
6868- ** typenum-1.18.0** : A library that encodes integer computation within the trait system. Serves as
6969 a stress test for the trait solver, but at the same time it is also a very popular crate.
70- - ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
71- utilities. Uses huge ` match ` statements that stress the compiler in unusual
72- ways.
7370- ** unicode-normalization-0.1.24** : Unicode character composition and decomposition
7471 utilities. Uses huge ` match ` statements that stress the compiler in unusual
7572 ways.
Original file line number Diff line number Diff line change @@ -309,11 +309,6 @@ path = "ucd/**"
309309SPDX-FileCopyrightText = " ucd contributors"
310310SPDX-License-Identifier = " MIT OR Unicode-DFS-2016"
311311
312- [[annotations ]]
313- path = " unicode-normalization-0.1.19/**"
314- SPDX-FileCopyrightText = " unicode-normalization contributors"
315- SPDX-License-Identifier = " MIT OR Apache-2.0"
316-
317312[[annotations ]]
318313path = " unicode-normalization-0.1.24/**"
319314SPDX-FileCopyrightText = " unicode-normalization contributors"
You can’t perform that action at this time.
0 commit comments