macros: Remove unused custom keywords

This commit is contained in:
Jonas Platte 2022-10-21 22:43:27 +02:00
parent dcff5a0737
commit 6642686b58
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -15,9 +15,6 @@ mod kw {
syn::custom_keyword!(authentication);
syn::custom_keyword!(method);
syn::custom_keyword!(error_ty);
syn::custom_keyword!(unstable);
syn::custom_keyword!(r0);
syn::custom_keyword!(stable);
syn::custom_keyword!(manual_body_serde);
}