Merge pull request #3602 from davidhewitt/dead-kws

remove some unused keyword declarations
This commit is contained in:
David Hewitt 2023-11-28 06:45:43 +00:00 committed by GitHub
commit 53311a90eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ use syn::{
};
pub mod kw {
syn::custom_keyword!(args);
syn::custom_keyword!(annotation);
syn::custom_keyword!(attribute);
syn::custom_keyword!(dict);
@ -17,7 +16,6 @@ pub mod kw {
syn::custom_keyword!(freelist);
syn::custom_keyword!(from_py_with);
syn::custom_keyword!(frozen);
syn::custom_keyword!(gc);
syn::custom_keyword!(get);
syn::custom_keyword!(get_all);
syn::custom_keyword!(item);