mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Fix/suppress warning 'deprecated'
This commit is contained in:
		| @@ -60,6 +60,7 @@ impl Error for FromSqlError { | ||||
|     } | ||||
|  | ||||
|     #[allow(clippy::match_same_arms)] | ||||
|     #[allow(deprecated)] | ||||
|     fn cause(&self) -> Option<&dyn Error> { | ||||
|         match *self { | ||||
|             FromSqlError::Other(ref err) => err.cause(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user