clippy
This commit is contained in:
parent
588db169f8
commit
ae03d52c0c
3 changed files with 6 additions and 6 deletions
|
|
@ -108,7 +108,7 @@ impl StoreHeader {
|
|||
.map_err(|e| Error::DecodeError(DecodeErrorKind::StoreHeaderIndexedColumns, e))?;
|
||||
|
||||
Ok(StoreHeader {
|
||||
table_folder: header.table_folder.into(),
|
||||
table_folder: header.table_folder,
|
||||
number_of_columns: header.number_of_columns,
|
||||
deleted_count: header.deleted_count,
|
||||
total_count: header.total_count,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue