mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 04:45:04 +02:00
bump rust-toolchain to 1.64 (#7005)
* bump rust-toolchain to 1.64 * 1.64 clippy
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user