add Kconfig parser (#1681) #875
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, Swatinem/rust-cache@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/
|
src/traits.rs#L336
using `.clone()` on a double reference, which returns `&[u8]` instead of cloning the inner type
|
src/traits.rs#L344
using `.clone()` on a double reference, which returns `&[u8]` instead of cloning the inner type
|
src/traits.rs#L533
using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
|
src/traits.rs#L547
using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
|
|
src/traits.rs#L336
using `.clone()` on a double reference, which returns `&[u8]` instead of cloning the inner type
|
src/traits.rs#L344
using `.clone()` on a double reference, which returns `&[u8]` instead of cloning the inner type
|
src/traits.rs#L533
using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
|
src/traits.rs#L547
using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
|
|
src/number/mod.rs#L1387
unused import: `super::*`
|
src/number/mod.rs#L1388
unused import: `crate::error::ErrorKind`
|
src/number/mod.rs#L1389
unused import: `crate::internal::Err`
|
src/number/mod.rs#L1391
unused macro definition: `assert_parse`
|
|
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/
|
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/
|
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/
|
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/
|
The `save-state` 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/
|
The `save-state` 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/
|
The `save-state` 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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading