Skip to content

Commit edffafd

Browse files
committed
Remove sign of "本页尚未完工"
1 parent 30e3bd1 commit edffafd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/languages/rust/variable.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Rust 的变量与类型
22

3-
!!! caution
4-
5-
本页尚未完工
6-
73
## 变量声明
84

95
Rust 语言中通过 `let` 关键字来声明变量。Rust 是一门静态强类型语言,因此任何一个变量都有一个确定、不可变的类型。如果在声明同时初始化,则可以依靠编译器的类型推断来得到变量类型,不一定需要显式指定类型。

0 commit comments

Comments
 (0)