Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 2acc701

Browse files
Tyera EulbergCriesofCarrots
authored andcommitted
Update cherry-picked test for fork
1 parent 09f0522 commit 2acc701

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

macros/examples/generic-trait-bounds.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extern crate serde;
2-
extern crate jsonrpc_core;
2+
extern crate solana_jsonrpc_core as jsonrpc_core;
33
#[macro_use]
4-
extern crate jsonrpc_macros;
4+
extern crate solana_jsonrpc_macros as jsonrpc_macros;
55

66
use serde::de::DeserializeOwned;
77
use jsonrpc_core::{IoHandler, Error, Result};
@@ -66,4 +66,3 @@ fn main() {
6666
io.extend_with(Rpc::to_delegate(RpcImpl));
6767
io.extend_with(Rpc2::to_delegate(RpcImpl));
6868
}
69-

0 commit comments

Comments
 (0)