mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 00:47:01 +05:30
config: remove unnecessary Default impl
This commit is contained in:
parent
13bcb918bd
commit
d2f1b686a2
2 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,7 @@ use std::str::FromStr;
|
|||
use regex::Regex;
|
||||
use serde_derive::Deserialize;
|
||||
|
||||
#[derive(Clone, Debug, Default, Deserialize)]
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
pub struct Replacements<'config> {
|
||||
#[serde(rename = "substitutor", borrow, default)]
|
||||
pub substitutors: Vec<Substitutor<'config>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue