From 089721cbe6c1a3484d415e80f7a549d4a2413395 Mon Sep 17 00:00:00 2001 From: JINFU XIE Date: Mon, 30 Oct 2023 21:45:49 +0800 Subject: [PATCH] Update bridging.md (#729) add syntax highlight for sample codes --- content/tokio/topics/bridging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tokio/topics/bridging.md b/content/tokio/topics/bridging.md index c626952d..1499f49c 100644 --- a/content/tokio/topics/bridging.md +++ b/content/tokio/topics/bridging.md @@ -28,7 +28,7 @@ async fn main() { } ``` is turned into this: -``` +```rust fn main() { tokio::runtime::Builder::new_multi_thread() .enable_all()