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

Added an explicit type to items variable #699

Closed
wants to merge 1 commit into from

Conversation

Cosiamo
Copy link

@Cosiamo Cosiamo commented Jul 31, 2024

The app I've been building for months has randomly started throwing this error: "error[E0282]: type annotations needed for Box<_>". I don't use this Crate directly and haven't updated any that I do use in a couple of weeks, so I'm not sure why the Rust compiler doesn't like this syntax now.

image

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.6%. Comparing base (4a74924) to head (ab74224).
Report is 41 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #699     +/-   ##
=======================================
- Coverage   97.8%   97.6%   -0.2%     
=======================================
  Files         81      83      +2     
  Lines       9378    9008    -370     
=======================================
- Hits        9169    8790    -379     
- Misses       209     218      +9     

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

@jhpratt
Copy link
Member

jhpratt commented Jul 31, 2024

#681
#685
#689
#693
#695
#696
#697

@jhpratt jhpratt closed this Jul 31, 2024
@jhpratt jhpratt added the C-invalid Category: no issue exists or the issue cannot be reproduced label Jul 31, 2024
@time-rs time-rs locked and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-invalid Category: no issue exists or the issue cannot be reproduced
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants