Unverified Commit 925a7d38 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

fix(proc macros): don't use `params` as name (#1363)

* fix(proc macros): don't use `params` as name

Because jsonrpsee's internal proc macro code was using `params` it could
conflict and with `params` in the user's API in such case it
may try to overwrite the "wrong" variable.

In this PR I have renamed this internal variable to something much
weirder which should be quite unlikely that anyone will use.

* fix nit

* allow snake case and underscore

* better error message
parent c908eebc
Pipeline #471815 passed with stages
in 1 hour and 29 seconds