Remove extern crate rustc_macros
from numerous crates.
This commit is contained in:
parent
10505a1cc9
commit
4814fd0a4b
110 changed files with 99 additions and 94 deletions
|
@ -12,6 +12,7 @@
|
|||
use crate::*;
|
||||
use rustc_data_structures::sync::{IntoDynSyncSend, MappedReadGuard, ReadGuard, RwLock};
|
||||
use rustc_data_structures::unhash::UnhashMap;
|
||||
use rustc_macros::{Decodable, Encodable};
|
||||
use std::fs;
|
||||
use std::io::{self, BorrowedBuf, Read};
|
||||
use std::path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue