mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Fix error: the item TryInto is imported redundantly
				
					
				
			This commit is contained in:
		| @@ -272,7 +272,6 @@ impl Blob<'_> { | ||||
|     /// Return the current size in bytes of the BLOB. | ||||
|     #[inline] | ||||
|     pub fn len(&self) -> usize { | ||||
|         use std::convert::TryInto; | ||||
|         self.size().try_into().unwrap() | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user