Skip to content

Commit

Permalink
Fix visibility of internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
snaggen committed Oct 30, 2024
1 parent b8a6d67 commit 018a100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ fn parse_time(input: &mut &[u8]) -> PResult<Time> {
}

#[inline(always)]
pub fn parse_tti_block<'a>(
fn parse_tti_block<'a>(
cct: CharacterCodeTable,
) -> impl Parser<&'a [u8], TtiBlock, ContextError> {
move |input: &mut &'a [u8]| {
Expand Down

0 comments on commit 018a100

Please sign in to comment.