lspower 1.5.0

A lightweight framework for implementing LSP servers.
Documentation
Build #1548384 2024-11-17T00:11:20.631154+00:00
# rustc version
rustc 1.84.0-nightly (917a50a03 2024-11-15)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/lspower-1.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/lspower-1.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241115-1.84.0-nightly-917a50a03\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", 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] 7ebff852b980b0483bf02f60a338c89b95631461c3b2454aee0ea364c2ec4608
[INFO] running `Command { std: "docker" "start" "-a" "7ebff852b980b0483bf02f60a338c89b95631461c3b2454aee0ea364c2ec4608", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: custom_notification, custom_request, stdio, tcp, websocket
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting lspower v1.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `exit`
[INFO] [stderr]   --> src/service.rs:67:67
[INFO] [stderr]    |
[INFO] [stderr] 67 | /// The service shuts down and stops serving requests after the [`exit`] notification is received.
[INFO] [stderr]    |                                                                   ^^^^ no item named `exit` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `exit`
[INFO] [stderr]   --> src/service.rs:68:7
[INFO] [stderr]    |
[INFO] [stderr] 68 | /// [`exit`]: https://microsoft.github.io/language-server-protocol/specification#exit
[INFO] [stderr]    |       ^^^^ no item named `exit` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DocumentLink::tooltip`
[INFO] [stderr]    --> src/lib.rs:488:5
[INFO] [stderr]     |
[INFO] [stderr] 488 | /     /// The [`textDocument/documentLink`] request is sent from the client to the server to request
[INFO] [stderr] 489 | |     /// the location of links in a document.
[INFO] [stderr] 490 | |     ///
[INFO] [stderr] 491 | |     /// A document link is a range in a text document that links to an internal or external
[INFO] [stderr] ...   |
[INFO] [stderr] 505 | |     ///
[INFO] [stderr] 506 | |     /// [`initialize`]: #tymethod.initialize
[INFO] [stderr]     | |____________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             The [`DocumentLink::tooltip`] field was introduced in specification version 3.15.0 and
[INFO] [stderr]                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `DocumentLink` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/service.rs:68:15
[INFO] [stderr]    |
[INFO] [stderr] 68 | /// [`exit`]: https://microsoft.github.io/language-server-protocol/specification#exit
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 68 | /// [`exit`]: <https://microsoft.github.io/language-server-protocol/specification#exit>
[INFO] [stderr]    |               +                                                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: `lspower` (lib doc) generated 4 warnings (run `cargo fix --lib -p lspower` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/lspower/index.html
[INFO] running `Command { std: "docker" "inspect" "7ebff852b980b0483bf02f60a338c89b95631461c3b2454aee0ea364c2ec4608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ebff852b980b0483bf02f60a338c89b95631461c3b2454aee0ea364c2ec4608", kill_on_drop: false }`
[INFO] [stdout] 7ebff852b980b0483bf02f60a338c89b95631461c3b2454aee0ea364c2ec4608