alto 3.0.4

Idiomatic interface for OpenAL 1.1 and extensions (including EFX)
Documentation
Build #1510504 2024-11-09T00:27:30.037630+00:00
# rustc version
rustc 1.84.0-nightly (b91a3a056 2024-11-07)# 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/alto-3.0.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/alto-3.0.4/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\", \"-20241107-1.84.0-nightly-b91a3a056\", \"--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] 843089bc83b9c1555414f02ad5365581735f63cd97569d9e0bfc50532920df1b
[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" "843089bc83b9c1555414f02ad5365581735f63cd97569d9e0bfc50532920df1b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/alc.rs:138:33
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn is_extension_present(&self, ext::Alc) -> bool;
[INFO] [stderr]     |                                    ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: ext::Alc`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]     = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/alc.rs:173:14
[INFO] [stderr]     |
[INFO] [stderr] 173 |     fn channels(&ext::ALC_SOFT_loopback) -> AltoResult<sys::ALint>;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ext::ALC_SOFT_loopback`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/alc.rs:174:15
[INFO] [stderr]     |
[INFO] [stderr] 174 |     fn sample_ty(&ext::ALC_SOFT_loopback) -> AltoResult<sys::ALint>;
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ext::ALC_SOFT_loopback`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:112:29
[INFO] [stderr]     |
[INFO] [stderr] 112 |     fn set_relative(&mut self, bool);
[INFO] [stderr]     |                                ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:117:25
[INFO] [stderr]     |
[INFO] [stderr] 117 |     fn set_gain(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                            ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:122:29
[INFO] [stderr]     |
[INFO] [stderr] 122 |     fn set_min_gain(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:127:29
[INFO] [stderr]     |
[INFO] [stderr] 127 |     fn set_max_gain(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:132:39
[INFO] [stderr]     |
[INFO] [stderr] 132 |     fn set_reference_distance(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                          ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:137:35
[INFO] [stderr]     |
[INFO] [stderr] 137 |     fn set_rolloff_factor(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                      ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:142:33
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn set_max_distance(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                    ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:147:26
[INFO] [stderr]     |
[INFO] [stderr] 147 |     fn set_pitch(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                             ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:152:48
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn set_position<V: Into<[f32; 3]>>(&mut self, V) -> AltoResult<()>;
[INFO] [stderr]     |                                                   ^ help: try naming the parameter or explicitly ignoring it: `_: V`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:157:48
[INFO] [stderr]     |
[INFO] [stderr] 157 |     fn set_velocity<V: Into<[f32; 3]>>(&mut self, V) -> AltoResult<()>;
[INFO] [stderr]     |                                                   ^ help: try naming the parameter or explicitly ignoring it: `_: V`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:162:49
[INFO] [stderr]     |
[INFO] [stderr] 162 |     fn set_direction<V: Into<[f32; 3]>>(&mut self, V) -> AltoResult<()>;
[INFO] [stderr]     |                                                    ^ help: try naming the parameter or explicitly ignoring it: `_: V`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:167:37
[INFO] [stderr]     |
[INFO] [stderr] 167 |     fn set_cone_inner_angle(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                        ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:172:37
[INFO] [stderr]     |
[INFO] [stderr] 172 |     fn set_cone_outer_angle(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                        ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:177:36
[INFO] [stderr]     |
[INFO] [stderr] 177 |     fn set_cone_outer_gain(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                       ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:182:31
[INFO] [stderr]     |
[INFO] [stderr] 182 |     fn set_sec_offset(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                  ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:187:34
[INFO] [stderr]     |
[INFO] [stderr] 187 |     fn set_sample_offset(&mut self, sys::ALint) -> AltoResult<()>;
[INFO] [stderr]     |                                     ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: sys::ALint`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:192:32
[INFO] [stderr]     |
[INFO] [stderr] 192 |     fn set_byte_offset(&mut self, sys::ALint) -> AltoResult<()>;
[INFO] [stderr]     |                                   ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: sys::ALint`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:219:41
[INFO] [stderr]     |
[INFO] [stderr] 219 |     fn set_soft_direct_channels(&mut self, bool) -> AltoResult<()>;
[INFO] [stderr]     |                                            ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:226:35
[INFO] [stderr]     |
[INFO] [stderr] 226 |     fn set_distance_model(&mut self, DistanceModel) -> AltoResult<()>;
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DistanceModel`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:278:42
[INFO] [stderr]     |
[INFO] [stderr] 278 |     fn set_air_absorption_factor(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                             ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:285:40
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn set_room_rolloff_factor(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                           ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:292:38
[INFO] [stderr]     |
[INFO] [stderr] 292 |     fn set_cone_outer_gainhf(&mut self, f32) -> AltoResult<()>;
[INFO] [stderr]     |                                         ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/al/mod.rs:299:46
[INFO] [stderr]     |
[INFO] [stderr] 299 |     fn set_direct_filter_gainhf_auto(&mut self, bool) -> AltoResult<()>;
[INFO] [stderr]     |                                                 ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: elided lifetime has a name
[INFO] [stderr]    --> src/al/mod.rs:685:30
[INFO] [stderr]     |
[INFO] [stderr] 684 | impl<'c> DeferLock<'c> {
[INFO] [stderr]     |      -- lifetime `'c` declared here
[INFO] [stderr] 685 |     fn new(ctx: &'c Context) -> DeferLock {
[INFO] [stderr]     |                                 ^^^^^^^^^ this elided lifetime gets resolved as `'c`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/al/mod.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | / lazy_static! {
[INFO] [stderr] 24 | |     #[doc(hidden)]
[INFO] [stderr] 25 | |     static ref ALTO_CTX_LOCK: Mutex<()> = Mutex::new(());
[INFO] [stderr] 26 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/alc.rs:742:20
[INFO] [stderr]     |
[INFO] [stderr] 742 | impl PartialEq for DeviceObject {
[INFO] [stderr]     |                    ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 742 | impl PartialEq for dyn DeviceObject {
[INFO] [stderr]     |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/alc.rs:747:13
[INFO] [stderr]     |
[INFO] [stderr] 747 | impl Eq for DeviceObject { }
[INFO] [stderr]     |             ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 747 | impl Eq for dyn DeviceObject { }
[INFO] [stderr]     |             +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/alc.rs:743:23
[INFO] [stderr]     |
[INFO] [stderr] 743 |     fn eq(&self, other: &DeviceObject) -> bool {
[INFO] [stderr]     |                          ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 743 |     fn eq(&self, other: &dyn DeviceObject) -> bool {
[INFO] [stderr]     |                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:111:24
[INFO] [stderr]     |
[INFO] [stderr] 111 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:134:32
[INFO] [stderr]     |
[INFO] [stderr] 134 |             AltoError::Io(ref io) => io.description(),
[INFO] [stderr]     |                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `alto` (lib) generated 33 warnings (run `cargo fix --lib -p alto` to apply 29 suggestions)
[INFO] [stderr]     Scraping alto v3.0.4 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting alto v3.0.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/alto/index.html
[INFO] running `Command { std: "docker" "inspect" "843089bc83b9c1555414f02ad5365581735f63cd97569d9e0bfc50532920df1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "843089bc83b9c1555414f02ad5365581735f63cd97569d9e0bfc50532920df1b", kill_on_drop: false }`
[INFO] [stdout] 843089bc83b9c1555414f02ad5365581735f63cd97569d9e0bfc50532920df1b