Skip to content

Commit 0b623f3

Browse files
committed
Remove regex-1.5.5 from README and REUSE
1 parent d387bff commit 0b623f3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

collector/compile-benchmarks/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ They mostly consist of real-world crates.
3737
types, constants, and functions, but relatively little normal code. Stresses the parser. A very widely-used crate.
3838
- **nalgebra-0.33.0**: A linear algebra library. It exercises the new trait solver
3939
in different ways than the old solver.
40-
- **regex-1.5.5**: A regular expression parser. Used by many Rust programs.
4140
- **regex-automata-0.4.8**: A regular expression matching engine. Used by `regex`, which is used by
4241
many Rust programs.
4342
- **ripgrep-13.0.0**: A line-oriented search tool. A widely-used utility, and a

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ path = "regex/**"
180180
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
181181
SPDX-License-Identifier = "MIT OR Apache-2.0"
182182

183-
[[annotations]]
184-
path = "regex-1.5.5/**"
185-
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
186-
SPDX-License-Identifier = "MIT OR Apache-2.0"
187-
188183
[[annotations]]
189184
path = "regex-automata-0.4.8/**"
190185
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"

0 commit comments

Comments
 (0)