Skip to content

Commit bc7d1c2

Browse files
committed
Update sqlx.rs
1 parent 0fe0121 commit bc7d1c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/storage/sqlx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ where
6464
Database: sqlx::Database,
6565
{
6666
/// The error that can occur when converting to/from the SQL value.
67-
type Error: std::error::Error + Send + Sync + 'static;
67+
type Error: std::error::Error + Send + Sync;
6868

6969
/// The data type passed to sqlx to be stored in the SQL database. Must be a type supported by sqlx.
7070
type Data: for<'q> sqlx::Encode<'q, Database>

0 commit comments

Comments
 (0)