Skip to content

Commit

Permalink
Merge branch 'clippy'
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed Jan 2, 2024
2 parents 0db61b6 + 24d95c8 commit 055c305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/event/kubernetes/api_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ fn merge_tables(fetch_data: Vec<FetchData>, insert_ns: bool) -> Table {
return Table::default();
}

let fetch_data = fetch_data;

let mut base_table = fetch_data[0].table.clone();
let base_ns = &fetch_data[0].namespace;

Expand Down
2 changes: 1 addition & 1 deletion src/event/kubernetes/pod/log/log_streamer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ impl LogStreamer {
follow: true,
container: Some(self.container_name().to_string()),
timestamps: true,
since_time: last_timestamp.clone(),
since_time: *last_timestamp,
..Default::default()
}
}
Expand Down

0 comments on commit 055c305

Please sign in to comment.