Skip to content

Commit 901be06

Browse files
committed
Remove unicode-normalization-0.1.19 remnants.
1 parent 56b71bb commit 901be06

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

collector/compile-benchmarks/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,6 @@ path = "ucd/**"
309309
SPDX-FileCopyrightText = "ucd contributors"
310310
SPDX-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]]
318313
path = "unicode-normalization-0.1.24/**"
319314
SPDX-FileCopyrightText = "unicode-normalization contributors"

0 commit comments

Comments
 (0)