Remove extern crate rustc_macros from numerous crates.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Code for annotating snippets.
|
||||
|
||||
use crate::{Level, Loc};
|
||||
use rustc_macros::{Decodable, Encodable};
|
||||
|
||||
#[derive(Clone, Debug, PartialOrd, Ord, PartialEq, Eq)]
|
||||
pub struct Line {
|
||||
|
||||
Reference in New Issue
Block a user