core: fix typo that wasn't caught by the hacky previous implementation.
This commit is contained in:
parent
fe4f9b8e3a
commit
6700166442
@ -981,7 +981,7 @@ pub trait IteratorExt: Iterator + Sized {
|
||||
#[unstable(feature = "core", reason = "recent addition")]
|
||||
fn cloned(self) -> Cloned<Self> where
|
||||
Self::Item: Deref,
|
||||
<Self::Item as Deref>::Output: Clone,
|
||||
<Self::Item as Deref>::Target: Clone,
|
||||
{
|
||||
Cloned { it: self }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user