Skip to content

Commit

Permalink
feat: Make LiquidOptions cloneable
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 29, 2017
1 parent 94f337a commit 838e526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ impl TemplateRepository for LocalTemplateRepository {
}

/// Options that `liquid::parse` takes
#[derive(Clone)]
pub struct LiquidOptions {
/// Holds all custom block-size tags
pub blocks: HashMap<String, Box<ParseBlock>>,
Expand Down

0 comments on commit 838e526

Please sign in to comment.