瀏覽代碼

We don't use plugin anymore

Ben S 11 年之前
父節點
當前提交
abf7bf7a3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.rs

+ 1 - 1
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.