mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 00:27:01 +05:30
fix: replace pub(crate)
with pub
This commit is contained in:
parent
a728a353d6
commit
5b3ec8a1b0
5 changed files with 19 additions and 20 deletions
|
@ -10,7 +10,7 @@ fn configure_tracing(filter: Targets) -> Result<(), SetGlobalDefaultError> {
|
|||
set_global_default(subscriber)
|
||||
}
|
||||
|
||||
pub(crate) fn init() -> Result<(), SetGlobalDefaultError> {
|
||||
pub fn init() -> Result<(), SetGlobalDefaultError> {
|
||||
let tracing_filter = Targets::new().with_target("gitice", Level::TRACE);
|
||||
configure_tracing(tracing_filter)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue