Skip to content

Commit 231d787

Browse files
authored
fix: links of rust (#2088)
1 parent 651a81d commit 231d787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cn/sql-reference/00-sql-reference/31-system-tables/system-build-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: system.build_options
55
该系统表描述了当前 Databend 版本的构建选项。
66

77
- `cargo_features`: 已启用的包特性,这些特性在 `Cargo.toml``[features]` 部分中列出。
8-
- `target_features`: 已为当前编译目标启用的平台特性。参考:[Conditional Compilation - `target_feature`](https://doc.rust-lang.org/reference/conditional_compilation.html#target_feature)
8+
- `target_features`: 已为当前编译目标启用的平台特性。参考:[Conditional Compilation - `target_feature`](https://doc.rust-lang.org/reference/conditional-compilation.html#target_feature)
99

1010
```sql
1111
SELECT * FROM system.build_options;
@@ -18,4 +18,4 @@ SELECT * FROM system.build_options;
1818
| | sse2 |
1919
+----------------+---------------------+
2020
4 rows in set (0.031 sec)
21-
```
21+
```

0 commit comments

Comments
 (0)