mirror of https://github.com/LemmyNet/lemmy.git
Remove macro_use for paste
parent
03365bf598
commit
13247279ed
|
@ -24,10 +24,6 @@ extern crate async_trait;
|
|||
#[macro_use]
|
||||
extern crate macro_rules_attribute;
|
||||
|
||||
#[cfg(feature = "full")]
|
||||
#[macro_use]
|
||||
extern crate paste;
|
||||
|
||||
#[cfg(feature = "full")]
|
||||
/// `macro_rules_attribute::derive(WithoutId!)` generates a variant of the struct with
|
||||
/// `WithoutId` added to the name and no `id` field.
|
||||
|
|
Loading…
Reference in New Issue