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 compilation errors #742

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Conversation

johan-bjareholt
Copy link
Contributor

@johan-bjareholt johan-bjareholt commented Mar 22, 2024

  • Fix compilation error introduced in 4602c65
  • Fix general clippy errors (introduced in new version of clippy?)
  • Fix unused field in struct

@johan-bjareholt johan-bjareholt changed the title Fix compilation error introduced in 4602c65 Fix compilation errors Mar 22, 2024
@@ -682,7 +682,7 @@ impl AgentBuilder {

#[cfg(feature = "tls")]
#[derive(Clone)]
pub(crate) struct TLSClientConfig(pub(crate) Arc<rustls::ClientConfig>);
pub(crate) struct TLSClientConfig(());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of this struct at all?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not keeping something alive no?

@johan-bjareholt
Copy link
Contributor Author

@algesten @jsha Could someone please review?

@algesten algesten merged commit 489b305 into algesten:main Mar 26, 2024
50 checks passed
@algesten
Copy link
Owner

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.

None yet

2 participants