tao 0.30.8

Cross-platform window manager library.
Documentation
Build #1521653 2024-11-11T20:13:51.445598+00:00
# rustc version
rustc 1.84.0-nightly (143ce0920 2024-11-10)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tao-0.30.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tao-0.30.8/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "rwh_04 rwh_05 rwh_06 serde" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241110-1.84.0-nightly-143ce0920\", \"--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-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] bb5a0a7814818d830895fbadc093d2c21e2d6a4d6cff057bf658aea29b67685a
[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" "bb5a0a7814818d830895fbadc093d2c21e2d6a4d6cff057bf658aea29b67685a", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: control_flow, cursor, cursor_grab, custom_events, decorations, drag_window, fullscreen, handling_close, min_max_size, minimize, monitor_list, mouse_wheel, multithreaded, multiwindow, overlay, parentwindow, progress_bar, reopen_event, request_redraw, request_redraw_threaded, resizable, set_ime_position, theme, timer, transparent, video_modes, window, window_debug, window_icon, window_run_return
[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 tao v0.30.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/event.rs:60:26
[INFO] [stderr]    |
[INFO] [stderr] 60 |   /// the [`StartCause`][crate::event::StartCause] to see if a timer set by
[INFO] [stderr]    |            ------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |            |
[INFO] [stderr]    |            because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 60 |   /// the [`StartCause`] to see if a timer set by
[INFO] [stderr]    |           ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/event.rs:94:34
[INFO] [stderr]    |
[INFO] [stderr] 94 |   /// [`Event::RedrawRequested`](crate::event::Event::RedrawRequested), which gets emitted
[INFO] [stderr]    |        ------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |        |
[INFO] [stderr]    |        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 94 |   /// [`Event::RedrawRequested`], which gets emitted
[INFO] [stderr]    |       ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/event.rs:142:20
[INFO] [stderr]     |
[INFO] [stderr] 142 |   /// - **macOS**: https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen with retu...
[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] 142 |   /// - **macOS**: <https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen> with return value same as hasVisibleWindows
[INFO] [stderr]     |                    +                                                                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/event.rs:403:66
[INFO] [stderr]     |
[INFO] [stderr] 403 |   /// For more information about DPI in general, see the [`dpi`](crate::dpi) module.
[INFO] [stderr]     |                                                           -----  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                           |
[INFO] [stderr]     |                                                           because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 403 |   /// For more information about DPI in general, see the [`dpi`] module.
[INFO] [stderr]     |                                                          ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/event_loop.rs:8:38
[INFO] [stderr]    |
[INFO] [stderr] 8  | //! to acquire an [`EventLoopProxy`][event_loop_proxy] and call its [`send_event`][send_event] method.
[INFO] [stderr]    |                    ----------------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr]   --> src/event_loop.rs:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! [event_loop_proxy]: crate::event_loop::EventLoopProxy
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 8  | //! to acquire an [`EventLoopProxy`] and call its [`send_event`][send_event] method.
[INFO] [stderr]    |                   ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/event_loop.rs:124:91
[INFO] [stderr]     |
[INFO] [stderr] 124 | /// Indicates the desired behavior of the event loop after [`Event::RedrawEventsCleared`][events_cleared]
[INFO] [stderr]     |                                                             ----------------------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                             |
[INFO] [stderr]     |                                                             because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr]    --> src/event_loop.rs:133:23
[INFO] [stderr]     |
[INFO] [stderr] 133 | /// [events_cleared]: crate::event::Event::RedrawEventsCleared
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 124 | /// Indicates the desired behavior of the event loop after [`Event::RedrawEventsCleared`]
[INFO] [stderr]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/monitor.rs:7:93
[INFO] [stderr]    |
[INFO] [stderr] 7  | //! If you want to get basic information about a monitor, you can use the [`MonitorHandle`][monitor_handle]
[INFO] [stderr]    |                                                                            ---------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                            |
[INFO] [stderr]    |                                                                            because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr]   --> src/monitor.rs:13:23
[INFO] [stderr]    |
[INFO] [stderr] 13 | //! [monitor_handle]: crate::monitor::MonitorHandle
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 7  | //! If you want to get basic information about a monitor, you can use the [`MonitorHandle`]
[INFO] [stderr]    |                                                                           ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/monitor.rs:9:23
[INFO] [stderr]    |
[INFO] [stderr] 9  | //! [`MonitorHandle`][monitor_handle]:
[INFO] [stderr]    |      ---------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |      |
[INFO] [stderr]    |      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr]   --> src/monitor.rs:13:23
[INFO] [stderr]    |
[INFO] [stderr] 13 | //! [monitor_handle]: crate::monitor::MonitorHandle
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 9  | //! [`MonitorHandle`]:
[INFO] [stderr]    |     ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/monitor.rs:145:23
[INFO] [stderr]     |
[INFO] [stderr] 145 |   /// See the [`dpi`](crate::dpi) module for more information.
[INFO] [stderr]     |                -----  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                |
[INFO] [stderr]     |                because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 145 |   /// See the [`dpi`] module for more information.
[INFO] [stderr]     |               ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/window.rs:616:23
[INFO] [stderr]     |
[INFO] [stderr] 616 |   /// See the [`dpi`](crate::dpi) module for more information.
[INFO] [stderr]     |                -----  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                |
[INFO] [stderr]     |                because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 616 |   /// See the [`dpi`] module for more information.
[INFO] [stderr]     |               ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `tao` (lib doc) generated 10 warnings (run `cargo fix --lib -p tao` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tao/index.html
[INFO] running `Command { std: "docker" "inspect" "bb5a0a7814818d830895fbadc093d2c21e2d6a4d6cff057bf658aea29b67685a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb5a0a7814818d830895fbadc093d2c21e2d6a4d6cff057bf658aea29b67685a", kill_on_drop: false }`
[INFO] [stdout] bb5a0a7814818d830895fbadc093d2c21e2d6a4d6cff057bf658aea29b67685a