jsonrpc-macros 10.1.0

Helper macros for jsonrpc-core
Documentation
Build #142737 2019-02-13T08:43:27.092183+00:00
# rustc version
rustc 1.34.0-nightly (d8a0dd7ae 2019-01-28)
# docs.rs version
cratesfyi 0.6.0 (b517745 2019-01-29)

# build log
Updating crates.io index
Downloading crates ...
Downloaded jsonrpc-macros v10.1.0
Fresh semver-parser v0.7.0
Fresh autocfg v0.1.2
Fresh unicode-xid v0.1.0
Fresh rand_core v0.4.0
Fresh void v1.0.2
Fresh stable_deref_trait v1.1.1
Fresh scopeguard v0.3.3
Fresh itoa v0.4.3
Fresh cfg-if v0.1.6
Fresh futures v0.1.25
Fresh semver v0.9.0
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.3
Fresh unreachable v1.0.0
Fresh owning_ref v0.4.0
Fresh log v0.4.6
Fresh rustc_version v0.2.3
Fresh libc v0.2.48
Fresh proc-macro2 v0.4.27
Fresh rand_xorshift v0.1.1
Fresh rand_hc v0.1.0
Fresh rand_isaac v0.1.1
Fresh serde v1.0.87
Fresh ryu v0.2.7
Fresh smallvec v0.6.8
Fresh lock_api v0.1.5
Fresh rand_chacha v0.1.1
Fresh rand_os v0.1.2
Fresh quote v0.6.11
Fresh serde_json v1.0.38
Fresh syn v0.15.26
Fresh rand_pcg v0.1.1
Fresh serde_derive v1.0.87
Fresh rand v0.6.5
Fresh jsonrpc-core v10.1.0
Fresh parking_lot_core v0.4.0
Fresh parking_lot v0.7.1
Fresh jsonrpc-pubsub v10.1.0
Documenting jsonrpc-macros v10.1.0
Running `rustdoc --crate-name jsonrpc_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonrpc-macros-10.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190128-1.34.0-nightly-d8a0dd7ae --static-root-path / --disable-per-crate-search --extern-html-root-url 'jsonrpc_tcp_server=https://docs.rs/jsonrpc-tcp-server/10.1.0' --extern-html-root-url 'jsonrpc_pubsub=https://docs.rs/jsonrpc-pubsub/10.1.0' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.38' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.87' --extern-html-root-url 'jsonrpc_core=https://docs.rs/jsonrpc-core/10.1.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern jsonrpc_core=/home/cratesfyi/cratesfyi/debug/deps/libjsonrpc_core-b9a863c558bfb350.rmeta --extern jsonrpc_pubsub=/home/cratesfyi/cratesfyi/debug/deps/libjsonrpc_pubsub-d0bed7e71dc37d4d.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-46a114c164146f95.rmeta`
warning: could not parse code block as Rust code
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonrpc-macros-10.1.0/src/auto_args.rs:46:5
|
46 |   /// ```rust,ignore
|  _____^
47 | | ///    #[pubsub(name = "hello")] {
48 | | ///      #[rpc(name = "hello_subscribe")]
49 | | ///      fn subscribe(&self, Self::Metadata, pubsub::Subscriber<String>, u64);
...  |
55 | | /// The attribute is used to create a new pair of subscription methods
56 | | /// (if underlying transport supports that.)
| |____________________________________________^
|
= note: error from rustc: unknown start of token: `

Finished dev [unoptimized + debuginfo] target(s) in 3.70s