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 new nightly warnings #4496

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Fix new nightly warnings #4496

merged 2 commits into from
Jan 9, 2025

Conversation

jplatte
Copy link
Collaborator

@jplatte jplatte commented Jan 9, 2025

Signed-off-by: Jonas Platte jplatte+matrix@posteo.de

@jplatte jplatte requested a review from a team as a code owner January 9, 2025 19:24
@jplatte jplatte requested review from poljar and removed request for a team January 9, 2025 19:24
@jplatte jplatte force-pushed the jplatte/nightly-warn branch from 6057b19 to edfdbc2 Compare January 9, 2025 19:59
Copy link
Contributor

@poljar poljar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Looks good.

@jplatte jplatte enabled auto-merge (rebase) January 9, 2025 20:18
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.36%. Comparing base (0cae54c) to head (edfdbc2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4496      +/-   ##
==========================================
+ Coverage   85.35%   85.36%   +0.01%     
==========================================
  Files         284      284              
  Lines       31887    31885       -2     
==========================================
+ Hits        27218    27220       +2     
+ Misses       4669     4665       -4     

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

@jplatte jplatte merged commit ff5dcbf into main Jan 9, 2025
39 of 40 checks passed
@jplatte jplatte deleted the jplatte/nightly-warn branch January 9, 2025 21:20
@@ -803,7 +803,7 @@ mod tests {
assert_items_eq!(linked_chunk, ['a', 'b', 'c'] ['d']);

// Empty updates first.
let _ = linked_chunk.updates().take();
let _ = linked_chunk.updates().unwrap().take();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that was indeed the expected behavior.

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