Skip to content

chore(policy-controller): fix visibility clippy lint #14150

Merged
adleong merged 1 commit into
mainfrom
alex/clippy
Jun 18, 2025
Merged

chore(policy-controller): fix visibility clippy lint #14150
adleong merged 1 commit into
mainfrom
alex/clippy

Conversation

@adleong

@adleong adleong commented Jun 18, 2025

Copy link
Copy Markdown
Member

Clippy identified a lint warning because EgressNetworkRef is more private than a function where it is used index_egress_network.

We reduce the visibility of index_egress_network since it does not need to be pub(crate).

Signed-off-by: Alex Leong <alex@buoyant.io>
@adleong adleong requested a review from a team as a code owner June 18, 2025 00:07
@adleong adleong merged commit 1377993 into main Jun 18, 2025
99 of 106 checks passed
@adleong adleong deleted the alex/clippy branch June 18, 2025 23:42
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