Skip to content

Commit bb9cdb5

Browse files
committed
Add the final code for the sixth example
This change-set adds the final code for the sixth example from the "Learn Rust With Entirely Too Many Linked Lists" book.
1 parent bec3afe commit bb9cdb5

File tree

3 files changed

+1204
-3
lines changed

3 files changed

+1204
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Rust
33
on:
44
push:
55
branches:
6-
- 'master'
7-
- '!gh-pages'
6+
- "master"
7+
- "!gh-pages"
88
pull_request:
99

1010
jobs:

lists/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pub mod second;
33
pub mod third;
44
pub mod fourth;
55
pub mod fifth;
6+
pub mod sixth;
67

78
pub mod silly1;
8-
pub mod silly2;
9+
pub mod silly2;

0 commit comments

Comments
 (0)