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

Test clippy lint for large futures #2137

Merged
merged 3 commits into from
Jun 16, 2024
Merged

Conversation

ma2bd
Copy link
Contributor

@ma2bd ma2bd commented Jun 15, 2024

Motivation

Try to fix CI

Proposal

  • Add .boxed() (or in some cases .boxed_local()) around large futures according to clippy
  • Use a lower threshold

Test Plan

CI

@ma2bd ma2bd marked this pull request as draft June 15, 2024 17:20
@ma2bd ma2bd changed the title Test large futures Test clippy lint for large futures Jun 15, 2024
@ma2bd ma2bd marked this pull request as ready for review June 16, 2024 09:18
@ma2bd ma2bd linked an issue Jun 16, 2024 that may be closed by this pull request
linera-service/src/linera/client_options.rs Outdated Show resolved Hide resolved
@ma2bd ma2bd removed a link to an issue Jun 16, 2024
@ma2bd ma2bd merged commit ebbf549 into linera-io:main Jun 16, 2024
6 checks passed
@ma2bd ma2bd deleted the test_large_futures branch June 16, 2024 15:34
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