mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-17 05:18: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.