Skip to content

Commit f693dc9

Browse files
author
Jorge Aparicio
authored
remove extern crate syntax from src/main.rs
it's no longer needed
1 parent f022cf6 commit f693dc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#![feature(plugin, rustc_private)]
2-
31
extern crate clap;
42
extern crate svd2rust;
53
extern crate svd_parser as svd;
6-
extern crate syntax;
74

85
use std::ascii::AsciiExt;
96
use std::fs::File;

0 commit comments

Comments
 (0)