Support for removing table rows. #75
Annotations
24 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run Doc tests:
src/app.rs#L15
unused import: `ROOT_CLASS`
|
Run Doc tests:
src/table.rs#L5
unused import: `Mutable`
|
Run Doc tests:
src/table.rs#L5
unused import: `SignalExt`
|
Run Doc tests:
src/table.rs#L70
unused variable: `index`
|
Run Doc tests:
src/css.rs#L4
static `ROOT_CLASS` is never used
|
Run Doc tests:
src/css.rs#L10
static `ERROR_PARAGRAPH_CLASS` is never used
|
Run Doc tests:
src/css.rs#L34
static `FLEX_CONTAINER_ITEM_40_CLASS` is never used
|
Run Doc tests:
src/data.rs#L10
constant `SPAIN_COUNTRY_CODE` is never used
|
Run Doc tests
`burocratin` (lib) generated 8 warnings (run `cargo fix --lib -p burocratin` to apply 2 suggestions)
|
Run Unit tests:
src/app.rs#L15
unused import: `ROOT_CLASS`
|
Run Unit tests:
src/table.rs#L5
unused import: `Mutable`
|
Run Unit tests:
src/table.rs#L5
unused import: `SignalExt`
|
Run Unit tests:
src/table.rs#L70
unused variable: `index`
|
Run Unit tests:
src/css.rs#L4
static `ROOT_CLASS` is never used
|
Run Unit tests:
src/css.rs#L10
static `ERROR_PARAGRAPH_CLASS` is never used
|
Run Unit tests:
src/css.rs#L34
static `FLEX_CONTAINER_ITEM_40_CLASS` is never used
|
Run Unit tests:
src/data.rs#L10
constant `SPAIN_COUNTRY_CODE` is never used
|
Run Unit tests
`burocratin` (lib test) generated 8 warnings (run `cargo fix --lib -p burocratin --tests` to apply 2 suggestions)
|
Loading