We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c7543 commit 02ed337Copy full SHA for 02ed337
module/core/format_tools/src/format/print.rs
@@ -416,10 +416,9 @@ mod private
416
// This type stores these data:
417
// index cell data size of cell
418
// of the column
419
- //
+ let mut fields : Vec< ( usize, Cow< 't, str >, [ usize ; 2 ] ) > = row_iter
420
// We have to store index of the column in order to NOT rely on order of the
421
// `Cells::cells`.
422
- let mut fields : Vec< ( usize, Cow< 't, str >, [ usize ; 2 ] ) > = row_iter
423
.filter_map
424
(
425
| ( key, val ) |
0 commit comments