1
Fork 0

Always use ar_archive_writer for import libs

This commit is contained in:
Chris Denton 2024-08-16 19:32:22 +00:00
parent 27b93da8de
commit 0156eb57a1
No known key found for this signature in database
GPG key ID: 713472F2F45627DE
10 changed files with 100 additions and 190 deletions

View file

@ -12,7 +12,6 @@
#![warn(unused_lifetimes)]
// tidy-alphabetical-end
extern crate ar_archive_writer;
extern crate jobserver;
#[macro_use]
extern crate rustc_middle;