Update references in book/src/04_traits (#46)

This commit is contained in:
Shinya Fujino
2024-05-24 17:27:29 +09:00
committed by GitHub
parent 46e2dcb2b9
commit d2be52f32f
10 changed files with 13 additions and 9 deletions

View File

@@ -152,3 +152,7 @@ The rationale is the same as for [explicit type annotations on function paramete
each function signature is a contract between the caller and the callee, and the terms must be explicitly stated.
This allows for better error messages, better documentation, less unintentional breakages across versions,
and faster compilation times.
## References
- The exercise for this section is located in `exercises/04_traits/05_trait_bounds`