1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 18:14:29 +02:00

Add TODO comment

This commit is contained in:
LukeMathWalker
2025-07-07 16:09:36 +02:00
parent bbd0631fe4
commit 7c32ec27aa

View File

@ -68,5 +68,6 @@ login(password, username); // 🛠️❌
``` ```
Users are forced, at the callsite, to assign values to each field, thus Users are forced, at the callsite, to assign values to each field, thus
increasing the likelihood of spotting bugs. increasing the likelihood of spotting bugs.
<!-- TODO: Link to the relevant section in "Foundations of API design" when that chapter is written -->
</details> </details>