bump rust-toolchain to 1.64 (#7005)

* bump rust-toolchain to 1.64

* 1.64 clippy
This commit is contained in:
Darren Schroeder
2022-11-04 10:27:23 -05:00
committed by GitHub
parent ca9bf19041
commit bb968304da
27 changed files with 27 additions and 27 deletions

View File

@ -155,7 +155,7 @@ fn draw_table(
}
let with_header = table.with_header;
let with_footer = with_header && need_footer(config, (&table.data).size().0 as u64);
let with_footer = with_header && need_footer(config, (table.data).size().0 as u64);
let with_index = table.with_index;
if with_footer {