diff --git a/en/src/collections/intro.md b/en/src/collections/intro.md index db8e456..71089c6 100644 --- a/en/src/collections/intro.md +++ b/en/src/collections/intro.md @@ -3,4 +3,3 @@ Learning resources: - English: [Rust Book Chapter 8](https://doc.rust-lang.org/book/ch08-00-common-collections.html) - 简体中文: [Rust语言圣经 - 集合类型](https://course.rs/basic/collections/intro.html) - diff --git a/en/src/smart-pointers/intro.md b/en/src/smart-pointers/intro.md index 997d50c..37c40ce 100644 --- a/en/src/smart-pointers/intro.md +++ b/en/src/smart-pointers/intro.md @@ -1 +1,3 @@ # Smart pointers + + \ No newline at end of file diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index a9e4e63..6c84181 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -1,5 +1,5 @@
- +

Practice Rust with challenging examples, exercises and projects