mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
chore: fix clippy warnings
This commit is contained in:
@@ -23,7 +23,7 @@ pub trait ToSqlString {
|
||||
|
||||
impl<T: ToSqlString> ToSqlString for Box<T> {
|
||||
fn to_sql_string<C: ToSqlContext>(&self, context: &C) -> String {
|
||||
T::to_sql_string(&self, context)
|
||||
T::to_sql_string(self, context)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user