Skip to content

Commit

Permalink
Update provider.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Nov 26, 2024
1 parent 7dc536e commit d5c4a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opentelemetry-sdk/src/trace/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ use std::sync::{Arc, OnceLock};

use super::IdGenerator;

// TODO Replace with LazyLock once it is stable
static PROVIDER_RESOURCE: OnceLock<Resource> = OnceLock::new();

// a no nop tracer provider used as placeholder when the provider is shutdown
Expand Down

0 comments on commit d5c4a54

Please sign in to comment.