From 6642686b581612e9f49272912f9887a2db33d731 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 21 Oct 2022 22:43:27 +0200 Subject: [PATCH] macros: Remove unused custom keywords --- crates/ruma-macros/src/api/attribute.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/ruma-macros/src/api/attribute.rs b/crates/ruma-macros/src/api/attribute.rs index 14e9b426..f88125c3 100644 --- a/crates/ruma-macros/src/api/attribute.rs +++ b/crates/ruma-macros/src/api/attribute.rs @@ -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); }