vimvar 0.3.0

Library that provides ability to read neovim/vim variables
Documentation
Build #543714 2022-04-17 20:45:31
# rustc version
rustc 1.62.0-nightly (878c7833f 2022-04-16)# docs.rs version
docsrs 0.6.0 (de197f9 2022-04-16)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/vimvar-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/vimvar-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/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\", \"-20220416-1.62.0-nightly-878c7833f\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-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] [stdout] 7083b8222cbe1fed9e3242d35b27bcb4e43d69fd47363e32125972a9739e993c
[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" "7083b8222cbe1fed9e3242d35b27bcb4e43d69fd47363e32125972a9739e993c", kill_on_drop: false }`
[INFO] [stderr]  Documenting vimvar v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Self::load_buffer_var`
[INFO] [stderr]   --> src/lib.rs:22:15
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// Same as [`Self::load_buffer_var`], but converts to the specified type
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^ `load_typed_buffer_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_window_var`
[INFO] [stderr]   --> src/lib.rs:41:15
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// Same as [`Self::load_window_var`], but converts to the specified type
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^ `load_typed_window_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_tabpage_var`
[INFO] [stderr]   --> src/lib.rs:60:15
[INFO] [stderr]    |
[INFO] [stderr] 60 | /// Same as [`Self::load_tabpage_var`], but converts to the specified type
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^ `load_typed_tabpage_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_local_var`
[INFO] [stderr]   --> src/lib.rs:79:15
[INFO] [stderr]    |
[INFO] [stderr] 79 | /// Same as [`Self::load_local_var`], but converts to the specified type
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ `load_typed_local_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_script_var`
[INFO] [stderr]   --> src/lib.rs:98:15
[INFO] [stderr]    |
[INFO] [stderr] 98 | /// Same as [`Self::load_script_var`], but converts to the specified type
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^ `load_typed_script_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_function_arg_var`
[INFO] [stderr]    --> src/lib.rs:117:15
[INFO] [stderr]     |
[INFO] [stderr] 117 | /// Same as [`Self::load_function_arg_var`], but converts to the specified type
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `load_typed_function_arg_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_global_var`
[INFO] [stderr]    --> src/lib.rs:136:15
[INFO] [stderr]     |
[INFO] [stderr] 136 | /// Same as [`Self::load_global_var`], but converts to the specified type
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^ `load_typed_global_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Self::load_vim_var`
[INFO] [stderr]    --> src/lib.rs:155:15
[INFO] [stderr]     |
[INFO] [stderr] 155 | /// Same as [`Self::load_vim_var`], but converts to the specified type
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^ `load_typed_vim_var` is a function, not a module or type, and cannot have associated items
[INFO] [stderr] 
[INFO] [stderr] warning: `vimvar` (lib doc) generated 8 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.81s
[INFO] running `Command { std: "docker" "inspect" "7083b8222cbe1fed9e3242d35b27bcb4e43d69fd47363e32125972a9739e993c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7083b8222cbe1fed9e3242d35b27bcb4e43d69fd47363e32125972a9739e993c", kill_on_drop: false }`
[INFO] [stdout] 7083b8222cbe1fed9e3242d35b27bcb4e43d69fd47363e32125972a9739e993c