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 5b03a0d commit 8a3feb8Copy full SHA for 8a3feb8
packages/schema-derive/src/error.rs
@@ -23,7 +23,7 @@ macro_rules! fallible_macro {
23
#[ $( $attribute_decl )* ]
24
)*
25
pub fn $macro_name ( $( $params )* ) -> $inner_return {
26
- let result = move || -> syn::Result<_> {
+ let result = move || -> ::syn::Result<_> {
27
$( $fn_body )*
28
};
29
0 commit comments