Skip to content

rust client: fix disabled-feature case#9

Open
stephanroslen wants to merge 1 commit intoTheCodingBuddies:mainfrom
stephanroslen:rust-fix-feature-flag
Open

rust client: fix disabled-feature case#9
stephanroslen wants to merge 1 commit intoTheCodingBuddies:mainfrom
stephanroslen:rust-fix-feature-flag

Conversation

@stephanroslen
Copy link
Contributor

reproducer: build the library without enabled feature flag

symptom 1: build fails because because of use of error!
fix: added missing cfg before error

symptom 2: warning for unused variables
fix: depending on disabled flag allowed unused variables in according lines

@stephanroslen stephanroslen changed the title fix disabled-feature case rust client: fix disabled-feature case Nov 5, 2025
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