Skip to content

Commit

Permalink
Update bridging.md (#729)
Browse files Browse the repository at this point in the history
add syntax highlight for sample codes
  • Loading branch information
xring authored Oct 30, 2023
1 parent 4507990 commit 089721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tokio/topics/bridging.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async fn main() {
}
```
is turned into this:
```
```rust
fn main() {
tokio::runtime::Builder::new_multi_thread()
.enable_all()
Expand Down

0 comments on commit 089721c

Please sign in to comment.