1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 01:54:50 +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
increasing the likelihood of spotting bugs.
<!-- TODO: Link to the relevant section in "Foundations of API design" when that chapter is written -->
</details>