Task #101183 - fixed.err

back to task #101183
download
Error: CLIPPY_WARNING:
crates/lib/src/bootc_composefs/repo.rs:74:16: warning: writing `&String` instead of `&str` involves a new object where a slice will do
#     |
#  74 |     transport: &String,
#     |                ^^^^^^^ help: change this to: `&str`
#     |
#     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#ptr_arg
#     = note: `#[warn(clippy::ptr_arg)]` on by default

Error: CLIPPY_WARNING:
crates/lib/src/bootc_composefs/repo.rs:75:12: warning: writing `&String` instead of `&str` involves a new object where a slice will do
#     |
#  75 |     image: &String,
#     |            ^^^^^^^ help: change this to: `&str`
#     |
#     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#ptr_arg