Skip to content

Commit ef9bc10

Browse files
authored
Merge pull request #2120 from Kobzol/remove-libc-0.2.124
Remove `libc-0.2.124`
2 parents 19399ca + c5c51c8 commit ef9bc10

File tree

221 files changed

+0
-94174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+0
-94174
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ They mostly consist of real-world crates.
3131
- **image-0.25.6**: Basic image processing functions and methods for
3232
converting to and from various image formats. Used often in graphics
3333
programming.
34-
- **libc-0.2.124**: An interface to `libc`. Contains many declarations of
35-
types, constants, and functions, but relatively little normal code. Stresses the parser. A very widely-used crate.
3634
- **libc-0.2.172**: An interface to `libc`. Contains many declarations of
3735
types, constants, and functions, but relatively little normal code. Stresses the parser. A very widely-used crate.
3836
- **nalgebra-0.33.0**: A linear algebra library. It exercises the new trait solver

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ path = "issue-88862/**"
140140
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
141141
SPDX-License-Identifier = "MIT"
142142

143-
[[annotations]]
144-
path = "libc-0.2.124/**"
145-
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
146-
SPDX-License-Identifier = "MIT OR Apache-2.0"
147-
148143
[[annotations]]
149144
path = "libc-0.2.172/**"
150145
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"

collector/compile-benchmarks/libc-0.2.124/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/libc-0.2.124/.gitignore

-4
This file was deleted.

collector/compile-benchmarks/libc-0.2.124/0-clone.patch

-13
This file was deleted.

collector/compile-benchmarks/libc-0.2.124/CONTRIBUTING.md

-89
This file was deleted.

collector/compile-benchmarks/libc-0.2.124/Cargo.lock

-16
This file was deleted.

collector/compile-benchmarks/libc-0.2.124/Cargo.toml

-66
This file was deleted.

collector/compile-benchmarks/libc-0.2.124/Cargo.toml.orig

-35
This file was deleted.

0 commit comments

Comments
 (0)