Skip to content

Commit

Permalink
try to avoid compile error in #3095
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Sep 24, 2023
1 parent ad61c66 commit 06bc807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/stake/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{

pub mod metrics;
pub mod rpc;
pub use metrics::register_metrics;
pub use self::metrics::register_metrics;

// TODO: move into leaf submodules under component/ and re-export

Expand Down

0 comments on commit 06bc807

Please sign in to comment.