Skip to content

Commit

Permalink
fix issue #589 to make the quick-start example complete
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jun 23, 2023
1 parent 5dc55a6 commit 1dd4944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ in Rust and for Rust.
```rust
use handlebars::Handlebars;
use serde_json::json;
use std::error::Error;

fn main() -> Result<(), Box<dyn Error>> {
let mut reg = Handlebars::new();
Expand Down

0 comments on commit 1dd4944

Please sign in to comment.