We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa7a8a commit e125439Copy full SHA for e125439
1 file changed
doc/src/SUMMARY.md
@@ -42,3 +42,6 @@
42
- [25: Verify the safety of `VecDeque` functions](./challenges/0025-vecdeque.md)
43
- [26: Verify reference-counted Cell implementation](./challenges/0026-rc.md)
44
- [27: Verify atomically reference-counted Cell implementation](./challenges/0027-arc.md)
45
+ - [28: Verify float to decimal conversion module](./challenges/0028-flt2dec.md)
46
+ - [29: Safety of boxed](./challenges/0029-boxed.md)
47
+ - [30: Progressing Public MIR for verification tool infrastructure](./challenges/0030-progress-public-mir.md)
0 commit comments