mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Fix clippy warnings.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| use super::{Null, Value, ValueRef}; | use super::{Null, Value, ValueRef}; | ||||||
| use ::Result; | 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> { | pub enum ToSqlOutput<'a> { | ||||||
|     /// A borrowed SQLite-representable value. |     /// A borrowed SQLite-representable value. | ||||||
|     Borrowed(ValueRef<'a>), |     Borrowed(ValueRef<'a>), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user