Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Remove unnecessary clippy override #98

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/arm64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#[allow(clippy::all)]
#[allow(clippy::undocumented_unsafe_blocks)]
// Keep this until https://github.com/rust-lang/rust-bindgen/issues/1651 is fixed.
#[cfg_attr(test, allow(deref_nullptr))]
pub mod bindings;
#[cfg(feature = "fam-wrappers")]
pub mod fam_wrappers;
Expand Down
2 changes: 0 additions & 2 deletions src/x86_64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// SPDX-License-Identifier: Apache-2.0
#[allow(clippy::undocumented_unsafe_blocks)]
#[allow(clippy::all)]
// Keep this until https://github.com/rust-lang/rust-bindgen/issues/1651 is fixed.
#[cfg_attr(test, allow(deref_nullptr))]
pub mod bindings;
#[cfg(feature = "fam-wrappers")]
pub mod fam_wrappers;
Expand Down