mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
Fix clippy warning
This commit is contained in:
parent
a6aaeaa1d4
commit
e1cc3019af
@ -117,7 +117,7 @@ mod test {
|
||||
#[test]
|
||||
fn test_date_time() -> Result<()> {
|
||||
let db = checked_memory_handle()?;
|
||||
let dt = DateTime::constant(2016, 2, 23, 23, 56, 04, 0);
|
||||
let dt = DateTime::constant(2016, 2, 23, 23, 56, 4, 0);
|
||||
|
||||
db.execute("INSERT INTO foo (t) VALUES (?1)", [dt])?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user