We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378bf5a commit eae1173Copy full SHA for eae1173
rust/src/client.rs
@@ -21,7 +21,6 @@ impl Client {
21
}
22
23
24
-#[async_trait]
25
impl Cruds<'_, postgres::Client> for Client {
26
#[inline]
27
fn index(&mut self) -> &mut u64 {
rust/src/transaction.rs
@@ -18,7 +18,6 @@ impl<'a> Transaction<'a> {
18
19
20
impl<'a> Cruds<'a, postgres::Transaction<'a>> for Transaction<'a> {
0 commit comments