Skip to content

Commit eae1173

Browse files
authored
Remove redundant attributes
1 parent 378bf5a commit eae1173

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rust/src/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ impl Client {
2121
}
2222
}
2323

24-
#[async_trait]
2524
impl Cruds<'_, postgres::Client> for Client {
2625
#[inline]
2726
fn index(&mut self) -> &mut u64 {

rust/src/transaction.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ impl<'a> Transaction<'a> {
1818
}
1919
}
2020

21-
#[async_trait]
2221
impl<'a> Cruds<'a, postgres::Transaction<'a>> for Transaction<'a> {
2322
#[inline]
2423
fn index(&mut self) -> &mut u64 {

0 commit comments

Comments
 (0)