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

Remove redundant format Make targets #724

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Remove redundant format Make targets #724

merged 3 commits into from
Dec 10, 2024

Conversation

matthiasgoergens
Copy link
Collaborator

Just use cargo fmt or cargo fmt --all for the same effect.

Especially the fmt target was obsolote: why would you want to format specifically only ceno_zkvm?

Just use `cargo fmt` or `cargo fmt --all` for the same effect.

Especially the `fmt` target was obsolote: why would you want to format
specifically only `ceno_zkvm`?
@matthiasgoergens matthiasgoergens requested review from hero78119, kunxian-xia and lispc and removed request for hero78119 December 10, 2024 04:20
@matthiasgoergens matthiasgoergens changed the title Remove format Make targets Remove redundant format Make targets Dec 10, 2024
@icemelon icemelon merged commit c4e729a into master Dec 10, 2024
6 checks passed
@icemelon icemelon deleted the matthias/remove-fmt branch December 10, 2024 22:17
10to4 pushed a commit to 10to4/ceno that referenced this pull request Dec 12, 2024
Just use `cargo fmt` or `cargo fmt --all` for the same effect.

Especially the `fmt` target was obsolote: why would you want to format
specifically only `ceno_zkvm`?
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