Skip to content

Commit b7ee383

Browse files
committed
Remove extern crate rustc_attr; from template
The crate was recently renamed: rust-lang/rust#134381
1 parent c66abbc commit b7ee383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/template/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
extern crate rustc_arena;
66
extern crate rustc_ast;
77
extern crate rustc_ast_pretty;
8-
extern crate rustc_attr;
98
extern crate rustc_data_structures;
109
extern crate rustc_errors;
1110
extern crate rustc_hir;

0 commit comments

Comments
 (0)