summaryrefslogtreecommitdiffstats
path: root/vendor/handlebars/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/handlebars/src/lib.rs')
-rw-r--r--vendor/handlebars/src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/handlebars/src/lib.rs b/vendor/handlebars/src/lib.rs
index 1f9ab1ed3..1cb9e79ee 100644
--- a/vendor/handlebars/src/lib.rs
+++ b/vendor/handlebars/src/lib.rs
@@ -1,5 +1,7 @@
-#![doc(html_root_url = "https://docs.rs/handlebars/4.3.3")]
+#![doc(html_root_url = "https://docs.rs/handlebars/4.3.7")]
#![cfg_attr(docsrs, feature(doc_cfg))]
+#![allow(unknown_lints)]
+#![allow(clippy::result_large_err)]
//! # Handlebars
//!
//! [Handlebars](http://handlebarsjs.com/) is a modern and extensible templating solution originally created in the JavaScript world. It's used by many popular frameworks like [Ember.js](http://emberjs.com) and Chaplin. It's also ported to some other platforms such as [Java](https://github.com/jknack/handlebars.java).