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

Re-format trybuild tests #3049

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Re-format trybuild tests #3049

merged 1 commit into from
Nov 26, 2024

Conversation

jplatte
Copy link
Member

@jplatte jplatte commented Nov 26, 2024

Automated with

for file in axum-macros/tests/**/*.rs; do
    rustfmt --edition 2021 "$file"
done

@jplatte jplatte requested a review from yanns November 26, 2024 17:13
Copy link
Collaborator

@yanns yanns left a comment

Choose a reason for hiding this comment

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

Are the issues on nightly new?

@jplatte
Copy link
Member Author

jplatte commented Nov 26, 2024

Ah, that's almost certainly from the changes in this PR. Let me check..

Automated with

for file in axum-macros/tests/**/*.rs; do
    rustfmt --edition 2021 "$file"
done
@jplatte jplatte force-pushed the jplatte/trybuild-fmt branch from 680619c to bb5be60 Compare November 26, 2024 17:57
@jplatte
Copy link
Member Author

jplatte commented Nov 26, 2024

Yeah, looks like it was just a couple of changed error locations in the trybuild output.

@jplatte jplatte enabled auto-merge (squash) November 26, 2024 18:02
@jplatte jplatte merged commit 9ddb25f into main Nov 26, 2024
18 checks passed
@jplatte jplatte deleted the jplatte/trybuild-fmt branch November 26, 2024 18:04
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