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

Fix warnings that appear only with native-TLS. #1018

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

nihohit
Copy link
Contributor

@nihohit nihohit commented Jan 4, 2024

Added RUSTFLAGS="-D warnings" to all CI flows, to ensure that warnings won't appear when only some features are used, since our lint flow checks for all features at once.

Our lint flow checks for warnings only when all features are turned on.
This added flag ensures that every CI flow will disallow warnings.
@nihohit nihohit merged commit a8b1a33 into redis-rs:main Jan 10, 2024
10 checks passed
@nihohit nihohit deleted the fix-warnings-upstream branch January 11, 2024 18:54
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.

None yet

2 participants