Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Sep 4, 2022
1 parent b5914e8 commit 480b60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/external-otlp-tonic-tokio/src/main.rs
Expand Up @@ -21,7 +21,7 @@ use url::Url;

use opentelemetry_otlp::WithExportConfig;
use std::{
env::{remove_var, var, vars, set_var},
env::{remove_var, set_var, var, vars},
error::Error,
str::FromStr,
time::Duration,
Expand Down

0 comments on commit 480b60c

Please sign in to comment.