Remove macro_use for paste

pull/3755/head
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
1 changed files with 0 additions and 4 deletions

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.