From e76797a1d679f1e046934e02217d5df10e5b62d8 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Mon, 27 Nov 2023 21:32:01 +0000 Subject: [PATCH] remove some unused keyword declarations --- pyo3-macros-backend/src/attributes.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyo3-macros-backend/src/attributes.rs b/pyo3-macros-backend/src/attributes.rs index e5e91cef..31708e55 100644 --- a/pyo3-macros-backend/src/attributes.rs +++ b/pyo3-macros-backend/src/attributes.rs @@ -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);