mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-02 23:08:58 +08:00
Fix clippy warnings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use super::{Value, ValueRef};
|
||||
use std::convert::TryInto;
|
||||
use std::error::Error;
|
||||
use std::fmt;
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ use super::{Null, Value, ValueRef};
|
||||
use crate::vtab::array::Array;
|
||||
use crate::{Error, Result};
|
||||
use std::borrow::Cow;
|
||||
use std::convert::TryFrom;
|
||||
|
||||
/// `ToSqlOutput` represents the possible output types for implementers of the
|
||||
/// [`ToSql`] trait.
|
||||
|
||||
Reference in New Issue
Block a user