Skip to content

Commit 4602c26

Browse files
committed
1 parent f33e192 commit 4602c26

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

data/1.49/partialeq_slice_for_vec.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
+++
2+
title = "`impl<A, B> PartialEq<[B]> for Vec<A> where A: PartialEq<B>`"
3+
impl_pr_id = 74194
4+
+++

data/1.49/partialeq_vec_for_slice.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
+++
2+
title = "`impl<A, B> PartialEq<Vec<B>> for [A] where A: PartialEq<B>`"
3+
impl_pr_id = 74194
4+
+++

0 commit comments

Comments
 (0)