Skip to content

Conversation

@Byron
Copy link
Collaborator

@Byron Byron commented Jul 28, 2024

Only use async where absolutely necessary or where it's unclear if it would
work similarly without async.

Tasks

  • remove async
  • run cargo fmt with nightly settings to unify imports
  • validate

The reason is that it's unclear if maybe it's there for a good reason,
and I don't want to break the complex code in there.
@vercel
Copy link

vercel bot commented Jul 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
gitbutler-web ⬜️ Ignored (Inspect) Visit Preview Jul 28, 2024 7:03pm

@github-actions github-actions bot added the rust Pull requests that update Rust code label Jul 28, 2024
This also optimizes imports/uses, which is done only occasionally.
@Byron Byron marked this pull request as ready for review July 28, 2024 19:07
@Byron Byron mentioned this pull request Jul 28, 2024
10 tasks
Copy link
Member

@krlvi krlvi left a comment

Choose a reason for hiding this comment

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

works as before. really nice that we can make this simplification

@krlvi krlvi merged commit 4c56a9a into master Jul 28, 2024
@krlvi krlvi deleted the no-sync branch July 28, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants