languageserver-types 0.54.0

Types for interaction with a language server, using VSCode's Language Server Protocol
Documentation
Build #1638114 2025-01-17T23:04:31.627145+00:00
# rustc version
rustc 1.86.0-nightly (99db2737c 2025-01-16)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/languageserver-types-0.54.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/languageserver-types-0.54.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", 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] 55f0f0666147c546029fa4f9049d7d0c82bfb64c96826a17e32d5400285a7583
[INFO] running `Command { std: "docker" "start" "-a" "55f0f0666147c546029fa4f9049d7d0c82bfb64c96826a17e32d5400285a7583", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting languageserver-types v0.54.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]     --> src/lib.rs:2183:41
[INFO] [stderr]      |
[INFO] [stderr] 2183 | #[derive(Debug, PartialEq, Clone, Copy, FromPrimitive)]
[INFO] [stderr]      |                                         ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]      = help: try referring to `FromPrimitive` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]      = help: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]      = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]     --> src/lib.rs:2320:45
[INFO] [stderr]      |
[INFO] [stderr] 2320 | #[derive(Debug, Eq, PartialEq, Clone, Copy, FromPrimitive)]
[INFO] [stderr]      |                                             ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]      = help: try referring to `FromPrimitive` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]      = help: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]     --> src/lib.rs:2374:45
[INFO] [stderr]      |
[INFO] [stderr] 2374 | #[derive(Debug, Eq, PartialEq, Clone, Copy, FromPrimitive)]
[INFO] [stderr]      |                                             ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]      = help: try referring to `FromPrimitive` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]      = help: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]     --> src/lib.rs:2683:45
[INFO] [stderr]      |
[INFO] [stderr] 2683 | #[derive(Debug, Eq, PartialEq, Copy, Clone, FromPrimitive)]
[INFO] [stderr]      |                                             ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]      = help: try referring to `FromPrimitive` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]      = help: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `languageserver-types` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-apple-darwin/doc/languageserver_types/index.html
[INFO] running `Command { std: "docker" "inspect" "55f0f0666147c546029fa4f9049d7d0c82bfb64c96826a17e32d5400285a7583", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55f0f0666147c546029fa4f9049d7d0c82bfb64c96826a17e32d5400285a7583", kill_on_drop: false }`
[INFO] [stdout] 55f0f0666147c546029fa4f9049d7d0c82bfb64c96826a17e32d5400285a7583