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] replace manual insertions with collects #241

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

aadilshabier
Copy link
Contributor

@aadilshabier aadilshabier commented Feb 25, 2024

  • This helps remove unnecessary mut's
  • Using static slice prevents the need to create Vec which is discarded anyway
  • Prevent *rc patten from matching src/ directories
  • Propogate errors in uinput::create_uinput_device*() instead of unwrap

- This helps remove unnecessary mut's
- Using static slice prevents the need to create Vec which is discarded anyway
- Prevent *rc patten from matching src/ directories
- Propogate errors in uinput::create_uinput_device*() instead of unwrap
@Shinyzenith Shinyzenith merged commit 34b9619 into waycrate:main Feb 26, 2024
7 checks passed
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.

2 participants