Fix clippy warnings

Allow `unnecessary_wraps` for `check_update` and `check_no_tail`.
Remove `check_readonly` (`sqlite3-parser` may help).
This commit is contained in:
gwenn
2021-02-28 13:19:58 +01:00
parent bd96f61e3f
commit e1eed94bef
2 changed files with 3 additions and 16 deletions

View File

@@ -170,6 +170,7 @@ impl RawStatement {
r
}
// does not work for PRAGMA
#[inline]
#[cfg(all(feature = "extra_check", feature = "modern_sqlite"))] // 3.7.4
pub fn readonly(&self) -> bool {