chore: drop two more stale clippy allows (ContainerView bools, journal too_many_lines)

This commit is contained in:
damocles 2026-06-08 08:17:33 +02:00
commit b5410d4613
2 changed files with 1 additions and 2 deletions

View file

@ -606,7 +606,7 @@ async fn container_run_streaming(
/// hard error — journalctl's own diagnostic (folded into `stderr` with
/// the exit status) is what the caller surfaces to the operator, so the
/// helper never bails.
#[allow(clippy::too_many_arguments, clippy::too_many_lines)]
#[allow(clippy::too_many_arguments)]
async fn read_container_journal(
container: &str,
lines: u32,