Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d03ed8

Browse files
committed
Fix another needless_lifetimes
1 parentb13052a commit4d03ed8

File tree

1 file changed

+1
-1
lines changed
  • tokio-postgres/tests/test/types

1 file changed

+1
-1
lines changed

‎tokio-postgres/tests/test/types/mod.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ async fn domain() {
509509
to_sql_checked!();
510510
}
511511

512-
impl<'a>FromSql<'a>forSessionId{
512+
implFromSql<'_>forSessionId{
513513
fnfrom_sql(ty:&Type,raw:&[u8]) -> result::Result<Self,Box<dynError +Sync +Send>>{
514514
Vec::<u8>::from_sql(ty, raw).map(SessionId)
515515
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp