Remove macro_use for paste

This commit is contained in:
dullbananas 2023-08-02 19:27:37 -07:00 committed by GitHub
parent 03365bf598
commit 13247279ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.