Make tempfile a normal dependency

This commit is contained in:
Diggory Blake
2025-07-05 17:23:39 +01:00
parent a839b071f7
commit ea7b756875
2 changed files with 3 additions and 5 deletions

View File

@@ -26,11 +26,9 @@
#![deny(clippy::pattern_type_mismatch)]
#![allow(clippy::needless_lifetimes, clippy::uninlined_format_args)]
// Some "regular" crates we want to share with rustc
// These crates are pulled from the sysroot because they are part of
// rustc's public API, so we need to ensure version compatibility.
extern crate smallvec;
// FIXME(antoyo): clippy bug: remove the #[allow] when it's fixed.
#[allow(unused_extern_crates)]
extern crate tempfile;
#[macro_use]
extern crate tracing;