mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	rustfmt
This commit is contained in:
		| @@ -965,9 +965,7 @@ pub struct Rows<'stmt> { | ||||
|  | ||||
| impl<'stmt> Rows<'stmt> { | ||||
|     fn new(stmt: &'stmt Statement<'stmt>) -> Rows<'stmt> { | ||||
|         Rows { | ||||
|             stmt: Some(stmt), | ||||
|         } | ||||
|         Rows { stmt: Some(stmt) } | ||||
|     } | ||||
|  | ||||
|     fn get_expected_row<'a>(&'a mut self) -> Result<Row<'a, 'stmt>> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user