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

Remove unnecessary question mark operator and unsafe block #1940

Merged
merged 1 commit into from Aug 1, 2022
Merged

Remove unnecessary question mark operator and unsafe block #1940

merged 1 commit into from Aug 1, 2022

Conversation

AustinJ235
Copy link
Member

When running clippy on a crate that uses the shader! macro.

warning: question mark operator is useless here

unsafe block is unnecessary as it is always nested. Found during macro expansion.

@Rua Rua merged commit c0c9c21 into vulkano-rs:master Aug 1, 2022
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.

None yet

2 participants