Skip to content

Conversation

andrewhalle
Copy link
Contributor

Update time to fix build failure on Rust 1.80.

Changes in this pull request

Ran cargo update time in packages/toolkit

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • All applicable changes have been documented
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment

Before change:

error[E0282]: type annotations needed for `Box<_>`
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
help: consider giving `items` an explicit type, where the placeholders `_` are specified
   |
83 |     let items: Box<_> = format_items
   |              ++++++++

After change:

Successful build

@andrewhalle andrewhalle requested a review from dkozma August 29, 2024 16:15
@emensch emensch force-pushed the main branch 2 times, most recently from f0bbd4e to d61dff1 Compare August 16, 2025 02:58
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.

1 participant