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

cargo check fixes for beta (1.65) #2298

Merged
merged 1 commit into from
Sep 25, 2022
Merged

cargo check fixes for beta (1.65) #2298

merged 1 commit into from
Sep 25, 2022

Conversation

luizirber
Copy link
Member

Nightly Rust checks started failing because next stable (1.65, current beta) turns more needless borrows into erros (similar to #1636)

@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Merging #2298 (57dfcea) into latest (c202b6b) will increase coverage by 0.01%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##           latest    #2298      +/-   ##
==========================================
+ Coverage   84.82%   84.84%   +0.01%     
==========================================
  Files         131      131              
  Lines       15676    15673       -3     
  Branches     2251     2251              
==========================================
  Hits        13297    13297              
+ Misses       2085     2082       -3     
  Partials      294      294              
Flag Coverage Δ
python 92.14% <ø> (ø)
rust 65.34% <33.33%> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
src/core/src/index/linear.rs 17.64% <0.00%> (ø)
src/core/src/index/revindex.rs 33.90% <25.00%> (ø)
src/core/src/index/sbt/mod.rs 66.76% <100.00%> (ø)
src/core/src/ffi/signature.rs 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@luizirber luizirber merged commit 7a96265 into latest Sep 25, 2022
@luizirber luizirber deleted the lirber/20220924_fixes branch September 25, 2022 17:26
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.

2 participants