File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,11 @@ use crate::task_set::TaskSet;
74
74
pub use crate :: reconnect:: { auto_reconnect, lazy_auto_reconnect, SetTarget } ;
75
75
76
76
/// Code generated from
77
- /// [rpc.capnp](https://github.com/sandstorm-io /capnproto/blob/master/c%2B%2B/src/capnp/rpc.capnp).
77
+ /// [rpc.capnp](https://github.com/capnproto /capnproto/blob/master/c%2B%2B/src/capnp/rpc.capnp).
78
78
pub mod rpc_capnp;
79
79
80
80
/// Code generated from
81
- /// [rpc-twoparty.capnp](https://github.com/sandstorm-io /capnproto/blob/master/c%2B%2B/src/capnp/rpc-twoparty.capnp).
81
+ /// [rpc-twoparty.capnp](https://github.com/capnproto /capnproto/blob/master/c%2B%2B/src/capnp/rpc-twoparty.capnp).
82
82
pub mod rpc_twoparty_capnp;
83
83
84
84
/// Like `try!()`, but for functions that return a `Promise<T, E>` rather than a `Result<T, E>`.
You can’t perform that action at this time.
0 commit comments