chore: fix some clippy warns
This commit is contained in:
parent
b7d0be4d14
commit
f333a78b05
@ -48,7 +48,6 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
|
|||||||
- Benchmarking for optimization
|
- Benchmarking for optimization
|
||||||
- More **tests**
|
- More **tests**
|
||||||
- Run as **API mode** not only as batch processing
|
- Run as **API mode** not only as batch processing
|
||||||
<br>
|
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Code is in a private repository with several other branches.<br>
|
> Code is in a private repository with several other branches.<br>
|
||||||
|
@ -135,7 +135,7 @@ fn generate_metrics(targets_list: Vec<MetricsConsumerTarget>, be_quiet: bool) {
|
|||||||
/// - Create **targets list** as [`MetricsConsumerTarget`] vector
|
/// - Create **targets list** as [`MetricsConsumerTarget`] vector
|
||||||
/// - Call to [`generate_metrics`] to do the job
|
/// - Call to [`generate_metrics`] to do the job
|
||||||
/// - If not **be_quiet** mode print elapsed time in milliseconds
|
/// - If not **be_quiet** mode print elapsed time in milliseconds
|
||||||
/// <br>
|
///
|
||||||
/// > This is not running async and not expect any **Result**.
|
/// > This is not running async and not expect any **Result**.
|
||||||
fn main() {
|
fn main() {
|
||||||
let main_start = Instant::now();
|
let main_start = Instant::now();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user