[wip] Introduce Treeish
for native roots and patterns.
#433
Annotations
2 errors and 20 warnings
Lint:
src/treeish/mod.rs#L139
unneeded unit return type
|
Lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint:
src/treeish/parse.rs#L1
unused import: `VerboseErrorKind as NomErrorKind`
|
Lint:
src/treeish/parse.rs#L3
unused import: `self`
|
Lint:
src/treeish/parse.rs#L20
unused import: `nom::bytes::complete as bytes`
|
Lint:
src/treeish/parse.rs#L21
unused import: `nom::character::complete as character`
|
Lint:
src/treeish/parse.rs#L22
unused import: `nom::error`
|
Lint:
src/treeish/parse.rs#L23
unused imports: `Parser`, `branch`, `combinator`, `multi`, `sequence`
|
Lint:
src/treeish/parse.rs#L19
unused variable: `expression`
|
Lint:
src/treeish/mod.rs#L25
method `map` is never used
|
Lint:
src/treeish/mod.rs#L34
method `into_owned` is never used
|
Lint:
src/treeish/mod.rs#L117
variant `Path` is never constructed
|