Skip to content

Commit

Permalink
Candidate::parsed is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Nov 3, 2023
1 parent cfc2520 commit 57e524b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ice/candidate.rs
Expand Up @@ -128,8 +128,7 @@ impl Candidate {
}

#[allow(clippy::too_many_arguments)]
#[doc(hidden)]
pub fn parsed(
pub(crate) fn parsed(
foundation: String,
component_id: u16,
proto: Protocol,
Expand Down

0 comments on commit 57e524b

Please sign in to comment.