Merge pull request #3602 from davidhewitt/dead-kws
remove some unused keyword declarations
This commit is contained in:
commit
53311a90eb
|
@ -9,7 +9,6 @@ use syn::{
|
||||||
};
|
};
|
||||||
|
|
||||||
pub mod kw {
|
pub mod kw {
|
||||||
syn::custom_keyword!(args);
|
|
||||||
syn::custom_keyword!(annotation);
|
syn::custom_keyword!(annotation);
|
||||||
syn::custom_keyword!(attribute);
|
syn::custom_keyword!(attribute);
|
||||||
syn::custom_keyword!(dict);
|
syn::custom_keyword!(dict);
|
||||||
|
@ -17,7 +16,6 @@ pub mod kw {
|
||||||
syn::custom_keyword!(freelist);
|
syn::custom_keyword!(freelist);
|
||||||
syn::custom_keyword!(from_py_with);
|
syn::custom_keyword!(from_py_with);
|
||||||
syn::custom_keyword!(frozen);
|
syn::custom_keyword!(frozen);
|
||||||
syn::custom_keyword!(gc);
|
|
||||||
syn::custom_keyword!(get);
|
syn::custom_keyword!(get);
|
||||||
syn::custom_keyword!(get_all);
|
syn::custom_keyword!(get_all);
|
||||||
syn::custom_keyword!(item);
|
syn::custom_keyword!(item);
|
||||||
|
|
Loading…
Reference in New Issue