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

feat(shadowsocks): add more Debug implementations #1656

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

link2xt
Copy link
Contributor

@link2xt link2xt commented Sep 16, 2024

Most implementations are derived.

I would like to add missing_debug_implementations lint,
but before deriving more Debug implementations
we need to add Debug implementations to types exported
from shadowsocks-crypto.

Closes #1647

@link2xt
Copy link
Contributor Author

link2xt commented Sep 16, 2024

Passes with --all-features locally now.

Most implementations are derived.

I would like to add `missing_debug_implementations` lint,
but before deriving more Debug implementations
we need to add Debug implementations to types exported
from `shadowsocks-crypto`.
@zonyitoo zonyitoo merged commit a04e92c into shadowsocks:master Sep 17, 2024
9 checks passed
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.

Implement Debug trait for ProxyClientStream
2 participants