Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Metz <[email protected]>
  • Loading branch information
cmetz100 committed Dec 19, 2024
1 parent 394095d commit 7d85e52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lading/src/observer/linux/procfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ impl Sampler {
Ok(())
}

#[allow(
clippy::similar_names,
clippy::too_many_lines,
clippy::cast_sign_loss,
clippy::cast_possible_truncation,
clippy::cast_possible_wrap
)]
async fn handle_process(
&mut self,
process: Process,
Expand Down

0 comments on commit 7d85e52

Please sign in to comment.