mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -265,7 +265,7 @@ fn setup_tracing_pipeline(
|
||||
.with_exporter(get_opentelemetry_exporter(config))
|
||||
.with_batch_config(batch_config)
|
||||
.with_trace_config(trace_config)
|
||||
.install_batch(opentelemetry::runtime::TokioCurrentThread)
|
||||
.install_batch(runtime::TokioCurrentThread)
|
||||
.map(|tracer| tracing_opentelemetry::layer().with_tracer(tracer));
|
||||
|
||||
if config.ignore_errors {
|
||||
|
||||
Reference in New Issue
Block a user