Skip to content

Conversation

VolodymyrBg
Copy link

@VolodymyrBg VolodymyrBg commented Aug 3, 2025

Fixed syntax errors in benchmark files by removing trailing commas in println! macros:

  • benches/fft.rs: Removed trailing comma in println! macro on line 30
  • benches/msm.rs: Removed trailing commas in println! macros on lines 45 and 75

as println! macros don't accept trailing commas after the last argument.

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.

1 participant