islet-project / islet

An on-device confidential computing platform
Apache License 2.0
91 stars 16 forks source link

Avoid clippy errors in AnalysisHub #324

Closed zpzigi754 closed 3 months ago

zpzigi754 commented 3 months ago

This is for addressing the remaining issues in AnalysisHub. AnalysisHub uses clippy with more restrictive option (e.g., -W clippy::all) and removing #![deny(warnings)] in vmsa crate is necessary in order not to make the analysis fail. Bogus safety doc comments in armv9a crate are also added for similar reason.