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

bug: fixes duplicate macro definition #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aycippo
Copy link

@aycippo aycippo commented Dec 1, 2023

There are now two (#6 and #7) issues relating to the state of a duplicate macro within the lsio crate, preventing the compilation of projects utilizing it, such as openssl.

Simple fix by updating the duplicate macro to its properly intended form:
println_color_quiet! -> print_color_quiet!

The previous issue and pull request was closed without much word as to why. Open to explanation and context that would explain this issue being left unfixed.

Thanks!

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