We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13052a commit 4d03ed8Copy full SHA for 4d03ed8
1 file changed
tokio-postgres/tests/test/types/mod.rs
@@ -509,7 +509,7 @@ async fn domain() {
509
to_sql_checked!();
510
}
511
512
- impl<'a> FromSql<'a> for SessionId {
+ impl FromSql<'_> for SessionId {
513
fn from_sql(ty: &Type, raw: &[u8]) -> result::Result<Self, Box<dyn Error + Sync + Send>> {
514
Vec::<u8>::from_sql(ty, raw).map(SessionId)
515
0 commit comments