DemesneGH commented on code in PR #221:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/221#discussion_r2278678958
##########
examples/tls_server-rs/ta/src/main.rs:
##########
@@ -92,12 +94,23 @@ fn invoke_command(cmd_id: u32, params: &mut Parameters) ->
Result<()> {
}
pub fn new_tls_session(session_id: u32) {
Review Comment:
Since there're some clippy error in other modules which should not be
resolved in this PR, the tls TAs passed with `xargo clippy --target
aarch64-unknown-optee -- -D clippy::all -A clippy::missing-safety-doc -A
clippy::needless-return`
For the full `clippy` for our codebase, I've opened a issue for tracking:
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/222
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]