Skip to content

Commit 32e7bb2

Browse files
committed
Remove typenum-1.17.0 remnants.
1 parent eb6f728 commit 32e7bb2

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

collector/compile-benchmarks/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ They mostly consist of real-world crates.
6363
ecosystem.
6464
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust
6565
ecosystem.
66-
- **typenum-1.17.0**: A library that encodes integer computation within the trait system. Serves as
67-
a stress test for the trait solver, but at the same time it is also a very popular crate.
6866
- **typenum-1.18.0**: A library that encodes integer computation within the trait system. Serves as
6967
a stress test for the trait solver, but at the same time it is also a very popular crate.
7068
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@ path = "tuple-stress/**"
294294
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
295295
SPDX-License-Identifier = "MIT"
296296

297-
[[annotations]]
298-
path = "typenum-1.17.0/**"
299-
SPDX-FileCopyrightText = "typenum contributors"
300-
SPDX-License-Identifier = "MIT OR Apache-2.0"
301-
302297
[[annotations]]
303298
path = "typenum-1.18.0/**"
304299
SPDX-FileCopyrightText = "typenum contributors"

0 commit comments

Comments
 (0)