clippy::unseparated_literal_suffix

This commit is contained in:
gwenn
2022-01-05 20:03:30 +01:00
committed by Thom Chiovoloni
parent c10e2f39ef
commit e1fd731cb0
7 changed files with 8 additions and 8 deletions

View File

@@ -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