1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-16 23:55:42 +02:00

Revert "Update boot-library.md" (#1235)

Reverts google/comprehensive-rust#225. We normally include links at the
start of each exercise blocks — but we don't include links in the
individual exercises.

If we want to add such links, we should do it consistently across the
entire course.
This commit is contained in:
Martin Geisler 2023-09-25 15:39:37 +02:00 committed by GitHub
parent 0f48230b32
commit ca424b90e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,9 +47,3 @@ Use this to model a library's book collection. Copy the code below to
{{#include book-library.rs:main}}
```
<details>
[Solution](solutions-morning.md#designing-a-library)
</details>