slack-blocks 0.19.2

Models + clientside validation for Slack's JSON Block Kit
Documentation
Build #392601 2021-05-25T20:53:06.482550+00:00
# rustc version
rustc 1.54.0-nightly (126561cb3 2021-05-24)
# docs.rs version
docsrs 0.6.0 (c2d325f 2021-05-02)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/slack-blocks-0.19.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/slack-blocks-0.19.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210524-1.54.0-nightly-126561cb3" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 006ab8d026c7d69015e2db2ffa6c2dd567b5cc4f1eeeea86bef4607794a67477
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "006ab8d026c7d69015e2db2ffa6c2dd567b5cc4f1eeeea86bef4607794a67477", kill_on_drop: false }`
[INFO] [stderr]  Documenting slack-blocks v0.19.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/lib.rs:60:7
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 61 | pub mod blocks;
[INFO] [stderr]    | --------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(invalid_doc_attributes)]` on by default
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/lib.rs:62:7
[INFO] [stderr]    |
[INFO] [stderr] 62 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 63 | pub mod compose;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/lib.rs:64:7
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 65 | pub mod elems;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/blocks/mod.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 19 | pub mod actions;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/blocks/mod.rs:23:7
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 24 | pub mod context;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/blocks/mod.rs:28:7
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 29 | pub mod file;
[INFO] [stderr]    | ------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/blocks/mod.rs:33:7
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 34 | pub mod image;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/blocks/mod.rs:38:7
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 39 | pub mod input;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/blocks/mod.rs:43:7
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 44 | pub mod section;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/mod.rs:14:7
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 15 | pub mod confirm;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/mod.rs:16:7
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 17 | pub mod conversation_filter;
[INFO] [stderr]    | ---------------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/mod.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 19 | pub mod opt;
[INFO] [stderr]    | ------------ not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/mod.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 21 | pub mod opt_group;
[INFO] [stderr]    | ------------------ not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/mod.rs:22:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 23 | pub mod text;
[INFO] [stderr]    | ------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/text/mod.rs:14:7
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 15 | pub mod mrkdwn;
[INFO] [stderr]    | --------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/compose/text/mod.rs:16:7
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 17 | pub mod plain;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 21 | pub mod button;
[INFO] [stderr]    | --------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:22:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 23 | pub mod checkboxes;
[INFO] [stderr]    | ------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:24:7
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 25 | pub mod date_picker;
[INFO] [stderr]    | -------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:26:7
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 27 | pub mod image;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:28:7
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 29 | pub mod overflow;
[INFO] [stderr]    | ----------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:30:7
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 31 | pub mod radio;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:32:7
[INFO] [stderr]    |
[INFO] [stderr] 32 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 33 | pub mod select;
[INFO] [stderr]    | --------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/mod.rs:34:7
[INFO] [stderr]    |
[INFO] [stderr] 34 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 35 | pub mod text_input;
[INFO] [stderr]    | ------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/mod.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 21 | pub mod multi;
[INFO] [stderr]    | -------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/mod.rs:23:7
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 24 | pub mod conversation;
[INFO] [stderr]    | --------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/mod.rs:25:7
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 26 | pub mod external;
[INFO] [stderr]    | ----------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/mod.rs:27:7
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 28 | pub mod public_channel;
[INFO] [stderr]    | ----------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/mod.rs:29:7
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 30 | pub mod static_;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/mod.rs:31:7
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 32 | pub mod user;
[INFO] [stderr]    | ------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/multi/mod.rs:14:7
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 15 | pub mod conversation;
[INFO] [stderr]    | --------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/multi/mod.rs:16:7
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 17 | pub mod external;
[INFO] [stderr]    | ----------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/multi/mod.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 19 | pub mod public_channel;
[INFO] [stderr]    | ----------------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/multi/mod.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 21 | pub mod static_;
[INFO] [stderr]    | ---------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: this attribute can only be applied to a `use` item
[INFO] [stderr]   --> src/elems/select/multi/mod.rs:22:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[doc(inline)]
[INFO] [stderr]    |       ^^^^^^ only applicable on `use` items
[INFO] [stderr] 23 | pub mod user;
[INFO] [stderr]    | ------------- not a `use` item
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
[INFO] [stderr]    = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/elems/select/multi/conversation.rs:53:7
[INFO] [stderr]    |
[INFO] [stderr] 53 |     /// ```
[INFO] [stderr]    |  _______^
[INFO] [stderr] 54 | |   /// // TODO(#130)
[INFO] [stderr] 55 | |   /// ```
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr]    |
[INFO] [stderr] 53 |   /// ```text
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/elems/select/multi/external.rs:60:7
[INFO] [stderr]    |
[INFO] [stderr] 60 |     /// ```
[INFO] [stderr]    |  _______^
[INFO] [stderr] 61 | |   /// // TODO(#130)
[INFO] [stderr] 62 | |   /// ```
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr]    |
[INFO] [stderr] 60 |   /// ```text
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/elems/select/multi/public_channel.rs:45:7
[INFO] [stderr]    |
[INFO] [stderr] 45 |     /// ```
[INFO] [stderr]    |  _______^
[INFO] [stderr] 46 | |   /// // TODO(#130)
[INFO] [stderr] 47 | |   /// ```
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr]    |
[INFO] [stderr] 45 |   /// ```text
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/elems/select/multi/static_.rs:70:7
[INFO] [stderr]    |
[INFO] [stderr] 70 |     /// ```
[INFO] [stderr]    |  _______^
[INFO] [stderr] 71 | |   /// // TODO(#130): implement once input or section can accept this
[INFO] [stderr] 72 | |   /// ```
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr]    |
[INFO] [stderr] 70 |   /// ```text
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/elems/select/multi/user.rs:47:7
[INFO] [stderr]    |
[INFO] [stderr] 47 |     /// ```
[INFO] [stderr]    |  _______^
[INFO] [stderr] 48 | |   /// // TODO(#130)
[INFO] [stderr] 49 | |   /// ```
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr]    |
[INFO] [stderr] 47 |   /// ```text
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/compose/text/mrkdwn.rs:49:16
[INFO] [stderr]    |
[INFO] [stderr] 49 | /// |<code>&lt;http://www.foo.com&#124;link name&gt;</code>| [link name](http://www.foo.com) |
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.foo.com>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/compose/text/mrkdwn.rs:49:16
[INFO] [stderr]    |
[INFO] [stderr] 49 | /// |<code>&lt;http://www.foo.com&#124;link name&gt;</code>| [link name](http://www.foo.com) |
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.foo.com>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/elems/radio.rs:188:48
[INFO] [stderr]     |
[INFO] [stderr] 188 |     /// [identify the source of the action 🔗]: https://api.slack.com/interactivity/handling#payloads
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.slack.com/interactivity/handling#payloads>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/elems/radio.rs:203:29
[INFO] [stderr]     |
[INFO] [stderr] 203 |     /// [option objects 🔗]: https://api.slack.com/reference/block-kit/composition-objects#option
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.slack.com/reference/block-kit/composition-objects#option>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: 44 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.64s
[INFO] running `Command { std: "docker" "inspect" "006ab8d026c7d69015e2db2ffa6c2dd567b5cc4f1eeeea86bef4607794a67477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "006ab8d026c7d69015e2db2ffa6c2dd567b5cc4f1eeeea86bef4607794a67477", kill_on_drop: false }`
[INFO] [stdout] 006ab8d026c7d69015e2db2ffa6c2dd567b5cc4f1eeeea86bef4607794a67477