Skip to content

Commit

Permalink
Allowed the improper_ctypes_definitions lint on our generated rcl b…
Browse files Browse the repository at this point in the history
…indings. (#341)

Co-authored-by: Sam Privett <sam@privett.dev>
  • Loading branch information
maspe36 and maspe36 authored Oct 31, 2023
1 parent 7d11dc7 commit c2d8a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclrs/src/rcl_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Caused by https://github.com/ros2/ros2/issues/1374 in iron and newer
// See https://github.com/ros2-rust/ros2_rust/issues/320
#![allow(improper_ctypes)]
#![allow(improper_ctypes_definitions)]
#![allow(clippy::all)]
#![allow(missing_docs)]

Expand Down

0 comments on commit c2d8a29

Please sign in to comment.