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.
67
67
a stress test for the trait solver, but at the same time it is also a very popular crate.
68
68
- ** typenum-1.18.0** : A library that encodes integer computation within the trait system. Serves as
69
69
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.
73
70
- ** unicode-normalization-0.1.24** : Unicode character composition and decomposition
74
71
utilities. Uses huge ` match ` statements that stress the compiler in unusual
75
72
ways.
Original file line number Diff line number Diff line change @@ -309,11 +309,6 @@ path = "ucd/**"
309
309
SPDX-FileCopyrightText = " ucd contributors"
310
310
SPDX-License-Identifier = " MIT OR Unicode-DFS-2016"
311
311
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
-
317
312
[[annotations ]]
318
313
path = " unicode-normalization-0.1.24/**"
319
314
SPDX-FileCopyrightText = " unicode-normalization contributors"
You can’t perform that action at this time.
0 commit comments