diff --git a/src/book/book.rs b/src/book/book.rs index 08b18c4900..ccfbdeffd8 100644 --- a/src/book/book.rs +++ b/src/book/book.rs @@ -128,6 +128,7 @@ pub struct Book { /// The sections in this book. pub sections: Vec, /// Chapter title overrides for this book. + #[serde(default)] pub chapter_titles: HashMap, __non_exhaustive: (), }