Merge pull request #7 from MrFloya/master

Added missing feature flag and removed obsolete one
This commit is contained in:
Ben S
2015-06-20 21:19:33 +01:00
+1 -1
View File
@@ -1,7 +1,7 @@
#![crate_name = "users"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![feature(collections, core)]
#![feature(collections, ptr_as_ref)]
//! This is a library for getting information on Unix users and groups.
//!