fix: Unbreak the doctests

This commit is contained in:
Luca Barbato
2024-11-12 14:11:23 +01:00
committed by Vincent Herlemont
parent 028ae2d0c8
commit d932be10ac
5 changed files with 10 additions and 12 deletions
@@ -22,6 +22,7 @@
/// Example usage:
///
/// ```rust
/// # use native_model::*;
/// #[derive(Clone, Default, serde::Deserialize, serde::Serialize)]
/// #[native_model(id = 1, version = 1, with = native_model::bincode_1_3::Bincode)]
/// struct MyStruct {