feat(blueprint): make a helper public
This commit is contained in:
parent
a11b1fa56a
commit
3cdb21ad6b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue