We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
improper_ctypes_definitions
1 parent 7d11dc7 commit c2d8a29Copy full SHA for c2d8a29
rclrs/src/rcl_bindings.rs
@@ -7,6 +7,7 @@
7
// Caused by https://github.com/ros2/ros2/issues/1374 in iron and newer
8
// See https://github.com/ros2-rust/ros2_rust/issues/320
9
#![allow(improper_ctypes)]
10
+#![allow(improper_ctypes_definitions)]
11
#![allow(clippy::all)]
12
#![allow(missing_docs)]
13
0 commit comments