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 4507990 commit 089721cCopy full SHA for 089721c
content/tokio/topics/bridging.md
@@ -28,7 +28,7 @@ async fn main() {
28
}
29
```
30
is turned into this:
31
-```
+```rust
32
fn main() {
33
tokio::runtime::Builder::new_multi_thread()
34
.enable_all()
0 commit comments