add unused_mut lint

This commit is contained in:
auronandace
2026-02-08 09:00:14 +00:00
parent a935094d2d
commit 64f18ca89a
18 changed files with 48 additions and 76 deletions
+1 -1
View File
@@ -844,7 +844,7 @@ impl Pal for Sys {
timerid: timer_t,
flags: c_int,
value: &itimerspec,
mut ovalue: Option<Out<itimerspec>>,
ovalue: Option<Out<itimerspec>>,
) -> Result<()> {
e_raw(unsafe {
syscall!(