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
dbs-utils: Fix clippy issues caused by rust 1.68.2
Obtaining reference of unaligned fields is being phased out. Therefore,
`&struct.field` is replaced with `std::ptr::addr_of!(struct.field)` to
avoid those warning issues. For more details, please refer to
rust-lang/rust#82523.
Fixes: openanolis#273
Signed-off-by: Xuewei Niu <[email protected]>
0 commit comments