mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-19 12:29:34 +08:00
clippy::unseparated_literal_suffix
This commit is contained in:
@@ -19,7 +19,7 @@ pub fn SQLITE_STATIC() -> sqlite3_destructor_type {
|
||||
|
||||
#[must_use]
|
||||
pub fn SQLITE_TRANSIENT() -> sqlite3_destructor_type {
|
||||
Some(unsafe { mem::transmute(-1isize) })
|
||||
Some(unsafe { mem::transmute(-1_isize) })
|
||||
}
|
||||
|
||||
/// Run-Time Limit Categories
|
||||
|
Reference in New Issue
Block a user