Skip to content

Commit ab4ad0f

Browse files
author
Tyera Eulberg
committed
Update cherry-picked test for fork
1 parent 93a996f commit ab4ad0f

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)