Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request rust-lang#2380 from EvanCarroll/master #13

Merged
merged 40 commits into from
Jun 24, 2020

Conversation

fengjixuchui
Copy link
Owner

No description provided.

damoasda and others added 30 commits March 8, 2019 23:21
Fork von rust-lang/book auf neuesten Stand aktualisieren
The original wording suggests that cargo check builds a project. The new
wording makes it clear what its actual functionality  is.
It's not just that we add something to the end, it's also that we need
to hold onto the reference.

FIxes #1785
Clarify some wording a bit
We already talked about &String and &str coercing to &str earlier in the
book, so let's refer to that rather than repeat stuff here, which ends
up being a bit confusing anyway.

Fixes #1598
Remove some confusing wording.
Link German translation in appendix F
fix typo in CONTRIBUTING.md
We were cheating due to Copy, and that made this example awkward.
Returning a reference is probably better here anyway, and it makes
everything flow a bit nicer.

Fixes #1761
Mention that to_lowercase isn't perfect
Tweak example in chapter 10
…_type_name_#1869

Unnecessarily long type name in Ch 13
```bash
$ cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.02s
     Running `target/debug/adder`
Hello, world! 10 plus one is 11!
```
Use same naming scheme as libcore/ops
Use same naming for Rhs as libcore/ops
steveklabnik and others added 10 commits June 14, 2020 01:04
Not mandatory with cargo 1.41.0-nightly
Clarify some package/crate distinctions in chapter 14
Removed unnecessary coma for readability.
Reword Chapter 6 page 2, match
Clean up discussion around advanced lifetime stuff
Thought I was going to be clever but linkcheck doesn't like it.
bump mdbook version in github action
@fengjixuchui fengjixuchui merged commit 124d7c5 into fengjixuchui:master Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet