DemesneGH commented on code in PR #147:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/147#discussion_r1816073903


##########
optee-utee/src/lib.rs:
##########
@@ -35,6 +35,7 @@ use core::panic::PanicInfo;
 use optee_utee_sys as raw;
 
 #[cfg(not(target_os = "optee"))]
+#[cfg(not(feature = "no_panic_handler"))]

Review Comment:
   merge the two condition into `#[cfg(all(not(target_os = "optee"), 
not(feature = "no_panic_handler")))]`



-- 
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]

Reply via email to