1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-10-09 02:42:04 +02:00

SUMMARY.md: correct logger exercise name

This commit is contained in:
Frances Wingerter
2025-08-20 14:02:56 +00:00
committed by GitHub
parent 144fe6b971
commit f06b6a2cfc

View File

@@ -93,7 +93,7 @@
- [Supertraits](methods-and-traits/traits/supertraits.md)
- [Associated Types](methods-and-traits/traits/associated-types.md)
- [Deriving](methods-and-traits/deriving.md)
- [Exercise: Generic Logger](methods-and-traits/exercise.md)
- [Exercise: Logger Trait](methods-and-traits/exercise.md)
- [Solution](methods-and-traits/solution.md)
- [Generics](generics.md)
- [Generic Functions](generics/generic-functions.md)