Removed unused custom keyword in macros

This commit is contained in:
R2D2 2021-06-07 11:50:15 +02:00
parent 0b3fbb5533
commit 35060f4693
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ pub mod kw {
syn::custom_keyword!(annotation); syn::custom_keyword!(annotation);
syn::custom_keyword!(attribute); syn::custom_keyword!(attribute);
syn::custom_keyword!(from_py_with); syn::custom_keyword!(from_py_with);
syn::custom_keyword!(error_message);
syn::custom_keyword!(item); syn::custom_keyword!(item);
syn::custom_keyword!(pass_module); syn::custom_keyword!(pass_module);
syn::custom_keyword!(name); syn::custom_keyword!(name);