Skip to content

Commit 506eaab

Browse files
committed
fix another import in impl_Attribute_for_Parse_and_ToTokens
1 parent 75f76c1 commit 506eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syn_impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ macro_rules! impl_Attribute_for_Parse_and_ToTokens {
3131
}
3232

3333
impl $crate::parsing::AttributeValue for $type {
34-
fn parse_value(input: $crate::__private::syn::parse::ParseStream) -> $crate::Result<$crate::parsing::SpannedValue<Self::Partial>> {
34+
fn parse_value(input: $crate::__private::syn::parse::ParseStream) -> $crate::__private::syn::Result<$crate::parsing::SpannedValue<Self::Partial>> {
3535
input.parse().map($crate::parsing::SpannedValue::from_to_tokens)
3636
}
3737
}

0 commit comments

Comments
 (0)