mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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 {
|
for record in result {
|
||||||
let table = record?;
|
let table = record?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue