We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a1c11 commit 6ac472bCopy full SHA for 6ac472b
rclrs/src/logging.rs
@@ -7,8 +7,7 @@ use std::{
7
sync::{Mutex, Once},
8
};
9
10
-use crate::error;
11
-use crate::rcl_bindings::*;
+use crate::{error, rcl_bindings::*};
12
13
static INIT: Once = Once::new();
14
static LOG_GUARD: Mutex<()> = Mutex::new(());
0 commit comments