Skip to content

Commit

Permalink
Remove dyn Trait slides
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Jan 31, 2025
1 parent 347de61 commit daaabce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 193 deletions.
2 changes: 0 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
- [Generic Data Types](generics/generic-data.md)
- [Generic Traits](generics/generic-traits.md)
- [`impl Trait`](generics/impl-trait.md)
- [`dyn Trait`](generics/dyn-trait.md)
- [Exercise: Generic `min`](generics/exercise.md)
- [Solution](generics/solution.md)

Expand Down Expand Up @@ -152,7 +151,6 @@
- [Smart Pointers](smart-pointers.md)
- [`Box<T>`](smart-pointers/box.md)
- [`Rc`](smart-pointers/rc.md)
- [Owned Trait Objects](smart-pointers/trait-objects.md)
- [Exercise: Binary Tree](smart-pointers/exercise.md)
- [Solution](smart-pointers/solution.md)

Expand Down
87 changes: 0 additions & 87 deletions src/generics/dyn-trait.md

This file was deleted.

104 changes: 0 additions & 104 deletions src/smart-pointers/trait-objects.md

This file was deleted.

0 comments on commit daaabce

Please sign in to comment.