We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970f828 commit 7026be8Copy full SHA for 7026be8
ormx-macros/src/backend/postgres/mod.rs
@@ -40,8 +40,6 @@ impl Backend for PgBackend {
40
41
fn impl_getters(table: &Table<Self>) -> TokenStream {
42
let mut getters = common::getters::<Self>(table);
43
-
44
- // TODO this results in two seperate `impl` blocks. Maybe should be unified in one?
45
getters.extend(impl_get_any_getter(table));
46
getters
47
}
0 commit comments