Removed duplicate #![feature(plugin)]

This commit is contained in:
Shubheksha Jalan 2016-10-05 00:15:27 +05:30
parent aea9545e16
commit 86173d7a58
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(plugin)]
#![plugin(plugins)]
#![deny(unsafe_code)]

View file

@ -6,7 +6,6 @@
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![plugin(plugins)]
#![deny(unsafe_code)]