tuple_utils 0.3.0

A set of utilities to enable higher level operations over tuples.
Documentation
Build #670497 2022-11-11T21:51:40.421905+00:00
# rustc version
rustc 1.67.0-nightly (c1a859b25 2022-11-10)
# docs.rs version
docsrs 0.6.0 (6685320 2022-11-09)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tuple_utils-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tuple_utils-0.3.0/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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221110-1.67.0-nightly-c1a859b25\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 95731c7d301a6012e396587b36f9a6ce2723c5c3d9d0ce8cc81f28a56538e8b2
[INFO] running `Command { std: "docker" "start" "-a" "95731c7d301a6012e396587b36f9a6ce2723c5c3d9d0ce8cc81f28a56538e8b2", kill_on_drop: false }`
[INFO] [stderr]  Documenting tuple_utils v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/lib.rs:25:27
[INFO] [stderr]    |
[INFO] [stderr] 25 |               type Output = ( $( $from ,)*  T);
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^ ^
[INFO] [stderr] ...
[INFO] [stderr] 61 |   for_each_prefix!{
[INFO] [stderr]    |  _-
[INFO] [stderr]    | |_|
[INFO] [stderr]    | |
[INFO] [stderr] 62 | |     tuple_impl,
[INFO] [stderr] 63 | |     [],
[INFO] [stderr] 64 | |     [(T0), (T1), (T2), (T3), (T4), (T5), (T6), (T7), (T8), (T9), (T10), (T11), (T12), (T13), (T14), (T15),]
[INFO] [stderr] 65 | | }
[INFO] [stderr]    | | -
[INFO] [stderr]    | |_|
[INFO] [stderr]    | |_in this macro invocation
[INFO] [stderr]    |   in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `tuple_impl` which comes from the expansion of the macro `for_each_prefix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 25 -             type Output = ( $( $from ,)*  T);
[INFO] [stderr] 25 +             type Output = T;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/lib.rs:29:38
[INFO] [stderr]    |
[INFO] [stderr] 29 |               fn append(self, x: T) -> ( $( $from ,)*  T) {
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^ ^
[INFO] [stderr] ...
[INFO] [stderr] 61 |   for_each_prefix!{
[INFO] [stderr]    |  _-
[INFO] [stderr]    | |_|
[INFO] [stderr]    | |
[INFO] [stderr] 62 | |     tuple_impl,
[INFO] [stderr] 63 | |     [],
[INFO] [stderr] 64 | |     [(T0), (T1), (T2), (T3), (T4), (T5), (T6), (T7), (T8), (T9), (T10), (T11), (T12), (T13), (T14), (T15),]
[INFO] [stderr] 65 | | }
[INFO] [stderr]    | | -
[INFO] [stderr]    | |_|
[INFO] [stderr]    | |_in this macro invocation
[INFO] [stderr]    |   in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `tuple_impl` which comes from the expansion of the macro `for_each_prefix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 29 -             fn append(self, x: T) -> ( $( $from ,)*  T) {
[INFO] [stderr] 29 +             fn append(self, x: T) -> T {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `tuple_utils` (lib doc) generated 2 warnings (run `cargo fix --lib -p tuple_utils` to apply 2 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "95731c7d301a6012e396587b36f9a6ce2723c5c3d9d0ce8cc81f28a56538e8b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95731c7d301a6012e396587b36f9a6ce2723c5c3d9d0ce8cc81f28a56538e8b2", kill_on_drop: false }`
[INFO] [stdout] 95731c7d301a6012e396587b36f9a6ce2723c5c3d9d0ce8cc81f28a56538e8b2