Skip to content

Commit 7b59896

Browse files
authored
fix(derive): forgot one instance (#61)
2 parents d3d4dc0 + 3220cc4 commit 7b59896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometric-derive/src/expand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ pub fn expand(metrics_attr: MetricsAttr, input: &mut ItemStruct) -> Result<Token
655655
/// It will be initialized with the default registry and no labels.
656656
#builder_vis fn builder<'a>() -> #builder_name<'a> {
657657
#builder_name {
658-
registry: ::prometheus::default_registry(),
658+
registry: ::prometric::prometheus::default_registry(),
659659
labels: ::std::collections::HashMap::new(),
660660
}
661661
}

0 commit comments

Comments
 (0)