Merge pull request #12 from rust-lang-nursery/fixes

Two fixes
pull/14/head
Steve Klabnik 8 years ago committed by GitHub
commit 1524ea4d5f

1
.gitignore vendored

@ -1 +1,2 @@
*.html *.html
book

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB

@ -1,5 +1,7 @@
# Meet Safe and Unsafe # Meet Safe and Unsafe
![safe and unsafe](img/safeandunsafe.svg)
Programmers in safe "high-level" languages face a fundamental dilemma. On one Programmers in safe "high-level" languages face a fundamental dilemma. On one
hand, it would be *really* great to just say what you want and not worry about hand, it would be *really* great to just say what you want and not worry about
how it's done. On the other hand, that can lead to unacceptably poor how it's done. On the other hand, that can lead to unacceptably poor

Loading…
Cancel
Save