Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: enable lint unsafe_op_in_unsafe_fn #2180

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

SteveLauC
Copy link
Member

What does this PR do

Enable the unsafe_op_in_unsafe_fn lint, closes #2165

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

@asomers
Copy link
Member

asomers commented Nov 12, 2023

@SteveLauC needs a rebase

@SteveLauC SteveLauC force-pushed the unsafe_op_in_unsafe_fn branch 2 times, most recently from 0867f7f to 135d260 Compare November 13, 2023 01:34
@SteveLauC
Copy link
Member Author

@SteveLauC needs a rebase

done

@asomers
Copy link
Member

asomers commented Nov 18, 2023

@SteveLauC needs another.

@SteveLauC
Copy link
Member Author

@SteveLauC needs another.

Done

@asomers asomers added this pull request to the merge queue Nov 19, 2023
Merged via the queue into nix-rust:master with commit 6f39686 Nov 19, 2023
35 checks passed
@SteveLauC SteveLauC deleted the unsafe_op_in_unsafe_fn branch November 19, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider enabling the unsafe_op_in_unsafe_fn lint
2 participants