This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ fn map_links<'e>(
363
363
let mut end_link_target: Option < CowStr > = None ;
364
364
// normally link's type is determined by the type of link tag in the end event,
365
365
// however in some cases we want to change the link type, for example,
366
- // `Shortcut` type doesn't make sense for url links
366
+ // `Shortcut` type parsed from Start/End tags doesn't make sense for url links
367
367
let mut end_link_type: Option < LinkType > = None ;
368
368
369
369
events. map ( move |evt| match evt {
Original file line number Diff line number Diff line change @@ -3808,6 +3808,7 @@ fn foo() {
3808
3808
/// [closure]
3809
3809
/// [closures][closure]
3810
3810
/// [threads]
3811
+ /// <https://doc.rust-lang.org/nightly/book/ch13-01-closures.html>
3811
3812
///
3812
3813
/// [closure]: ../book/ch13-01-closures.html
3813
3814
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
@@ -3825,6 +3826,7 @@ mod move_keyword {}
3825
3826
[closure](https://doc.rust-lang.org/nightly/book/ch13-01-closures.html)
3826
3827
[closures](https://doc.rust-lang.org/nightly/book/ch13-01-closures.html)
3827
3828
[threads](https://doc.rust-lang.org/nightly/book/ch16-01-threads.html#using-move-closures-with-threads)
3829
+ <https://doc.rust-lang.org/nightly/book/ch13-01-closures.html>
3828
3830
"## ] ] ,
3829
3831
) ;
3830
3832
}
You can’t perform that action at this time.
0 commit comments