We don't use plugin anymore

This commit is contained in:
Ben S 2015-02-26 07:18:18 +00:00
parent 134f9fc252
commit abf7bf7a3e

View File

@ -1,4 +1,4 @@
#![feature(collections, core, env, libc, old_io, old_path, plugin, std_misc)]
#![feature(collections, core, env, libc, old_io, old_path, std_misc)]
// Other platforms than macos don't need std_misc but you can't
// use #[cfg] on features.