Преглед изворни кода

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.