Skip to content

Commit 3aad4d9

Browse files
committed
Add patch file
1 parent d324036 commit 3aad4d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff --git a/src/lib.rs b/src/lib.rs
2+
index 7a40b2a0..1992946c 100644
3+
--- a/src/lib.rs
4+
+++ b/src/lib.rs
5+
@@ -196,3 +196,4 @@ mod sealed {
6+
impl Sealed for ATerm {}
7+
impl<V, A> Sealed for TArr<V, A> {}
8+
}
9+
+fn foo() { let a = 5; }

0 commit comments

Comments
 (0)