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

Use cargo reference manifest section order #285

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

Kijewski
Copy link
Collaborator

In #131 I added a check that ensures that the section in Cargo.toml (and there values) are in a specific order. I invented the order quite randomly, in the order which I thought might be useful.

This PR changes the order to be the same as in Cargo's reference about The Manifest Format. Also some missing softlinks were added.

In [rinja-rs#131] I added a check that ensures that the section in `Cargo.toml`
(and there values) are in a specific order. I invented the order quite
randomly, in the order which I thought might be useful.

This PR changes the order to be the same as in Cargo's reference about
[The Manifest Format]. Also some missing softlinks were added.

[rinja-rs#131]: <rinja-rs#131>
[The Manifest Format]: <https://doc.rust-lang.org/cargo/reference/manifest.html>
@GuillaumeGomez
Copy link
Contributor

I don't think the order matters much but at least now it's more beautiful. 😆

@GuillaumeGomez GuillaumeGomez merged commit 63a9625 into rinja-rs:master Dec 13, 2024
28 checks passed
@Kijewski Kijewski deleted the pr-tomlfmt branch December 13, 2024 11: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.

2 participants