Commit f193677
committed
Remove unneeded
In `syn`, there is a `PartialEq` impl for `Ident` that allows values
of this type to be compared directly against strings without calling
`to_string`, so let's do that.to_string call1 parent e0ddca9 commit f193677
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments