Skip to content

Commit

Permalink
chore: fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Nov 1, 2021
1 parent fc18a98 commit b6fa26b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clock/darwin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mod mach {
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(safe_packed_borrows)]
include!(concat!(env!("OUT_DIR"), "/darwin_bindings.rs"));
}

Expand Down

0 comments on commit b6fa26b

Please sign in to comment.