diff --git a/tests/testsuite/cache_lock.rs b/tests/testsuite/cache_lock.rs index c6ed0874cb56..8304eaebe725 100644 --- a/tests/testsuite/cache_lock.rs +++ b/tests/testsuite/cache_lock.rs @@ -1,7 +1,5 @@ //! Tests for `CacheLock`. -#![allow(deprecated)] - use crate::config::GlobalContextBuilder; use cargo::util::cache_lock::{CacheLockMode, CacheLocker}; use cargo_test_support::paths::{self, CargoPathExt};