Skip to content

Remove extraneous dbg! expression - #318

Open
kitlith wants to merge 2 commits into
RustAudio:masterfrom
kitlith:remove_dbg
Open

Remove extraneous dbg! expression#318
kitlith wants to merge 2 commits into
RustAudio:masterfrom
kitlith:remove_dbg

Conversation

@kitlith

@kitlith kitlith commented Aug 18, 2026

Copy link
Copy Markdown

This fixes building for release

This fixes building for release
The failure when building for release slipped by CI because
CI is only building the debug profile, and not the release profile.
Fix that by at least running a cargo check against the release profile.
@kitlith

kitlith commented Aug 18, 2026

Copy link
Copy Markdown
Author

We can change around exactly how we're doing a check against the release profile in CI, but I feel like something similar should be implemented if you want to keep conditionally enabling the Debug derive, to be able to catch future mistakes like this in CI before a release.

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