Skip to content

Commit

Permalink
Ignore clippy lint triggered by bitflags macro expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Dec 16, 2023
1 parent 4a3bef1 commit 7093d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
//!
//! [8]: https://msdn.microsoft.com/en-us/library/ms953432.aspx#smartcardcspcook_topic2
#![allow(deprecated)]
#![allow(clippy::bad_bit_mask)]

use std::ffi::{CStr, CString};
use std::mem::{forget, transmute};
Expand Down

0 comments on commit 7093d7a

Please sign in to comment.