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 75f76c1 commit 506eaabCopy full SHA for 506eaab
src/syn_impls.rs
@@ -31,7 +31,7 @@ macro_rules! impl_Attribute_for_Parse_and_ToTokens {
31
}
32
33
impl $crate::parsing::AttributeValue for $type {
34
- fn parse_value(input: $crate::__private::syn::parse::ParseStream) -> $crate::Result<$crate::parsing::SpannedValue<Self::Partial>> {
+ fn parse_value(input: $crate::__private::syn::parse::ParseStream) -> $crate::__private::syn::Result<$crate::parsing::SpannedValue<Self::Partial>> {
35
input.parse().map($crate::parsing::SpannedValue::from_to_tokens)
36
37
0 commit comments