Skip to content

Commit 1d28149

Browse files
Jonathan Woollett-LightJonathanWoollett-Light
authored andcommitted
Fix bindgen.sh
Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent 4713a63 commit 1d28149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bindgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function fc-bindgen {
3232
dead_code,
3333
non_snake_case,
3434
clippy::ptr_as_ptr,
35-
clippy::undocumented_unsafe_blocks
35+
clippy::undocumented_unsafe_blocks,
3636
clippy::cast_lossless
3737
)]
3838

0 commit comments

Comments
 (0)