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

Support rust 1.84.0 #3229

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Support rust 1.84.0 #3229

merged 1 commit into from
Jan 9, 2025

Conversation

squadgazzz
Copy link
Contributor

Fixes compilation on the latest stable rust version.

@squadgazzz squadgazzz requested a review from a team as a code owner January 9, 2025 16:47
@squadgazzz squadgazzz changed the title Align with rust 1.84.0 Support rust 1.84.0 Jan 9, 2025
@squadgazzz squadgazzz enabled auto-merge (squash) January 9, 2025 16:50
for line in code.split('\n').filter(|line| !line.trim().is_empty()) {
let re = Regex::new(r".* ([ax])([\d]+) = (\d+);.*$").unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

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

Crazy that there is a lint for compiling regexes in a loop. 😄 🚀

@squadgazzz squadgazzz merged commit 162ebc4 into main Jan 9, 2025
11 checks passed
@squadgazzz squadgazzz deleted the rust/v1.84.0 branch January 9, 2025 16:55
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants