1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-21 22:49:44 +02:00

Fix closing details tag ()

This commit is contained in:
Andrew Walbran 2024-06-03 15:54:40 +01:00 committed by GitHub
parent 5f4ff0ab09
commit 5f72514f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,4 +38,4 @@ This is sometimes called "trait inheritance" but students should not expect this
to behave like OO inheritance. It just specifies an additional requirement on
implementations of a trait.
<details>
</details>