-
Notifications
You must be signed in to change notification settings - Fork 911
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msggen: Allow non_camel_case for notification
In rust enum are expected to be CamelCase. However, we are generating enum's using CAPITAL_SNAKE_CASE. This generates a warning and breaks CI. See `cln_rpc::notifications::ConnectAddressType::LOCAL_SOCKET`
- Loading branch information
1 parent
e6f368c
commit 3cac22b
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters