mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Rustfmt
This commit is contained in:
		| @@ -6,7 +6,10 @@ use std::rc::Rc; | ||||
|  | ||||
| use ffi; | ||||
| use types::{ToSql, ToSqlOutput, Value}; | ||||
| use vtab::{eponymous_only_module, Context, IndexConstraintOp, IndexInfo, Module, VTab, VTabConnection, VTabCursor, Values}; | ||||
| use vtab::{ | ||||
|     eponymous_only_module, Context, IndexConstraintOp, IndexInfo, Module, VTab, VTabConnection, | ||||
|     VTabCursor, Values, | ||||
| }; | ||||
| use {Connection, Result}; | ||||
|  | ||||
| // http://sqlite.org/bindptr.html | ||||
|   | ||||
		Reference in New Issue
	
	Block a user