mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 00:47:01 +05:30
refactor: rename Substitutor.matcher_type
to matcher
This commit is contained in:
parent
6c4b5f617b
commit
80e33e97e6
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ pub struct Substitutor<'config> {
|
|||
#[serde(default)]
|
||||
pub name: &'config str,
|
||||
#[serde(borrow, alias = "matcher")]
|
||||
pub matcher_type: MatcherType<'config>,
|
||||
pub matcher: MatcherType<'config>,
|
||||
#[serde(borrow)]
|
||||
pub action: Action<'config>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue