Skip to content

Conversation

@camshaft
Copy link
Contributor

@camshaft camshaft commented Nov 16, 2023

Description of changes:

A new stable rust release just went out and you know what that means: clippy fixes!

Testing:

The clippy task is now passing.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review November 16, 2023 18:32
Comment on lines -192 to -197
pub mod default {
#[cfg(not(unix))]
pub use super::rustls::*;
#[cfg(unix)]
pub use super::s2n_tls::*;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

this is unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep. the new unused logic is a bit smarter to track private modules exporting pub but aren't actually used as part of the public interface.

@camshaft camshaft merged commit 4ee8c0f into main Nov 17, 2023
@camshaft camshaft deleted the camshaft/clippy-1.74 branch November 17, 2023 01:44
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.

2 participants