mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
5 lines
178 B
TOML
5 lines
178 B
TOML
|
|
disallowed-methods = [
|
||
|
|
# https://github.com/rust-lang/rust-clippy/issues/13434#issuecomment-2484292914
|
||
|
|
{ path = "str::len", reason = "use <str>.as_bytes().len() instead" }
|
||
|
|
]
|