mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
In relatively recent rust there's a nice way to globally configure clippy lints for the whole workspace. We can kill the `custom-lints` target because relatively recently clippy has a lint for `todo!` and `dbg!` itself. Signed-off-by: Colin Walters <walters@verbum.org>