Use object crate from crates.io to fix windows build error

This commit is contained in:
Diggory Blake
2025-07-05 15:58:04 +01:00
parent e3843659e9
commit a839b071f7
3 changed files with 11 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
#![allow(clippy::needless_lifetimes, clippy::uninlined_format_args)]
// Some "regular" crates we want to share with rustc
extern crate object;
extern crate smallvec;
// FIXME(antoyo): clippy bug: remove the #[allow] when it's fixed.
#[allow(unused_extern_crates)]