File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,10 @@ pub use error::*;
213
213
pub use executor:: * ;
214
214
pub use logging:: * ;
215
215
pub use node:: * ;
216
- pub use parameter:: structured:: { StructuredParameters , StructuredParametersMeta } ;
217
- pub use parameter:: * ;
216
+ pub use parameter:: {
217
+ structured:: { StructuredParameters , StructuredParametersMeta } ,
218
+ * ,
219
+ } ;
218
220
pub use publisher:: * ;
219
221
pub use qos:: * ;
220
222
pub use rcl_bindings:: rmw_request_id_t;
Original file line number Diff line number Diff line change @@ -156,8 +156,7 @@ mod tests {
156
156
use std:: sync:: Arc ;
157
157
158
158
use crate as rclrs;
159
- use rclrs:: parameter:: structured:: * ;
160
- use rclrs:: CreateBasicExecutor ;
159
+ use rclrs:: { parameter:: structured:: * , CreateBasicExecutor } ;
161
160
use rclrs_proc_macros:: StructuredParameters ;
162
161
163
162
#[ derive( StructuredParameters , Debug ) ]
You can’t perform that action at this time.
0 commit comments