Add clippy lints, action some clippy items

This commit is contained in:
Jeremy Soller
2017-12-24 22:19:00 -07:00
parent e08f56a2de
commit 58e1d92eb5
37 changed files with 586 additions and 231 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
b,
c
),
SYS_GETEGID => format!("getgid()"),
SYS_GETEGID => format!("getegid()"),
SYS_GETENS => format!("getens()"),
SYS_GETEUID => format!("geteuid()"),
SYS_GETGID => format!("getgid()"),