Skip to content

Commit

Permalink
refactor: remove unnecessary pub
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Jan 16, 2025
1 parent 2c6f83f commit 4aeee0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/processors/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ impl From<HashMap<String, SpecialToken>> for Tokens {
#[builder(build_fn(validate = "Self::validate"))]
pub struct TemplateProcessing {
#[builder(try_setter, default = "\"$0\".try_into().unwrap()")]
pub single: Template,
single: Template,
#[builder(try_setter, default = "\"$A:0 $B:1\".try_into().unwrap()")]
pair: Template,
#[builder(setter(skip), default = "self.default_added(true)")]
Expand Down

0 comments on commit 4aeee0b

Please sign in to comment.