We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c41a78 commit 6e9e211Copy full SHA for 6e9e211
pre-compute/src/compute/pre_compute_app.rs
@@ -65,8 +65,10 @@ impl PreComputeAppTrait for PreComputeApp {
65
/// # Example
66
///
67
/// ```rust
68
+ /// use tee_worker_pre_compute::compute::pre_compute_app::{PreComputeApp, PreComputeAppTrait};
69
+ ///
70
/// let mut app = PreComputeApp::new("task_id".to_string());
- /// app.run()?;
71
+ /// app.run();
72
/// ```
73
fn run(&mut self) -> Result<(), ReplicateStatusCause> {
74
self.pre_compute_args = PreComputeArgs::read_args()?;
0 commit comments