You've already forked rust-users
mirror of
https://github.com/uutils/rust-users.git
synced 2026-06-10 15:48:37 -07:00
Merge pull request #7 from MrFloya/master
Added missing feature flag and removed obsolete one
This commit is contained in:
+1
-1
@@ -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.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user