Remove some comments
This commit is contained in:
parent
d2c436dcdc
commit
3a836b8026
7 changed files with 14 additions and 109 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue