Skip to content

Commit fe49848

Browse files
committed
style(prometheus-client-derive): remove debugging code
Signed-off-by: ADD-SP <add_sp@outlook.com>
1 parent cc680cd commit fe49848

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • prometheus-client-derive/src/registrant

prometheus-client-derive/src/registrant/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use quote::quote;
66

77
pub fn registrant_impl(input: TokenStream2) -> Result<TokenStream2> {
88
let ast = syn::parse2::<syn::DeriveInput>(input)?;
9-
// dbg!(&ast);
109
let name = ast.ident;
1110
let fields = match ast.data {
1211
syn::Data::Struct(body) => match body.fields {

0 commit comments

Comments
 (0)