docs: fix syntax highlight for rust subscription demo (#16076)

This commit is contained in:
Linhe Huo 2022-08-12 22:09:26 +08:00 committed by GitHub
parent 15f3a7376f
commit 6c86869061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
```rs
```rust
{{#include docs/examples/rust/nativeexample/examples/subscribe_demo.rs}}
```
```

View File

@ -1,3 +1,3 @@
```rs
```rust
{{#include docs/examples/rust/nativeexample/examples/subscribe_demo.rs}}
```
```