Skip to content

Commit e2ba17c

Browse files
fix: fpi docs (#130)
1 parent 3cbdfd0 commit e2ba17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rust-client/foreign_procedure_invocation_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ In this tutorial created a smart contract that calls the `get_count` procedure i
665665

666666
The final `src/main.rs` file should look like this:
667667

668-
```rust,no_run
668+
```rust
669669
use rand::RngCore;
670670
use std::{fs, path::Path, sync::Arc, time::Duration};
671671
use tokio::time::sleep;

0 commit comments

Comments
 (0)