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

fix </detail> typo (#2209)

This commit is contained in:
Max Heller 2024-07-09 11:46:24 -04:00 committed by GitHub
parent b68f563e45
commit 550cc39ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,4 +30,4 @@ Derivation is implemented with macros, and many crates provide useful derive
macros to add useful functionality. For example, `serde` can derive
serialization support for a struct using `#[derive(Serialize)]`.
</detail>
</details>