From abf7bf7a3e8464ab8fce5a030f5fb8cd55761d4b Mon Sep 17 00:00:00 2001 From: Ben S Date: Thu, 26 Feb 2015 07:18:18 +0000 Subject: [PATCH] We don't use plugin anymore --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e782b9c..ec09887 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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.