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

Apply cargo fmt, but with longer max_width #35

Closed
wants to merge 1 commit into from
Closed

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Dec 10, 2023

Seems this code wasn't reformatted for a while, so running cargo fmt changed a few minor things. Note that lots of tests exceed max width, so to reduce churn, I doubled the max_width to 200.

Seems this code wasn't reformatted for a while, so running `cargo fmt` changed a few minor things. Note that lots of tests exceed max width, so to reduce churn, I doubled the max_width to 200.
@Manishearth
Copy link
Member

I don't think we need longer max_width

#36

Also I'm generally reluctant to use rustfmt unless there's CI for it, so I went ahead and added a CI task.

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.

None yet

2 participants