Skip to content

Commit

Permalink
Update RLS
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Feb 25, 2018
1 parent 026339e commit f80ec45
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 26 deletions.
102 changes: 79 additions & 23 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 31 files
+1 −1 .travis.yml
+0 −3 first-edition/book.toml
+0 −56 first-edition/src/theme/first-edition.css
+0 −27 first-edition/src/theme/header.hbs
+8 −22 index.md
+2 −2 redirects/getting-started.md
+1 −1 redirects/release-channels.md
+0 −1 second-edition/dictionary.txt
+536 −208 second-edition/nostarch/chapter01.md
+1 −1 second-edition/nostarch/chapter10.md
+941 −875 second-edition/nostarch/chapter20.md
+0 −169 second-edition/nostarch/introduction.md
+7 −7 second-edition/src/SUMMARY.md
+1 −1 second-edition/src/appendix-05-translation.md
+0 −12 second-edition/src/ch01-00-getting-started.md
+3 −39 second-edition/src/ch01-00-introduction.md
+50 −55 second-edition/src/ch01-01-installation.md
+302 −50 second-edition/src/ch01-02-hello-world.md
+0 −265 second-edition/src/ch01-03-hello-cargo.md
+32 −10 second-edition/src/ch01-03-how-rust-is-made-and-nightly-rust.md
+1 −1 second-edition/src/ch02-00-guessing-game-tutorial.md
+2 −2 second-edition/src/ch10-02-traits.md
+19 −22 second-edition/src/ch20-00-final-project-a-web-server.md
+227 −273 second-edition/src/ch20-01-single-threaded.md
+0 −1,230 second-edition/src/ch20-02-multithreaded.md
+110 −0 second-edition/src/ch20-02-slow-requests.md
+284 −0 second-edition/src/ch20-03-designing-the-interface.md
+248 −0 second-edition/src/ch20-04-storing-threads.md
+516 −0 second-edition/src/ch20-05-sending-requests-via-channels.md
+124 −128 second-edition/src/ch20-06-graceful-shutdown-and-cleanup.md
+276 −0 second-edition/theme/index.hbs
2 changes: 1 addition & 1 deletion src/tools/clippy
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated from f01491 to 8e781f

0 comments on commit f80ec45

Please sign in to comment.