diff --git a/src/protocol/parser/utils.rs b/src/protocol/parser/utils.rs index 5650c9ba98491e455cc50756aa1501f339135777..a68e03356b52591d295f8764faf987dfd6b221b9 100644 --- a/src/protocol/parser/utils.rs +++ b/src/protocol/parser/utils.rs @@ -15,6 +15,7 @@ pub(crate) enum FindTypeResult<'t, 'i> { SymbolNamespace{ident_pos: InputPosition, symbol_pos: InputPosition}, } +// TODO: @cleanup Find other uses of this pattern impl<'t, 'i> FindTypeResult<'t, 'i> { /// Utility function to transform the `FindTypeResult` into a `Result` where /// `Ok` contains the resolved type, and `Err` contains a `ParseError` which