Skip to content

Commit 089721c

Browse files
authored
Update bridging.md (#729)
add syntax highlight for sample codes
1 parent 4507990 commit 089721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tokio/topics/bridging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async fn main() {
2828
}
2929
```
3030
is turned into this:
31-
```
31+
```rust
3232
fn main() {
3333
tokio::runtime::Builder::new_multi_thread()
3434
.enable_all()

0 commit comments

Comments
 (0)