mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-01 16:32:23 +08:00
* allow(clippy::upper_case_acronyms) for rust enum entries that match SQLite constants. * allow(clippy::needless_return) for collation_needed_callback until we find a way to propagate the error.