readme: mention need for outdate podman (#1862) #3206
markdown-link-checker.yml
on: push
markdown-link-check
41s
Annotations
1 warning
use of a fallible conversion when an infallible one could be used:
crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used
--> crates/parser/src/lib.rs:184:10
|
184 | .try_into()
| ^^^^^^^^ help: use: `into`
|
= note: converting `&str` to `PathBuf` cannot fail
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
|