You've already forked rust-users
mirror of
https://github.com/uutils/rust-users.git
synced 2026-06-10 15:48:37 -07:00
Correct group ID type!
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ pub struct User {
|
||||
pub struct Group {
|
||||
|
||||
/// This group's ID
|
||||
pub gid: uid_t,
|
||||
pub gid: gid_t,
|
||||
|
||||
/// This group's name
|
||||
pub name: Arc<String>,
|
||||
|
||||
Reference in New Issue
Block a user