Skip to content
This repository has been 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

Conversation

likebreath
Copy link
Contributor

@likebreath likebreath commented Jan 3, 2024

The clippy override allow(deref_nullptr) is no longer needed since the issue has been fixed from rust-bindgen [1].

[1] rust-lang/rust-bindgen#1651

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR are signed (with git commit -s), and the commit
    message has max 60 characters for the summary and max 75 characters for each
    description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

The clippy override `allow(deref_nullptr)` is no longer needed since the
issue has been fixed from rust-bindgen [1].

[1] rust-lang/rust-bindgen#1651

Signed-off-by: Bo Chen <[email protected]>
Copy link
Contributor

@rbradford rbradford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@roypat roypat merged commit ca03ba5 into rust-vmm:main Jan 4, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants