From b8cb8b5531f360e2cf36d0e148f4d70783b795e3 Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Wed, 18 Oct 2017 11:22:03 +0200 Subject: [PATCH] formatting --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 76ab08a..ead6b1b 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ Seminars About the course. Scheduling further seminars. Introduction to the Rust [ecosystem](doc/Ecosystem.md), and basics of Rust programming. - We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections - - * [1 - Introduction](https://doc.rust-lang.org/book/second-edition/ch01-00-introduction.html), - * [2 - Guessing Game Tutorial](https://doc.rust-lang.org/book/second-edition/ch02-00-guessing-game-tutorial.html), and - * [3 - Common Programming Concepts](https://doc.rust-lang.org/book/second-edition/ch03-00-common-programming-concepts.html). + We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections + + * [1 - Introduction](https://doc.rust-lang.org/book/second-edition/ch01-00-introduction.html), + * [2 - Guessing Game Tutorial](https://doc.rust-lang.org/book/second-edition/ch02-00-guessing-game-tutorial.html), and + * [3 - Common Programming Concepts](https://doc.rust-lang.org/book/second-edition/ch03-00-common-programming-concepts.html). * Assignment 1 @@ -104,15 +104,15 @@ Seminars We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections - * [4 - Understanding Ownership](https://doc.rust-lang.org/book/second-edition/ch04-00-understanding-ownership.html), - * [5 - Using Structs to Structure Related Data](https://doc.rust-lang.org/book/second-edition/ch05-00-structs.html), - * [6 - Enums and Pattern Matchings](https://doc.rust-lang.org/book/second-edition/ch06-00-enums.html), + * [4 - Understanding Ownership](https://doc.rust-lang.org/book/second-edition/ch04-00-understanding-ownership.html), + * [5 - Using Structs to Structure Related Data](https://doc.rust-lang.org/book/second-edition/ch05-00-structs.html), + * [6 - Enums and Pattern Matchings](https://doc.rust-lang.org/book/second-edition/ch06-00-enums.html), - * [7 - Modules](https://doc.rust-lang.org/book/second-edition/ch07-00-modules.html), - - * [8 - Common Collections](https://doc.rust-lang.org/book/second-edition/ch08-00-common-collections.html), and + * [7 - Modules](https://doc.rust-lang.org/book/second-edition/ch07-00-modules.html), + + * [8 - Common Collections](https://doc.rust-lang.org/book/second-edition/ch08-00-common-collections.html), and - * [9 - Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-00-error-handling.html). + * [9 - Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-00-error-handling.html). * Assignment 2 -- GitLab