1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 18:14:29 +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

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>