diff options
Diffstat (limited to 'crates/common')
| -rw-r--r-- | crates/common/src/lib.rs | 2 |
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) |
