Skip to content

Commit 2c8e569

Browse files
committed
Commit files generated by typenum's build script to allow it to compile in rustc-perf
1 parent 3aad4d9 commit 2c8e569

File tree

10 files changed

+8818
-1191
lines changed

10 files changed

+8818
-1191
lines changed

collector/compile-benchmarks/typenum-1.17.0/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ authors = [
1818
"Paho Lurie-Gregg <[email protected]>",
1919
"Andre Bogus <[email protected]>",
2020
]
21-
build = "build/main.rs"
2221
description = """
2322
Typenum is a Rust library for type-level numbers evaluated at
2423
compile time. It currently supports bits, unsigned integers, and signed
@@ -61,3 +60,5 @@ i128 = []
6160
no_std = []
6261
scale_info = ["scale-info/derive"]
6362
strict = []
63+
64+
[workspace]

collector/compile-benchmarks/typenum-1.17.0/build/generic_const_mappings.rs

-98
This file was deleted.

collector/compile-benchmarks/typenum-1.17.0/build/main.rs

-203
This file was deleted.

0 commit comments

Comments
 (0)