chore: Rust 1.84 linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user