Use RefinementCascade to compose pressability and hoverability

Co-Authored-By: Conrad Irwin <conrad@zed.dev>
This commit is contained in:
Nathan Sobo 2023-08-23 12:18:12 -06:00
parent 569d99a5a1
commit 5996b6b46b
10 changed files with 202 additions and 68 deletions

View file

@ -20,6 +20,7 @@ pub fn styleable_helpers(input: TokenStream) -> TokenStream {
let output = quote! {
#(#methods)*
};
output.into()
}