mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-20 06:48:13 +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.