Jelajahi Sumber

We don't use plugin anymore

Ben S 11 tahun lalu
induk
melakukan
abf7bf7a3e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.