mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-21 23:54:18 +02:00
restore an incorrectly removed line in the previous commit
This commit is contained in:
parent
663e78d1ea
commit
2c411a9bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue