aboutsummaryrefslogtreecommitdiffstats
path: root/crates/common/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/src')
-rw-r--r--crates/common/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/src/lib.rs b/crates/common/src/lib.rs
index 8bd18456..18e3189f 100644
--- a/crates/common/src/lib.rs
+++ b/crates/common/src/lib.rs
@@ -42,7 +42,7 @@ macro_rules! new_uuid {
{
fn encode_by_ref(
&self,
- buf: &mut DB::ArgumentBuffer<'q>,
+ buf: &mut DB::ArgumentBuffer,
) -> Result<sqlx::encode::IsNull, Box<dyn std::error::Error + Send + Sync + 'static>>
{
self.0.encode_by_ref(buf)