commit | ae5c740a85de29a9672cc6da28c2f0d4305afad6 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Fri Jan 10 17:57:58 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Mon Jan 13 12:22:44 2025 +0100 |
tree | fc808366c327f8bca11f30c30b55f58ecca27a22 | |
parent | 03f96f00ddd64f094cbabb3476e183fe15ce43f5 [diff] |
Eliminate the use of addr_of and addr_of_mut addr_of and addr_of_mut is now soft-deprecated, changing to use raw pointers which was introduced in Rust 1.82. Also fixing clippy warnings. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I3ba72fd6f3239fce6c9735dc2d975210d5359a1d