Skip to content

Commit 6a293fc

Browse files
committed
Remove unused esm.rs
1 parent 359b9bf commit 6a293fc

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// N.B. these crates are loaded from the sysroot, so they need extern crate.
88
extern crate rustc_ast;
99
extern crate rustc_ast_pretty;
10-
extern crate rustc_builtin_macros;
1110
extern crate rustc_data_structures;
1211
extern crate rustc_errors;
1312
extern crate rustc_expand;

src/parse/macros/asm.rs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/parse/macros/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use rustc_span::symbol;
99
use crate::macros::MacroArg;
1010
use crate::rewrite::RewriteContext;
1111

12-
pub(crate) mod asm;
1312
pub(crate) mod cfg_if;
1413
pub(crate) mod cfg_match;
1514
pub(crate) mod lazy_static;

0 commit comments

Comments
 (0)