Skip to content

Commit

Permalink
Remove Sqlite::Default
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Nov 21, 2023
1 parent 017632a commit ee4f6b2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ pub enum SqliteVersion {
LibsqlJS,
}

impl Default for SqliteVersion {
fn default() -> Self {
Self::V3
}
}

impl ToString for SqliteVersion {
fn to_string(&self) -> String {
match self {
Expand Down

0 comments on commit ee4f6b2

Please sign in to comment.