Skip to content

Commit 8a3feb8

Browse files
committed
Use absolute path in expansion
1 parent 5b03a0d commit 8a3feb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema-derive/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ macro_rules! fallible_macro {
2323
#[ $( $attribute_decl )* ]
2424
)*
2525
pub fn $macro_name ( $( $params )* ) -> $inner_return {
26-
let result = move || -> syn::Result<_> {
26+
let result = move || -> ::syn::Result<_> {
2727
$( $fn_body )*
2828
};
2929

0 commit comments

Comments
 (0)