Skip to content

Conversation

@TheBestTvarynka
Copy link
Collaborator

https://rust-lang.github.io/rust-clippy/master/index.html#as_pointer_underscore

Checks for the usage of as *const _ or as *mut _ conversion using inferred type.

@TheBestTvarynka TheBestTvarynka self-assigned this Dec 10, 2025
@TheBestTvarynka TheBestTvarynka force-pushed the refactor/enable-as_pointer_underscore-lint branch from 82abc1a to 009d8a4 Compare December 10, 2025 18:56
@TheBestTvarynka TheBestTvarynka marked this pull request as ready for review December 10, 2025 19:19
@CBenoit CBenoit enabled auto-merge (squash) December 11, 2025 08:40
@TheBestTvarynka TheBestTvarynka force-pushed the refactor/enable-as_pointer_underscore-lint branch from 009d8a4 to 9c7205b Compare December 11, 2025 09:08
@TheBestTvarynka
Copy link
Collaborator Author

I fixed the merge conflict and also addressed comments from the previous PR:

I decided to leave the last comment (#568 (comment)) for another PR, because I do not want this PR to contain too many unrelated changes

@CBenoit CBenoit merged commit 884c077 into master Dec 11, 2025
63 checks passed
@CBenoit CBenoit deleted the refactor/enable-as_pointer_underscore-lint branch December 11, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants