overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
589 stars 31 forks source link

Fix clippy warnings for `psp` #130

Closed zetanumbers closed 1 year ago

zetanumbers commented 1 year ago

Fixes many clippy warnings, except for 5 clippy::missing_safety_doc in psp crate. Also may fix some UB, bc of merged ptr::offset calls.

overdrivenpotato commented 1 year ago

Thanks!