ivila commented on code in PR #204: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/204#discussion_r2183995250
########## optee-utee/src/time.rs: ########## @@ -44,9 +44,10 @@ impl Time { /// /// # Example /// - /// ```no_run + /// ``` rust,no_run + /// # use optee_utee::Time; /// let mut time = Time::new(); - /// time.system_time()?; + /// time.system_time(); Review Comment: false alert, `system_time` doesn't return any value. -- 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: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org