Remove some comments

This commit is contained in:
Mikayla 2024-01-11 10:28:22 -08:00
parent d2c436dcdc
commit 3a836b8026
No known key found for this signature in database
7 changed files with 14 additions and 109 deletions

View file

@ -1,16 +1,3 @@
// Input:
//
// struct FooBar {}
// Output:
//
// struct FooBar {}
//
// #[allow(non_snake_case)]
// #[gpui2::ctor]
// fn register_foobar_builder() {
// gpui2::register_action_builder::<Foo>()
// }
use proc_macro::TokenStream;
use proc_macro2::Ident;
use quote::{format_ident, quote};