pushback-iter 0.1.0

An iterator with a push_back method that allows items to be pushed back onto the iterator
Documentation
Build #315272 2020-11-13T22:21:14.412661+00:00
# rustc version
rustc 1.49.0-nightly (9722952f0 2020-11-12)
# docs.rs version
docsrs 0.6.0 (b527df8 2020-11-09)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pushback-iter-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pushback-iter-0.1.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" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20201112-1.49.0-nightly-9722952f0" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] ee78e1b291c4bd2d014f285f35e318d8ccc163fde591adc37e16d3a3930e4801
[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" "ee78e1b291c4bd2d014f285f35e318d8ccc163fde591adc37e16d3a3930e4801", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]  Documenting pushback-iter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `next`
[INFO] [stderr]   --> src/lib.rs:16:64
[INFO] [stderr]    |
[INFO] [stderr] 16 |     /// Items pushed back onto the iterator are returned from [`next`] in a
[INFO] [stderr]    |                                                                ^^^^^^ no item named `next` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(broken_intra_doc_links)]` on by default
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `next`
[INFO] [stderr]   --> src/lib.rs:24:15
[INFO] [stderr]    |
[INFO] [stderr] 24 |     /// Like [`next`], if there is a value, it is wrapped in a `Some(T)`.
[INFO] [stderr]    |               ^^^^^^ no item named `next` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `nth`
[INFO] [stderr]   --> src/lib.rs:33:15
[INFO] [stderr]    |
[INFO] [stderr] 33 |     /// Like [`nth`], if there is a value, it is wrapped in a `Some(T)`.
[INFO] [stderr]    |               ^^^^^ no item named `nth` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.21s
[INFO] running `Command { std: "docker" "inspect" "ee78e1b291c4bd2d014f285f35e318d8ccc163fde591adc37e16d3a3930e4801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee78e1b291c4bd2d014f285f35e318d8ccc163fde591adc37e16d3a3930e4801", kill_on_drop: false }`
[INFO] [stdout] ee78e1b291c4bd2d014f285f35e318d8ccc163fde591adc37e16d3a3930e4801