Skip to content

Commit 797ad39

Browse files
committed
set_log_level add _ result
1 parent b0d89db commit 797ad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ macro_rules! main {
5555
}
5656

5757
pub fn set_log_level(level: types::LogLevel) {
58-
logger::set_log_level(level);
58+
let _ = logger::set_log_level(level);
5959
}
6060

6161
pub fn set_root_context(callback: types::NewRootContext) {

0 commit comments

Comments
 (0)