fix: compiler warning #77
Annotations
7 errors and 8 warnings
Run clippy action to produce annotations:
src/binxml/value_variant.rs#L544
error: the following explicit lifetimes could be elided: 'a
--> src/binxml/value_variant.rs:544:6
|
544 | impl<'a> BinXmlValue<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
544 - impl<'a> BinXmlValue<'a> {
544 + impl BinXmlValue<'_> {
|
|
Run clippy action to produce annotations:
src/binxml/value_variant.rs#L544
error: the following explicit lifetimes could be elided: 'a
--> src/binxml/value_variant.rs:544:6
|
544 | impl<'a> BinXmlValue<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
544 - impl<'a> BinXmlValue<'a> {
544 + impl BinXmlValue<'_> {
|
|
Run clippy action to produce annotations:
src/evtx_parser.rs#L519
error: the following explicit lifetimes could be elided: 'c
--> src/evtx_parser.rs:519:6
|
519 | impl<'c, T: ReadSeek> Iterator for IterChunks<'c, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
519 - impl<'c, T: ReadSeek> Iterator for IterChunks<'c, T> {
519 + impl<T: ReadSeek> Iterator for IterChunks<'_, T> {
|
|
Run clippy action to produce annotations:
src/evtx_parser.rs#L519
error: the following explicit lifetimes could be elided: 'c
--> src/evtx_parser.rs:519:6
|
519 | impl<'c, T: ReadSeek> Iterator for IterChunks<'c, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
519 - impl<'c, T: ReadSeek> Iterator for IterChunks<'c, T> {
519 + impl<T: ReadSeek> Iterator for IterChunks<'_, T> {
|
|
Run clippy action to produce annotations:
src/evtx_record.rs#L85
error: the following explicit lifetimes could be elided: 'a
--> src/evtx_record.rs:85:6
|
85 | impl<'a> EvtxRecord<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
85 - impl<'a> EvtxRecord<'a> {
85 + impl EvtxRecord<'_> {
|
|
Run clippy action to produce annotations:
src/evtx_record.rs#L85
error: the following explicit lifetimes could be elided: 'a
--> src/evtx_record.rs:85:6
|
85 | impl<'a> EvtxRecord<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
85 - impl<'a> EvtxRecord<'a> {
85 + impl EvtxRecord<'_> {
|
|
Run clippy action to produce annotations
Clippy has exited with exit code 101
|
Set up Rust toolchain
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/
|
Set up Rust toolchain
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/
|
Set up Rust toolchain
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/
|
Set up Rust toolchain
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/
|
Enable Rust cache
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/
|
Enable Rust cache
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/
|
Enable Rust cache
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 clippy action to produce annotations
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
Loading