mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +00:00
remove extra data type definition
This commit is contained in:
parent
a291ef9e3d
commit
491bec19af
@ -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…
x
Reference in New Issue
Block a user