We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f643527 commit da62b03Copy full SHA for da62b03
src/foreign/alloc/borrow.rs
@@ -5,7 +5,7 @@ use {
5
6
impl<'a, A> Arbitrary<'a> for Cow<'a, A>
7
where
8
- A: ToOwned + ?Sized,
+ A: ToOwned + ?Sized + 'a,
9
<A as ToOwned>::Owned: Arbitrary<'a>,
10
{
11
fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> {
0 commit comments