mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra data type definition
This commit is contained in:
parent
a291ef9e3d
commit
491bec19af
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ impl Database {
|
|||
})
|
||||
})?;
|
||||
|
||||
let mut records: Vec<Table> = Vec::new();
|
||||
let mut records = Vec::new();
|
||||
|
||||
for record in result {
|
||||
let table = record?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue