mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Fix use of deprecated black_box
function (#13926)
This commit is contained in:
parent
ea45acaf4f
commit
619a0eafa1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue