chore: Rust 1.84 linting

This commit is contained in:
Jack Wills
2025-01-09 16:40:17 +00:00
parent bc47e2f6e5
commit 3065265e26
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ impl DockerData {
if self.args.in_container
&& f.command
.as_ref()
.map_or(false, |c| c.starts_with(ENTRY_POINT))
.is_some_and(|c| c.starts_with(ENTRY_POINT))
&& self.args.show_self
{
None