Start trying chumsky #16
Annotations
1 error and 16 warnings
build
Process completed with exit code 100.
|
build:
src/templating/parser.rs#L5
unused import: `text::ident`
|
build:
src/templating/element.rs#L35
variants `ReplaceInInline` and `ReplaceInBlock` are never constructed
|
build:
src/templating/parser.rs#L12
field `0` is never read
|
build:
src/templating/parser.rs#L21
fields `before_tag`, `tag_span`, `regex_pattern`, and `expr` are never read
|
build:
src/templating/parser.rs#L27
fields `tag_span`, `regex_pattern`, `expr`, and `affected_line` are never read
|
build:
src/templating/parser.rs#L13
variant `IfBlock` is never constructed
|
build:
src/templating/parser.rs#L5
unused import: `text::ident`
|
build:
src/templating/element.rs#L35
variants `ReplaceInInline` and `ReplaceInBlock` are never constructed
|
build:
src/templating/parser.rs#L7
type alias `Span` is never used
|
build:
src/templating/parser.rs#L8
type alias `Spanned` is never used
|
build:
src/templating/parser.rs#L11
enum `Element` is never used
|
build:
src/templating/parser.rs#L34
function `spanned` is never used
|
build:
src/templating/parser.rs#L40
function `p_element` is never used
|
build:
src/templating/parser.rs#L44
function `p_raw` is never used
|
build:
src/templating/parser.rs#L52
function `p_replace_block` is never used
|
build:
src/templating/parser.rs#L68
function `p_replace_inline` is never used
|