mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Fix clippy warnings.
This commit is contained in:
parent
f3693a993e
commit
bafa85a1a0
@ -1,7 +1,7 @@
|
||||
use super::{Null, Value, ValueRef};
|
||||
use ::Result;
|
||||
|
||||
/// ToSqlOutput represents the possible output types for implementors of the ToSql trait.
|
||||
/// `ToSqlOutput` represents the possible output types for implementors of the `ToSql` trait.
|
||||
pub enum ToSqlOutput<'a> {
|
||||
/// A borrowed SQLite-representable value.
|
||||
Borrowed(ValueRef<'a>),
|
||||
|
Loading…
Reference in New Issue
Block a user