We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbf4e3 commit bf994e6Copy full SHA for bf994e6
src/macros.rs
@@ -54,7 +54,7 @@ macro_rules! handlebars_helper {
54
r: &'reg $crate::Handlebars<'reg>,
55
_: &'rc $crate::Context,
56
_: &mut $crate::RenderContext<'reg, 'rc>,
57
- ) -> Result<$crate::ScopedJson<'reg, 'rc>, $crate::RenderError> {
+ ) -> std::result::Result<$crate::ScopedJson<'reg, 'rc>, $crate::RenderError> {
58
let mut param_idx = 0;
59
60
$(
0 commit comments