This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
add deprecation notice to README #14
Annotations
26 warnings
clippy:
src/main.rs#L92
unexpected `cfg` condition value: `debug`
|
clippy:
src/main.rs#L98
unexpected `cfg` condition value: `debug`
|
clippy:
src/checks.rs#L14
this pattern reimplements `Option::unwrap_or`
|
clippy:
src/checks.rs#L14
if let can be simplified with `.unwrap_or_default()`
|
clippy:
src/checks.rs#L32
this pattern reimplements `Option::unwrap_or`
|
clippy:
src/checks.rs#L32
if let can be simplified with `.unwrap_or_default()`
|
clippy:
src/checks.rs#L50
this pattern reimplements `Option::unwrap_or`
|
clippy:
src/checks.rs#L50
if let can be simplified with `.unwrap_or_default()`
|
clippy:
src/main.rs#L108
match can be simplified with `.unwrap_or_default()`
|
clippy:
src/secrets.rs#L49
unused return value of `std::hint::must_use` that must be used
|
test (nightly):
src/main.rs#L92
unexpected `cfg` condition value: `debug`
|
test (nightly):
src/main.rs#L98
unexpected `cfg` condition value: `debug`
|
test (nightly):
src/secrets.rs#L49
unused return value of `must_use` that must be used
|
test (nightly)
`fedora-update-feedback` (bin "fedora-update-feedback" test) generated 3 warnings
|
test (nightly):
src/main.rs#L92
unexpected `cfg` condition value: `debug`
|
test (nightly):
src/main.rs#L98
unexpected `cfg` condition value: `debug`
|
test (nightly):
src/secrets.rs#L49
unused return value of `must_use` that must be used
|
test (nightly)
`fedora-update-feedback` (bin "fedora-update-feedback" test) generated 3 warnings
|
test (stable):
src/main.rs#L92
unexpected `cfg` condition value: `debug`
|
test (stable):
src/main.rs#L98
unexpected `cfg` condition value: `debug`
|
test (stable):
src/secrets.rs#L49
unused return value of `must_use` that must be used
|
test (stable)
`fedora-update-feedback` (bin "fedora-update-feedback" test) generated 3 warnings
|
test (stable):
src/main.rs#L92
unexpected `cfg` condition value: `debug`
|
test (stable):
src/main.rs#L98
unexpected `cfg` condition value: `debug`
|
test (stable):
src/secrets.rs#L49
unused return value of `must_use` that must be used
|
test (stable)
`fedora-update-feedback` (bin "fedora-update-feedback" test) generated 3 warnings
|