File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3617,7 +3617,7 @@ fn main() {
36173617 . line_start ( 3 )
36183618 . patch ( Patch :: new (
36193619 suggestion_source. len ( ) + 1 ..suggestion_source. len ( ) + 1 ,
3620- "IntoIterator::into_iter( " ,
3620+ " // Span after line end " ,
36213621 ) ) ,
36223622 ) ,
36233623 ] ;
@@ -3639,7 +3639,7 @@ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
36393639 |
36403640help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
36413641 |
3642- 3 | IntoIterator::into_iter(
3642+ 3 | // Span after line end
36433643 |
36443644"# ] ] ;
36453645 let renderer = Renderer :: plain ( ) ;
@@ -3662,7 +3662,7 @@ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
36623662 ╰╴
36633663help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
36643664 ╭╴
3665- 3 │ IntoIterator::into_iter(
3665+ 3 │ // Span after line end
36663666 ╰╴
36673667"# ] ] ;
36683668 let renderer = renderer. decor_style ( DecorStyle :: Unicode ) ;
@@ -3709,7 +3709,7 @@ fn main() {
37093709 . line_start ( 3 )
37103710 . patch ( Patch :: new (
37113711 suggestion_source. len ( ) + 2 ..suggestion_source. len ( ) + 2 ,
3712- "IntoIterator::into_iter( " ,
3712+ " // Span after line end " ,
37133713 ) ) ,
37143714 ) ,
37153715 ] ;
You can’t perform that action at this time.
0 commit comments