Skip to content

Commit

Permalink
Hide type_resolve.rs internals.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Dec 1, 2024
1 parent 0f90910 commit 7dbb31f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sway-core/src/semantic_analysis/type_resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ fn resolve_symbol_and_mod_path(
})
}

pub fn decl_to_type_info(
fn decl_to_type_info(
handler: &Handler,
engines: &Engines,
symbol: &Ident,
Expand Down Expand Up @@ -432,7 +432,7 @@ pub fn decl_to_type_info(
}

#[allow(clippy::too_many_arguments)]
pub fn resolve_associated_item_from_type_id(
fn resolve_associated_item_from_type_id(
handler: &Handler,
engines: &Engines,
module: &Module,
Expand Down Expand Up @@ -468,7 +468,7 @@ pub fn resolve_associated_item_from_type_id(
}

#[allow(clippy::too_many_arguments)]
pub fn resolve_associated_type_or_item(
fn resolve_associated_type_or_item(
handler: &Handler,
engines: &Engines,
module: &Module,
Expand All @@ -488,7 +488,7 @@ pub fn resolve_associated_type_or_item(
}

#[allow(clippy::too_many_arguments)]
pub(crate) fn resolve_call_path_and_root_type_id(
fn resolve_call_path_and_root_type_id(
handler: &Handler,
engines: &Engines,
module: &Module,
Expand Down

0 comments on commit 7dbb31f

Please sign in to comment.