Parcourir la source

We don't use plugin anymore

Ben S il y a 11 ans
Parent
commit
abf7bf7a3e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 // Other platforms than macos don't need std_misc but you can't
 // use #[cfg] on features.
 // use #[cfg] on features.