Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 2, 2022
1 parent 9e1e706 commit f119c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/template/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#![feature(rustc_private)]
// #![warn(unused_extern_crates)]

extern crate rustc_arena;
extern crate rustc_ast;
extern crate rustc_ast_pretty;
extern crate rustc_attr;
extern crate rustc_data_structures;
extern crate rustc_errors;
extern crate rustc_hir;
Expand All @@ -13,11 +15,9 @@ extern crate rustc_lexer;
extern crate rustc_middle;
extern crate rustc_mir_dataflow;
extern crate rustc_parse;
extern crate rustc_parse_format;
extern crate rustc_span;
extern crate rustc_target;
extern crate rustc_trait_selection;
extern crate rustc_typeck;

use rustc_lint::LateLintPass;

Expand Down

0 comments on commit f119c03

Please sign in to comment.