Skip to content

Commit ee7fcd9

Browse files
committed
Add config files and REUSE information
1 parent 9e7845e commit ee7fcd9

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

collector/compile-benchmarks/REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ path = "serde-1.0.219-new-solver/**"
220220
SPDX-FileCopyrightText = "serde contributors"
221221
SPDX-License-Identifier = "MIT OR Apache-2.0"
222222

223+
[[annotations]]
224+
path = "serde-1.0.219-threads4/**"
225+
SPDX-FileCopyrightText = "serde contributors"
226+
SPDX-License-Identifier = "MIT OR Apache-2.0"
227+
223228
[[annotations]]
224229
path = "serde_derive-1.0.219/**"
225230
SPDX-FileCopyrightText = "serde contributors"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/de/value.rs b/src/de/value.rs
2+
index 8f9c0b48..2402c9ec 100644
3+
--- a/src/de/value.rs
4+
+++ b/src/de/value.rs
5+
@@ -37,6 +37,7 @@ macro_rules! impl_copy_clone {
6+
7+
impl<$($lifetime,)* E> Clone for $ty<$($lifetime,)* E> {
8+
fn clone(&self) -> Self {
9+
+ println!();
10+
*self
11+
}
12+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"artifact": "library",
3+
"category": "secondary",
4+
"cargo_rustc_opts": "-Zthreads=4"
5+
}

0 commit comments

Comments
 (0)