File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ impl yellowstone_vixen_core::Parser for AccountParser {
109109 type Input = yellowstone_vixen_core::AccountUpdate;
110110 type Output = {{ programName | pascalCase }} ProgramState;
111111
112- fn id(&self) -> std::borrow::Cow<str > {
112+ fn id(&self) -> std::borrow::Cow<'static, str> {
113113 "{{ programName | snakeCase }} ::AccountParser".into()
114114 }
115115
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ impl yellowstone_vixen_core::Parser for InstructionParser {
3838 #[cfg(feature = "shared-data")]
3939 type Output = InstructionUpdateOutput<{{ programName | pascalCase }} ProgramIx>;
4040
41- fn id(&self) -> std::borrow::Cow<str > {
41+ fn id(&self) -> std::borrow::Cow<'static, str> {
4242 "{{ programName | pascalCase }} ::InstructionParser".into()
4343 }
4444
You can’t perform that action at this time.
0 commit comments