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

Fix return type of with_pressed_keysyms #1225

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

chrisduerr
Copy link
Contributor

This method takes a function that allows for a generic return value, however the function body itself never allows that return value to escape the function.

This method takes a function that allows for a generic return value,
however the function body itself never allows that return value to
escape the function.
@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (003ca51) 21.76% compared to head (2a9e2ef) 21.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1225      +/-   ##
==========================================
- Coverage   21.76%   21.75%   -0.02%     
==========================================
  Files         155      155              
  Lines       24373    24373              
==========================================
- Hits         5305     5302       -3     
- Misses      19068    19071       +3     
Flag Coverage Δ
wlcs-buffer 18.78% <0.00%> (ø)
wlcs-core 18.44% <0.00%> (ø)
wlcs-output 7.63% <0.00%> (ø)
wlcs-pointer-input 20.53% <0.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/input/keyboard/mod.rs 10.24% <0.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Drakulix Drakulix merged commit 1e7ceac into Smithay:master Nov 11, 2023
13 checks passed
@chrisduerr chrisduerr deleted the just_better branch November 11, 2023 11:29
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.

3 participants