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

Add rust-toolchain and rustfmt files #569

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Add rust-toolchain and rustfmt files #569

merged 1 commit into from
Jun 6, 2024

Conversation

Rigidity
Copy link
Contributor

@Rigidity Rigidity commented Jun 5, 2024

If we use rust-toolchain.toml, everyone contributing to the project will automatically use the same version, making Clippy and the compiler consistent. We can update this periodically to stay up to date.

.rustfmt.toml is used to ensure a recent edition of Rustfmt is used. For example, some async code isn't properly formatted in older editions.

@Rigidity Rigidity requested review from arvidn and removed request for arvidn June 5, 2024 21:26
@Rigidity Rigidity marked this pull request as draft June 5, 2024 21:28
@Rigidity Rigidity marked this pull request as ready for review June 5, 2024 21:29
@Rigidity Rigidity requested a review from arvidn June 5, 2024 21:44
Copy link

coveralls-official bot commented Jun 5, 2024

Pull Request Test Coverage Report for Build 9391487463

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.838%

Totals Coverage Status
Change from base Build 9390961205: 0.0%
Covered Lines: 11589
Relevant Lines: 13990

💛 - Coveralls

@Rigidity Rigidity merged commit dd98fbc into main Jun 6, 2024
64 checks passed
@Rigidity Rigidity deleted the toolchain branch June 6, 2024 10:07
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