Fix use of deprecated black_box function (#13926)

This commit is contained in:
Zanie Blue 2025-06-09 11:57:27 -05:00 committed by GitHub
parent ea45acaf4f
commit 619a0eafa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
use std::str::FromStr;
use uv_bench::criterion::black_box;
use std::hint::black_box;
use uv_bench::criterion::{Criterion, criterion_group, criterion_main, measurement::WallTime};
use uv_cache::Cache;
use uv_client::RegistryClientBuilder;