From b15d1724baeea1c84a384d5356f497e1b9ec6f57 Mon Sep 17 00:00:00 2001 From: maxammann Date: Sat, 12 Nov 2022 20:04:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20maplibre?= =?UTF-8?q?/maplibre-rs@193b06a49dfdb016923367cf5ced00a1ecfa64bf=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/src/maplibre/platform/noweb/mod.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/src/maplibre/platform/noweb/mod.rs.html b/docs/api/src/maplibre/platform/noweb/mod.rs.html index d846483e..fd9d750b 100644 --- a/docs/api/src/maplibre/platform/noweb/mod.rs.html +++ b/docs/api/src/maplibre/platform/noweb/mod.rs.html @@ -34,7 +34,7 @@ .enable_time() .on_thread_start(|| { #[cfg(feature = "trace")] - tracy_client::set_thread_name!("tokio-runtime-worker"); + tracing_tracy::client::set_thread_name!("tokio-runtime-worker"); }) .build() .unwrap()