Skip to content

Commit

Permalink
Disable clippy warnings for u128 types
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Jul 13, 2023
1 parent 3d699ef commit c9b1ede
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 @@ -3,6 +3,7 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(improper_ctypes)]
#![allow(clippy::all)]
#![allow(missing_docs)]

Expand Down

0 comments on commit c9b1ede

Please sign in to comment.