Merge branch 'introspection' of https://github.com/dertin/actix-web into introspection

This commit is contained in:
Guillermo Céspedes Tabárez 2025-03-04 05:42:54 -03:00
commit 0548b127c3
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ mod tests {
let arbiter = {
// TODO: pass max blocking thread config when tokio-uring enable configuration
// on building runtime.
let _ = config.max_blocking_threads;
let _ = max_blocking_threads;
actix_rt::Arbiter::new()
};