mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
add rust toolchain file to pin rust version (#6298)
* add rust toolchain file to pin rust version * rust 1.63 release, bump toolchain * linux clippy * pin to 1.63 * pin to 1.61
This commit is contained in:
@ -298,7 +298,7 @@ impl TableOption for FooterStyle {
|
||||
return;
|
||||
}
|
||||
|
||||
if let Some(line) = grid.get_split_line(1) {
|
||||
if let Some(line) = grid.clone().get_split_line(1) {
|
||||
grid.set_split_line(grid.count_rows() - 1, line.clone());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user