Skip to content

Commit 673d478

Browse files
authored
Fix linting issue with use statement
1 parent 19e8d3d commit 673d478

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rclrs/src/logging.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
// Adapted from https://github.com/sequenceplanner/r2r/blob/89cec03d07a1496a225751159cbc7bfb529d9dd1/r2r/src/utils.rs
44
// Further adapted from https://github.com/mvukov/rules_ros2/pull/371
55

6-
use std::ffi::CString;
7-
use std::sync::Mutex;
8-
use std::time::Duration;
6+
use std::{ffi::CString, sync::Mutex, time::Duration};
97

108
use crate::rcl_bindings::*;
119

0 commit comments

Comments
 (0)