refactor(tvix/tracing): remove use of lazy_static
This is now supported in the standard library via std::sync::LazyLock, but requires some manual shuffling around of code. Change-Id: I14bee4068dc73c948321481b5a4e1fc922a89a27 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12611 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
15b5bf2003
commit
3c3436d3ad
4 changed files with 15 additions and 17 deletions
1
tvix/Cargo.lock
generated
1
tvix/Cargo.lock
generated
|
|
@ -4824,7 +4824,6 @@ dependencies = [
|
|||
"axum",
|
||||
"http",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"opentelemetry 0.24.0",
|
||||
"opentelemetry-http",
|
||||
"opentelemetry-otlp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue