fix: compiler warning #77
Annotations
30 errors and 48 warnings
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
Clippy has exited with exit code 101
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
build (macOS-latest, aarch64-apple-darwin, false)
Clippy has exited with exit code 101
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
build (macOS-latest, x86_64-apple-darwin, false)
Clippy has exited with exit code 101
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'c:
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> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
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<'_> {
|
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
Clippy has exited with exit code 101
|
build (windows-latest, x86_64-pc-windows-msvc, true)
Clippy has exited with exit code 101
|
build (windows-latest, i686-pc-windows-msvc, true)
Clippy has exited with exit code 101
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
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/
|
build (macOS-latest, aarch64-apple-darwin, false)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
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/
|
build (macOS-latest, x86_64-apple-darwin, false)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
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/
|
build (windows-latest, x86_64-pc-windows-msvc, true)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
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/
|
build (windows-latest, i686-pc-windows-msvc, true)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|