fix doc link

This commit is contained in:
The8472 2019-11-15 21:01:13 +01:00
parent 328a75f766
commit f904d0339a

View File

@ -85,7 +85,7 @@ pub unsafe trait SourceIter {
/// and side-effects of the pipeline stages from affecting or relying on that storage.
///
/// [`TrustedRandomAccess`]: trait.TrustedRandomAccess.html
/// [`next`]: trait.Iterator.html#method.next
/// [`next()`]: trait.Iterator.html#method.next
fn as_inner(&mut self) -> &mut Self::Source;
}