Skip to content

Commit

Permalink
Fix second place that keyword fmt argument is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 4, 2020
1 parent 2722f8e commit aafcf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ fn take_ident(read: &mut &str) -> Ident {
}
}
}
syn::parse_str(&ident).unwrap()
Ident::parse_any.parse_str(&ident).unwrap()
}

0 comments on commit aafcf0a

Please sign in to comment.