Carol (Nichols || Goulding)
cc6a1ef261
Fixes made in final layout check
2019-06-26 16:59:19 -04:00
Tobias Pfeiffer
71fc588d9f
Update loose mdbook version reference
2019-06-24 11:55:31 +02:00
Carol (Nichols || Goulding)
6c0d83499c
fancy quotes
2019-06-23 20:25:30 -04:00
Carol (Nichols || Goulding)
5cc6de5552
Edits made in copyedit
2019-06-22 13:22:24 -04:00
Zoey Hewll
b3738eb0de
Update Ch19.1 on slice splitting
...
resolves issue #1995
2019-06-18 13:21:01 +08:00
Joseph Lyons
5af8895ec3
Added a bullet point to have list of things unsafe allows for match up with the nomicon
...
https://doc.rust-lang.org/nomicon/what-unsafe-does.html
2019-06-17 00:30:21 -04:00
Carol (Nichols || Goulding)
9aacfcc4c5
Add a script to help diff rendered books
2019-06-16 21:27:26 -04:00
BooleanCat
18b02e169e
ch18-03: no need to debug print destructured int
2019-06-16 23:39:23 +01:00
Tom Godkin
f749a7488d
ch07-04: remove note regarding use + relative path
2019-06-16 23:17:44 +01:00
Carol (Nichols || Goulding)
3ff95915c3
Update mdbook links ( #1989 )
...
Update mdbook links
2019-06-16 11:19:02 -04:00
Carol (Nichols || Goulding)
85b02530cc
Update for markdown changes. ( #1984 )
...
Update for markdown changes.
2019-06-16 11:18:11 -04:00
mikong
3d64422e4c
Update mdbook links
2019-06-16 13:03:44 +08:00
Carol (Nichols || Goulding)
9fdcc7f194
Add a missing newline after a header
2019-06-15 20:45:17 -04:00
Carol (Nichols || Goulding)
4223d38ced
Add an exception for no_mangle, it's an attribute, not a link
2019-06-15 20:43:50 -04:00
Carol (Nichols || Goulding)
83d8bce4d8
Match newlines or space in the ignore comment for when it wraps
2019-06-15 20:40:28 -04:00
Carol (Nichols || Goulding)
fd18ff0c50
Ignore an intra-book link
2019-06-15 20:34:33 -04:00
Carol (Nichols || Goulding)
2892ef6aa7
Only match one newline when removing links, not two
2019-06-15 20:33:21 -04:00
Carol (Nichols || Goulding)
b56bc84009
Add vert to dictionary
2019-06-15 15:19:03 -04:00
Carol (Nichols || Goulding)
027b6014ed
Remove warning about paragraph being wrapped weirdly on purpose
...
OBE
2019-06-15 15:14:51 -04:00
Carol (Nichols || Goulding)
c084bdd9ee
Make all mentions of crates.io consistent
2019-06-14 14:54:17 -04:00
Carol (Nichols || Goulding)
879fef2345
Propagate corrections made in layout
2019-06-14 14:53:55 -04:00
Carol (Nichols || Goulding)
72900e05f0
Add link to Swedish translation
2019-06-14 08:55:30 -04:00
Robbert
e81710c276
Rewrote a confusing sentence
2019-06-14 14:50:32 +02:00
Eric Huss
426f3e4ec1
Update for markdown changes.
2019-06-11 17:24:15 -07:00
Carol (Nichols || Goulding)
6643c2aa93
Propagate small edits made in layout
2019-06-09 21:30:51 -04:00
Carol (Nichols || Goulding)
f23927d3a4
Remove snapshot files that have been checked with layout
2019-06-09 21:30:40 -04:00
L0uisc
4b7f70a265
make wording clearer
2019-06-06 22:37:01 +02:00
Kevin Mehall
158c5eb797
Replace deprecated ... range syntax with ..=
...
https://github.com/rust-lang/rust/issues/28237 - this is now a warning on Nightly.
Fixes #1757
2019-06-03 22:19:40 -07:00
Carol (Nichols || Goulding)
62a8c6f25f
Remove snapshots checked in layout
2019-05-28 15:48:23 -04:00
Qingping Hou
db1f65fe69
correct wording for integration test doc
...
To keep the wording consistent with the first paragraph. It's a little bit confusing to use the word test here since it can be mistaken as a test function.
2019-05-26 16:10:31 -07:00
Maxime Guerreiro
ee81907fdf
Mark the dangle function as does_not_compile
...
Fixes #1964
2019-05-20 15:26:15 +01:00
Carol (Nichols || Goulding)
787b467f0d
Remove snapshots that I've approved in layout
2019-05-17 14:13:27 -04:00
Igor Tonkopryadchenko
9f71ed226f
Add more words to the quote from the actual Go documentation, it actually has an opposite meaning
2019-05-17 08:11:39 +03:00
Carol (Nichols || Goulding)
29fe982990
Ignore a non-compiling test listing and add code to fix a test listing
2019-05-15 17:48:40 -04:00
Ayush Mishra
48b0571066
No need for an iterator here to fetch values
...
The compiler will call `into_iter()` on the values.
2019-05-13 17:17:58 +05:30
Carol (Nichols || Goulding)
d4d22f452e
Remove nostarch snapshots I've checked in layout
2019-05-12 13:55:02 -04:00
Carol (Nichols || Goulding)
43a81df867
Reword error messages to maybe not need to wrap lines in print
2019-05-12 12:19:40 -04:00
Michaël Lévesque-Dion
c19fca6083
Add missing "of" before "duck typing".
...
This seems like a typo to me :
...similar to the concept duck typing in dynamically...
...similar to the concept *of* duck typing in dynamically...
2019-05-09 07:20:11 -04:00
Carol (Nichols || Goulding)
a203290c64
This example doesn't compile but wasn't marked as such
2019-05-03 11:43:50 -04:00
sd234678
7de4a68bfe
Remove unused import in lfp
2019-05-03 11:05:27 +01:00
Carol (Nichols || Goulding)
1e9a4e9135
Update install instructions for VS 2019 ( #1923 )
...
Update install instructions for VS 2019
2019-04-26 20:25:18 -04:00
Carol (Nichols || Goulding)
cf63e4df39
Switch IRC to Discord
...
in light of https://blog.rust-lang.org/2019/04/26/Mozilla-IRC-Sunset-and-the-Rust-Channel.html
2019-04-26 17:19:02 -04:00
Alex Tokarev
0e47382af6
Make the code not compile to match the text
...
> First, in Listing 16-6, we’ll create a channel but not do anything with it.
Note that this won’t compile yet because Rust can’t tell what type of values we
want to send over the channel.
That was not true, however, since the code compiled due to hidden line.
This change makes the code not compile by removing it.
2019-04-26 12:56:24 +03:00
Nan Xiao
05bd3e0b7f
A small typo?
2019-04-25 10:43:38 +08:00
Komron
ac4b9cd9d8
Ferris does-not-compile added (ch9.2)
2019-04-18 17:30:21 +02:00
Tjeu Kayim
f1d9750c3b
Update install instructions for VS 2019
2019-04-17 20:13:10 +02:00
Carol (Nichols || Goulding)
db919bc6bb
Link to chapters mentioned in chapter 12
...
Fixes #1887 .
2019-04-15 20:11:03 -04:00
Carol (Nichols || Goulding)
6678e8221a
Split up a long sentence
2019-04-15 19:24:00 -04:00
Carol (Nichols || Goulding)
aa82907fd8
Merge pull request #1907 from L0uisc/Unclear-wording-4.3
...
Unclear wording 4.3
2019-04-15 19:22:22 -04:00
Carol (Nichols || Goulding)
cf7042f911
Merge pull request #1900 from L0uisc/array-out-of-bounds
...
Corrected error for array out of bounds
2019-04-15 19:19:05 -04:00