restore an incorrectly removed line in the previous commit

This commit is contained in:
Pavel Timofeev 2026-04-14 19:23:54 -04:00
commit 2c411a9bc7

View file

@ -104,6 +104,7 @@ struct RawStyle {
pub italic: bool,
}
#[allow(clippy::derivable_impls)] // Explicitly control defaults
impl Default for RawStyle {
fn default() -> Self {
Self {
@ -190,7 +191,6 @@ struct RawIndent {
command: usize,
}
#[allow(clippy::derivable_impls)] // Explicitly control defaults
impl Default for RawIndent {
fn default() -> Self {
Self {