Commit a3c291e
committed
Fix type inference error in uriPermission plugin Builder
Add explicit ::<_, ()> turbofish so rustc can resolve the DeserializeOwned
bound for the PluginApi config type parameter.
https://claude.ai/code/session_01J39pMh3ZymXAf9W5K3Ziyi1 parent 7316513 commit a3c291e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments