Skip to content

Commit 02ed337

Browse files
author
InAnYan
committed
Fix comment
1 parent 47c7543 commit 02ed337

File tree

1 file changed

+1
-2
lines changed
  • module/core/format_tools/src/format

1 file changed

+1
-2
lines changed

module/core/format_tools/src/format/print.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,9 @@ mod private
416416
// This type stores these data:
417417
// index cell data size of cell
418418
// of the column
419-
//
419+
let mut fields : Vec< ( usize, Cow< 't, str >, [ usize ; 2 ] ) > = row_iter
420420
// We have to store index of the column in order to NOT rely on order of the
421421
// `Cells::cells`.
422-
let mut fields : Vec< ( usize, Cow< 't, str >, [ usize ; 2 ] ) > = row_iter
423422
.filter_map
424423
(
425424
| ( key, val ) |

0 commit comments

Comments
 (0)