Skip to content

Commit d140dbe

Browse files
Clear warnings
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent d5ad50f commit d140dbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rclrs/src/dynamic_message.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
//!
66
//! The central type of this module is [`DynamicMessage`].
77
8-
98
use std::{
109
fmt::{self, Display},
11-
ops::Deref,
1210
path::PathBuf,
1311
sync::Arc,
1412
};

rclrs/src/dynamic_message/message_structure.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ impl BaseType {
114114
string_upper_bound: Option<NonZeroUsize>,
115115
inner: *const rosidl_message_type_support_t,
116116
) -> Self {
117+
<<<<<<< HEAD
118+
=======
119+
use rosidl_typesupport_introspection_c_field_types::*;
120+
>>>>>>> 4e1c0be (Clear warnings)
117121
match u32::from(type_id) {
118122
x if x == rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT as u32 => Self::Float,
119123
x if x == rosidl_typesupport_introspection_c__ROS_TYPE_DOUBLE as u32 => Self::Double,

0 commit comments

Comments
 (0)