commit | 9eeb9c9e7cbc0b986c3c8666e0b7dca6a6871add | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Fri Jan 10 17:37:16 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Fri Jan 10 17:41:40 2025 +0100 |
tree | 1e8c72f471788cf3257f0104795abd15a1613b68 | |
parent | 1f4832f131e1a6ca2210e6b8a8df70c09d910393 [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: I96465097ba35a20286ea4036f71f9a215770596c