Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Jul 17, 2024
1 parent 40e2a60 commit b8f1b37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ pub(crate) fn create_block<'rc>(param: &PathAndJson<'rc>) -> BlockContext<'rc> {
block
}

pub(crate) fn render_value_string(value: serde_json::Value) -> String {
String::new()
}

#[derive(Clone, Copy)]
/// Concat helper for handlebars-rust
///
Expand Down

0 comments on commit b8f1b37

Please sign in to comment.