Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Feb 14, 2025
1 parent da88cb3 commit bb55f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cdk-sqlite/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
use thiserror::Error;

#[allow(clippy::upper_case_acronyms)]
/// SQLite Database Error
#[derive(Debug, Error)]
pub enum Error {
Expand Down

0 comments on commit bb55f93

Please sign in to comment.