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:
Darren Schroeder
2022-08-11 15:45:01 -05:00
committed by GitHub
parent c2f4969d4f
commit 47ef193600
2 changed files with 20 additions and 1 deletions

View File

@ -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());
}
}