Skip to content

Commit 809f014

Browse files
authored
Update README.md
1 parent ad54700 commit 809f014

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Table of Contents
22

3+
* [Using Nested Paths in Rust](#using-nested-paths-in-rust)
34
* [Struct Update Syntax in Rust](#struct-update-syntax-in-rust)
45
* [Field Init Shorthand in Rust](#field-init-shorthand-in-rust)
56
* [Shadowing in Rust](#shadowing-in-rust)
67

8+
# Using Nested Paths in Rust
9+
10+
[Source Code](source/using-nested-paths-in-rust.rs)
11+
12+
![](images/using-nested-paths-in-rust.jpg)
13+
714
# Struct Update Syntax in Rust
815

916
[Source Code](source/struct-update-syntax-in-rust.rs)

0 commit comments

Comments
 (0)