Skip to content

Commit b31069b

Browse files
authored
Merge pull request #2092 from Kobzol/typenum-fix
Move typenum-1.18.0 patch file to the correct directory
2 parents bdd7edc + 8af14ab commit b31069b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

collector/compile-benchmarks/0-add-fn.patch renamed to collector/compile-benchmarks/typenum-1.18.0/0-add-fn.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/typenum-1.18.0/src/lib.rs b/typenum-1.18.0/src/lib.rs
1+
diff --git a/src/lib.rs b/src/lib.rs
22
index f7a1241a..13582037 100644
3-
--- a/typenum-1.18.0/src/lib.rs
4-
+++ b/typenum-1.18.0/src/lib.rs
3+
--- a/src/lib.rs
4+
+++ b/src/lib.rs
55
@@ -173,3 +173,4 @@ mod sealed {
66
impl Sealed for ATerm {}
77
impl<V, A> Sealed for TArr<V, A> {}

0 commit comments

Comments
 (0)