docs: fix format error in rust.mdx

This commit is contained in:
dingbo 2022-06-11 13:42:15 +08:00 committed by gccgdb1234
parent 230b210266
commit 39af4cab12
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Add the [libtaos][libtaos] dependency to the [Rust](https://rust-lang.org) proje
<Tabs defaultValue="native">
<TabItem value="native" label="native connection">
Add [libtaos][libtaos] to the ``Cargo.toml`'' file.
Add [libtaos][libtaos] to the `Cargo.toml` file.
``toml
[dependencies]
@ -53,7 +53,7 @@ Add [libtaos][libtaos] to the ``Cargo.toml`'' file.
libtaos = "*"
```
</TabItem
</TabItem>
<TabItem value="rest" label="REST connection">
Add [libtaos][libtaos] to the `Cargo.toml` file and enable the `rest` feature.