Commit Graph

447 Commits

Author SHA1 Message Date
Dhghomon
218a193dcf
Typo 2020-07-26 00:51:44 +09:00
Dhghomon
8e316f7402
More on r# and unicode escape 2020-07-26 00:50:45 +09:00
Dhghomon
75eb5a9194
correction 2020-07-26 00:27:33 +09:00
Dhghomon
3b337b533a
Add intro 2020-07-26 00:25:58 +09:00
Dhghomon
3f97f37142
Merge pull request #27 from neophyt3/fix-typos
Fix typos
2020-07-26 00:18:33 +09:00
Pradeep Chauhan
4d3f5a1c08
Merge branch 'master' into fix-typos 2020-07-25 20:33:21 +05:30
Pradeep Chauhan
4ee6006e8c Fix typos 2020-07-25 20:19:35 +05:30
Dhghomon
b23782290f
.zip() and .collect() into HashMap 2020-07-25 21:02:55 +09:00
Dhghomon
6243d39632
Start HashMap 2020-07-25 20:42:36 +09:00
Dhghomon
4ea46d54d8
Commas in structs 2020-07-25 20:18:25 +09:00
Dhghomon
f78d86b5c9
More on printing 2020-07-25 20:06:22 +09:00
Dhghomon
3c4237acd8
Correction 2020-07-25 15:32:02 +09:00
Dhghomon
91b0f71685
Start adding to printing 2020-07-25 15:31:03 +09:00
Dhghomon
11793ddd10
Merge pull request #25 from sudo-nice/master
Fix misleading Self explanation
2020-07-25 14:55:25 +09:00
Sudo Nice
725ea14d80 Fix misleading Self explanation
closes #21
2020-07-25 07:51:08 +03:00
Dhghomon
deaec92cbb
Slight reword 2020-07-25 11:39:54 +09:00
Dhghomon
4fde7f5114
Merge pull request #24 from AlexanderWillner/master
Fixing various markdown lint issues and one compiler warning
2020-07-25 11:38:47 +09:00
Alexander Willner
fa0f6ea8cd Fixing Markdownlint: various fixes 2020-07-24 22:44:20 +02:00
Alexander Willner
a8c88b7654 Fixing Markdownlint MD025: single h1 2020-07-24 22:39:57 +02:00
Alexander Willner
f723508cc1 Fixing Markdownlint MD012: multiple blanks 2020-07-24 22:37:46 +02:00
Alexander Willner
ddd6ccdda2 Fixing Markdownlint MD040: missed language definition 2020-07-24 22:34:23 +02:00
Alexander Willner
64622938fb Fixing Markdownlint MD004: unordered lists 2020-07-24 22:26:55 +02:00
Alexander Willner
fdd687471f Fixing Markdownlint MD034: links 2020-07-24 22:25:51 +02:00
Alexander Willner
ab9d4b6e91 removed compiler warnings 2020-07-24 22:08:26 +02:00
Dhghomon
01568470f6
Merge pull request #23 from Arcadie/master
Fix output for 'Enums to use multiple types'
2020-07-25 01:28:22 +09:00
Arcadie
5ad66fff91 Fix output for 'Enums to use multiple types' 2020-07-24 19:21:52 +03:00
Dhghomon
86042e07ca
Merge pull request #22 from Naereen/patch-1
Tiny typo: varible -> variable
2020-07-24 23:28:48 +09:00
Dhghomon
c47998dd23
Start Box 2020-07-24 23:28:24 +09:00
Lilian Besson
ccd6403945
Tiny typo: varible -> variable
Hi,
First, bravo, great job done here!
Then, I saw this tiny typo: varible -> variable.
Regards
2020-07-24 15:04:20 +02:00
Dhghomon
d46e8b7db9
One more example of why multiple numeric types 2020-07-24 18:51:01 +09:00
Dhghomon
76ea9f792d
Implementing the From trait 2020-07-24 14:33:57 +09:00
Dhghomon
461d8c293b
Traits in documentation + redo enum example
Enum example takes place before introducing attributes so small change to make #[derive(Debug)] unnecessary
2020-07-24 13:13:23 +09:00
Dhghomon
3cb4b92810
Merge pull request #19 from maxzinkus/patch-1
Fix typo
2020-07-24 12:43:48 +09:00
Dhghomon
97a5cfce40
Merge pull request #20 from notriddle/patch-1
Replace `SkyState` with `ThingsInTheSky`
2020-07-24 12:42:40 +09:00
Michael Howell
1bf0dd5aaa
Replace SkyState with ThingsInTheSky
Looks like you missed one.
2020-07-23 12:48:35 -07:00
Max Zinkus
f342922395
Fix typo 2020-07-23 14:26:42 -04:00
Dhghomon
7e723b2cff
Pointer address 2020-07-24 01:39:32 +09:00
Dhghomon
7e4ff779f2
Merge pull request #15 from pretzelhammer/master
improves code formatting
2020-07-24 01:07:12 +09:00
pretzelhammer
b9f15b6018 improves code formatting 2020-07-23 11:55:53 -04:00
Dhghomon
a82e194506
Actually, two sentences could work 2020-07-24 00:42:39 +09:00
Dhghomon
18d7c49fa5
Merge pull request #14 from encody/master
adds missing curly braces, inline code formatting in Multiple threads section
2020-07-24 00:41:15 +09:00
Jacob
0d384b0def adds missing curly braces, inline code formatting in Multiple threads 2020-07-23 10:17:03 -05:00
Dhghomon
d6178a45c1
Correction on .into 2020-07-23 23:35:27 +09:00
Dhghomon
77519026a6
Merge pull request #13 from sudo-nice/master
Replace code block surrounding '```' -> '`' for inlined code
2020-07-23 23:18:28 +09:00
Sudo Nice
98859f2982 Merge remote-tracking branch 'upstream/master' 2020-07-23 16:59:13 +03:00
Dhghomon
7f0490f435
Delete incorrect paragraph 2020-07-23 22:51:56 +09:00
Sudo Nice
0075ab0d1f Replace code block surrounding '``' -> '' for inlined code
closes #7
2020-07-23 16:51:17 +03:00
Dhghomon
8619fb81d8
Expand on reference explanation 2020-07-23 22:36:32 +09:00
Dhghomon
4f60ee5c23
Small fixes + finish incompllete paragraph 2020-07-23 22:32:08 +09:00
Dhghomon
84bf4f1dd0
Merge pull request #10 from ambiso/master
Fix type aliases
2020-07-23 21:54:37 +09:00