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 93a996f commit ab4ad0fCopy full SHA for ab4ad0f
macros/examples/generic-trait-bounds.rs
@@ -1,7 +1,7 @@
1
extern crate serde;
2
-extern crate jsonrpc_core;
+extern crate solana_jsonrpc_core as jsonrpc_core;
3
#[macro_use]
4
-extern crate jsonrpc_macros;
+extern crate solana_jsonrpc_macros as jsonrpc_macros;
5
6
use serde::de::DeserializeOwned;
7
use jsonrpc_core::{IoHandler, Error, Result};
@@ -66,4 +66,3 @@ fn main() {
66
io.extend_with(Rpc::to_delegate(RpcImpl));
67
io.extend_with(Rpc2::to_delegate(RpcImpl));
68
}
69
-
0 commit comments