You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this fix, we get the following new clippy error:
```
error: deref which would be done by auto-deref
--> drivers/gpio/gpio_pl061_rust.rs:285:75
|
285 | let gen_inner = unsafe { data.as_mut().map_unchecked_mut(|d| &mut (**d).inner) };
| ^^^^^ help: try this: `d`
|
```
Signed-off-by: Wedson Almeida Filho <walmeida@microsoft.com>
0 commit comments