File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ impl<T> !Sync for Receiver<T> { }
337
337
/// [`next`] is called, waiting for a new message, and [`None`] will be returned
338
338
/// when the corresponding channel has hung up.
339
339
///
340
- /// [`next`]: ../../../std/iter/trait.Iterator.html#method .next
340
+ /// [`next`]: ../../../std/iter/trait.Iterator.html#tymethod .next
341
341
/// [`None`]: ../../../std/option/enum.Option.html#variant.None
342
342
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
343
343
#[ derive( Debug ) ]
@@ -363,7 +363,7 @@ pub struct TryIter<'a, T: 'a> {
363
363
/// whenever [`next`] is called, waiting for a new message, and [`None`] will be
364
364
/// returned when the corresponding channel has hung up.
365
365
///
366
- /// [`next`]: ../../../std/iter/trait.Iterator.html#method .next
366
+ /// [`next`]: ../../../std/iter/trait.Iterator.html#tymethod .next
367
367
/// [`None`]: ../../../std/option/enum.Option.html#variant.None
368
368
///
369
369
#[ stable( feature = "receiver_into_iter" , since = "1.1.0" ) ]
You can’t perform that action at this time.
0 commit comments