We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbb718 commit be6fd81Copy full SHA for be6fd81
test/accountsParserPage.test.ts
@@ -50,7 +50,7 @@ test('it renders accounts parsers', () => {
50
'impl yellowstone_vixen_core::Parser for AccountParser',
51
'async fn parse',
52
'fn prefilter(&self) -> yellowstone_vixen_core::Prefilter',
53
- 'fn id(&self) -> std::borrow::Cow<str>',
+ 'fn id(&self) -> std::borrow::Cow<\'static, str>',
54
'type Input = yellowstone_vixen_core::AccountUpdate',
55
'type Output = TestProgramState',
56
]);
0 commit comments