Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information