mirror of https://github.com/LemmyNet/lemmy.git
Fix errors
parent
36a5210352
commit
a283d155e5
|
@ -29,6 +29,7 @@ extern crate macro_rules_attribute;
|
|||
extern crate paste;
|
||||
|
||||
#[cfg(feature = "full")]
|
||||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
mod without_id;
|
||||
pub mod aggregates;
|
||||
|
|
|
@ -32,8 +32,7 @@ macro_rules! WithoutId {
|
|||
}
|
||||
) => {
|
||||
::paste::paste! {
|
||||
// TODO: remove serde derives
|
||||
#[derive(::diesel::Queryable, ::diesel::Selectable, ::serde::Serialize, ::serde::Deserialize)]
|
||||
#[derive(::diesel::Queryable, ::diesel::Selectable)]
|
||||
#[diesel(table_name = $table_name)]
|
||||
$vis struct [<$struct_name WithoutId>] {
|
||||
$(
|
||||
|
|
Loading…
Reference in New Issue