Skip to content

Commit

Permalink
update visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Nov 24, 2024
1 parent a963117 commit d290e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use typeshare_core::{
};

/// Input data for parsing each source file.
pub struct ParserInput {
struct ParserInput {
/// Rust source file path.
file_path: PathBuf,
/// File name source from crate for output.
Expand Down Expand Up @@ -80,7 +80,7 @@ pub fn all_types(file_mappings: &mut BTreeMap<CrateName, ParsedData>) -> CrateTy
)
}

pub fn parse_input(
fn parse_input(
parse_context: &ParseContext,
parse_input: ParserInput,
) -> anyhow::Result<Option<ParsedData>> {
Expand Down

0 comments on commit d290e0d

Please sign in to comment.