We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc680cd commit fe49848Copy full SHA for fe49848
1 file changed
prometheus-client-derive/src/registrant/mod.rs
@@ -6,7 +6,6 @@ use quote::quote;
6
7
pub fn registrant_impl(input: TokenStream2) -> Result<TokenStream2> {
8
let ast = syn::parse2::<syn::DeriveInput>(input)?;
9
- // dbg!(&ast);
10
let name = ast.ident;
11
let fields = match ast.data {
12
syn::Data::Struct(body) => match body.fields {
0 commit comments