mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-03 23:48:56 +08:00
rustfmt v0.7.1
This commit is contained in:
@@ -5,7 +5,7 @@ use std::borrow::Cow;
|
||||
|
||||
use self::chrono::{NaiveDate, NaiveTime, NaiveDateTime, DateTime, TimeZone, UTC, Local};
|
||||
|
||||
use ::Result;
|
||||
use Result;
|
||||
use types::{FromSql, FromSqlError, FromSqlResult, ToSql, ToSqlOutput, ValueRef};
|
||||
|
||||
/// ISO 8601 calendar date without timezone => "YYYY-MM-DD"
|
||||
|
||||
Reference in New Issue
Block a user