Skip to content

Conversation

@Fallengirl
Copy link
Contributor

Replaced #[allow(dead_code)] with #[cfg(feature = "cmd")] on SerializableState::parse(). The function is only used when the "cmd" feature is enabled (for CLI argument parsing), but #[allow(dead_code)] was masking this. The proper solution is conditional compilation - the function only compiles when actually needed, eliminating the warning without hiding the function's purpose

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

fine

@mattsse mattsse added this pull request to the merge queue Nov 3, 2025
Merged via the queue into foundry-rs:master with commit 63794a4 Nov 3, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this to Done in Foundry Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants