mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Remove some unneeded code formatting
This commit is contained in:
parent
7ea509c828
commit
aa1ac85450
@ -362,7 +362,7 @@ crate with the semantic version specifier `0.3.14`. Cargo understands Semantic
|
||||
Versioning (sometimes called *SemVer*), which is a
|
||||
standard for writing version numbers. The number `0.3.14` is actually shorthand
|
||||
for `^0.3.14`, which means “any version that has a public API compatible with
|
||||
version `0.3.14`.”
|
||||
version 0.3.14.”
|
||||
|
||||
Now, without changing any of the code, let’s build the project, as shown in
|
||||
Listing 2-2:
|
||||
|
@ -375,7 +375,7 @@ crate with the semantic version specifier `0.3.14`. Cargo understands [Semantic
|
||||
Versioning][semver]<!-- ignore --> (sometimes called *SemVer*), which is a
|
||||
standard for writing version numbers. The number `0.3.14` is actually shorthand
|
||||
for `^0.3.14`, which means “any version that has a public API compatible with
|
||||
version `0.3.14`.”
|
||||
version 0.3.14.”
|
||||
|
||||
[semver]: http://semver.org
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user