chore: fix some clippy warns

This commit is contained in:
Jesús Pérez 2024-10-21 20:35:55 +01:00
parent b7d0be4d14
commit f333a78b05
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,6 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
- Benchmarking for optimization
- More **tests**
- Run as **API mode** not only as batch processing
<br>
> [!NOTE]
> Code is in a private repository with several other branches.<br>

View File

@ -135,7 +135,7 @@ fn generate_metrics(targets_list: Vec<MetricsConsumerTarget>, be_quiet: bool) {
/// - Create **targets list** as [`MetricsConsumerTarget`] vector
/// - Call to [`generate_metrics`] to do the job
/// - If not **be_quiet** mode print elapsed time in milliseconds
/// <br>
///
/// > This is not running async and not expect any **Result**.
fn main() {
let main_start = Instant::now();