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: [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