mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-25 00:18:46 +08:00
Remove some more "in Rust" from titles
This commit is contained in:
parent
bd6539e2b2
commit
eb82716d3c
@ -1,4 +1,4 @@
|
||||
## Data Types in Rust
|
||||
## Data Types
|
||||
|
||||
Every value in Rust is of a certain *type*, which tells Rust what kind of data
|
||||
is being given so it knows how to work with that data. You can usually rely on
|
||||
|
@ -1,4 +1,4 @@
|
||||
## How Functions Work in Rust
|
||||
## How Functions Work
|
||||
|
||||
Functions are pervasive in Rust code. We’ve already seen one of the most
|
||||
important functions in the language: the `main()` function that’s the entry
|
||||
|
Loading…
Reference in New Issue
Block a user