Skip to content

Commit

Permalink
rm allowed clippy warning since bindgen fixed impl
Browse files Browse the repository at this point in the history
  • Loading branch information
losynix committed Sep 7, 2023
1 parent 787b008 commit 050142f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ntfs3g/src/n3g_c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::useless_transmute)]
#![allow(dead_code)]
// XXX remove me when bindgen bump version
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

0 comments on commit 050142f

Please sign in to comment.