diff src/lib.rs @ 6:2ec97116d72c

Updates for rustc 1.0.0-beta
author Jesse Hallett <jesse@galois.com>
date Fri, 03 Apr 2015 23:16:44 -0700
parents e69e2966ae0d
children 827faa554528
line wrap: on
line diff
--- a/src/lib.rs	Fri Mar 06 14:01:36 2015 -0800
+++ b/src/lib.rs	Fri Apr 03 23:16:44 2015 -0700
@@ -1,7 +1,3 @@
-#![feature(core)]
-#![feature(libc)]
-#![feature(std_misc)]
-
 //! Interface to the pluggable authentication module framework (PAM).
 //!
 //! The goal of this library is to provide a type-safe API that can be used to