Skip to content

Commit c2d8a29

Browse files
authored
Allowed the improper_ctypes_definitions lint on our generated rcl bindings. (#341)
Co-authored-by: Sam Privett <[email protected]>
1 parent 7d11dc7 commit c2d8a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclrs/src/rcl_bindings.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// Caused by https://github.com/ros2/ros2/issues/1374 in iron and newer
88
// See https://github.com/ros2-rust/ros2_rust/issues/320
99
#![allow(improper_ctypes)]
10+
#![allow(improper_ctypes_definitions)]
1011
#![allow(clippy::all)]
1112
#![allow(missing_docs)]
1213

0 commit comments

Comments
 (0)