diff --git a/src/lib.rs b/src/lib.rs index 367c3a4..6bf55f8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -143,6 +143,8 @@ pub struct Options<'a> { /// - /// - impl<'a> Default for Options<'a> { + + #[inline] fn default() -> Self { Self { style: OutputStyle::Expanded,