Skip to content

Commit

Permalink
Make error module private.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonKnittel committed Jan 7, 2025
1 parent 28dd3f0 commit de5276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub mod allocator;
pub mod config;
#[cfg(unix)]
pub mod daemonize;
pub mod error;
mod error;
#[cfg(feature = "logging")]
pub mod logging;
pub mod monitor;
Expand Down

0 comments on commit de5276f

Please sign in to comment.