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 Oct 26, 2024
1 parent 93ec256 commit e4e8659
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 @@ -444,7 +444,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 @@ -476,7 +476,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 @@ -512,7 +512,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 @@ -532,7 +532,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 e4e8659

Please sign in to comment.