Skip to content

Commit

Permalink
fix: make mock::Statistics public within crate
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed May 7, 2024
1 parent f02f56a commit 56828de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels/src/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mod real {
#[cfg(not(feature = "statistics"))]
mod mock {
#[derive(Clone, PartialEq, Eq, Hash)]
pub struct Statistics;
pub(crate) struct Statistics;

impl Statistics {
pub(crate) const fn new() -> Self {
Expand Down

0 comments on commit 56828de

Please sign in to comment.