Skip to content

Commit

Permalink
Change visibility for metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Apr 22, 2020
1 parent 9bb1a40 commit 6a96a12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ pub use crate::enums::*;
pub mod node;
pub use crate::node::*;

pub mod rca_metrics;
mod rca_metrics;
pub(crate) use rca_metrics::*;

pub mod web;

#[macro_use]
Expand Down

0 comments on commit 6a96a12

Please sign in to comment.