Skip to content

Commit

Permalink
libsql: make params Debug (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Feb 20, 2024
1 parent 3d36420 commit 45041d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql/src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub trait IntoParams: Sealed {
fn into_params(self) -> Result<Params>;
}

#[derive(Clone)]
#[derive(Debug, Clone)]
#[doc(hidden)]
pub enum Params {
None,
Expand Down

0 comments on commit 45041d1

Please sign in to comment.