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

Driveby cleanups #561

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Driveby cleanups #561

wants to merge 3 commits into from

Conversation

nepet
Copy link
Collaborator

@nepet nepet commented Jan 10, 2025

Just some some cleanups that resolve some warnings that cargo complaint about.

nepet added 3 commits January 10, 2025 13:06
Previously, the deserialization logic called `Promise::new` twice, once
in a temp variable and again for the final return. This commit removes
the unused temorary assignement.

Signed-off-by: Peter Neuroth <[email protected]>
Signed-off-by: Peter Neuroth <[email protected]>
Cargo complaints about the unused fields in `UdsConnectInfo`. Currently
the `UnixStream` in this file really seems to be unused but I assume
that it is going to be needed in the future.

Signed-off-by: Peter Neuroth <[email protected]>
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