We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe0121 commit bc7d1c2Copy full SHA for bc7d1c2
1 file changed
src/storage/sqlx.rs
@@ -64,7 +64,7 @@ where
64
Database: sqlx::Database,
65
{
66
/// The error that can occur when converting to/from the SQL value.
67
- type Error: std::error::Error + Send + Sync + 'static;
+ type Error: std::error::Error + Send + Sync;
68
69
/// The data type passed to sqlx to be stored in the SQL database. Must be a type supported by sqlx.
70
type Data: for<'q> sqlx::Encode<'q, Database>
0 commit comments