feat(blueprint): make a helper public

This commit is contained in:
rvcas 2024-04-03 19:14:41 -04:00 committed by Lucas
parent a11b1fa56a
commit 3cdb21ad6b
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ impl Validator {
}
}
fn tipo_or_annotation<'a>(module: &'a CheckedModule, arg: &'a TypedArg) -> &'a Type {
pub fn tipo_or_annotation<'a>(module: &'a CheckedModule, arg: &'a TypedArg) -> &'a Type {
match *arg.tipo.borrow() {
Type::App {
module: ref module_name,