Skip to content

Commit

Permalink
Merge pull request #1767 from Aryan9592/patch-1
Browse files Browse the repository at this point in the history
Update index.md: Added descriptions for the 'leftover' points
  • Loading branch information
marioidival committed Nov 7, 2023
2 parents 311b849 + 5ce3cc1 commit d272717
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Now let's begin!

- [Types](types.md) - Learn about changing and defining types.

- [Conversion](conversion.md)
- [Conversion](conversion.md) - Convert between different types, such as strings, integers, and floats.

- [Expressions](expression.md)
- [Expressions](expression.md) - Learn about Expressions & how to use them.

- [Flow of Control](flow_control.md) - `if`/`else`, `for`, and others.

Expand All @@ -43,7 +43,7 @@ Now let's begin!

- [Traits](trait.md) - A trait is a collection of methods defined for an unknown type: `Self`

- [Macros](macros.md)
- [Macros](macros.md) - Macros are a way of writing code that writes other code, which is known as metaprogramming.

- [Error handling](error.md) - Learn Rust way of handling failures.

Expand All @@ -53,9 +53,9 @@ Now let's begin!

- [Testing](testing.md) - All sorts of testing in Rust.

- [Unsafe Operations](unsafe.md)
- [Unsafe Operations](unsafe.md) - Learn about entering a block of unsafe operations.

- [Compatibility](compatibility.md)
- [Compatibility](compatibility.md) - Handling Rust's evolution and potential compatibility issues.

- [Meta](meta.md) - Documentation, Benchmarking.

Expand Down

0 comments on commit d272717

Please sign in to comment.