[INFO] crate slack_api 0.22.0 is already in cache
[INFO] checking slack_api-0.22.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate slack_api 0.22.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate slack_api 0.22.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate slack_api 0.22.0
[INFO] finished tweaking crates.io crate slack_api 0.22.0
[INFO] tweaked toml for crates.io crate slack_api 0.22.0 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate crates.io crate slack_api 0.22.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f315e38788d90c6f1521e41b96b2e554af8f7b23865cb390e9669cc0fd5ac92c
[INFO] running `"docker" "start" "-a" "f315e38788d90c6f1521e41b96b2e554af8f7b23865cb390e9669cc0fd5ac92c"`
[INFO] [stderr]    Compiling openssl-sys v0.9.53
[INFO] [stderr]     Checking async-compression v0.2.0
[INFO] [stderr]     Checking tokio v0.2.6
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]    Compiling openssl v0.10.26
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.6
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]     Checking pin-project v0.4.6
[INFO] [stderr]     Checking hyper v0.13.1
[INFO] [stderr]     Checking hyper-tls v0.4.0
[INFO] [stderr]     Checking reqwest v0.10.0
[INFO] [stderr]     Checking slack_api v0.22.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/api.rs:104:30
[INFO] [stderr]     |
[INFO] [stderr] 104 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/api.rs:119:66
[INFO] [stderr]     |
[INFO] [stderr] 119 |                         TestError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/api.rs:121:63
[INFO] [stderr]     |
[INFO] [stderr] 121 |                         TestError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:117:30
[INFO] [stderr]     |
[INFO] [stderr] 117 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:135:68
[INFO] [stderr]     |
[INFO] [stderr] 135 |                         RevokeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:137:65
[INFO] [stderr]     |
[INFO] [stderr] 137 |                         RevokeError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/api.rs:104:30
[INFO] [stderr]     |
[INFO] [stderr] 104 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/api.rs:119:66
[INFO] [stderr]     |
[INFO] [stderr] 119 |                         TestError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/api.rs:121:63
[INFO] [stderr]     |
[INFO] [stderr] 121 |                         TestError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:117:30
[INFO] [stderr]     |
[INFO] [stderr] 117 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:135:68
[INFO] [stderr]     |
[INFO] [stderr] 135 |                         RevokeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:137:65
[INFO] [stderr]     |
[INFO] [stderr] 137 |                         RevokeError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:243:30
[INFO] [stderr]     |
[INFO] [stderr] 243 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:261:66
[INFO] [stderr]     |
[INFO] [stderr] 261 |                         TestError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:263:63
[INFO] [stderr]     |
[INFO] [stderr] 263 |                         TestError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:243:30
[INFO] [stderr]     |
[INFO] [stderr] 243 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:261:66
[INFO] [stderr]     |
[INFO] [stderr] 261 |                         TestError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/auth.rs:263:63
[INFO] [stderr]     |
[INFO] [stderr] 263 |                         TestError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/bots.rs:134:30
[INFO] [stderr]     |
[INFO] [stderr] 134 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/bots.rs:154:66
[INFO] [stderr]     |
[INFO] [stderr] 154 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/bots.rs:156:63
[INFO] [stderr]     |
[INFO] [stderr] 156 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:131:30
[INFO] [stderr]     |
[INFO] [stderr] 131 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:155:69
[INFO] [stderr]     |
[INFO] [stderr] 155 |                         ArchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:157:66
[INFO] [stderr]     |
[INFO] [stderr] 157 |                         ArchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/bots.rs:134:30
[INFO] [stderr]     |
[INFO] [stderr] 134 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:308:30
[INFO] [stderr]     |
[INFO] [stderr] 308 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/bots.rs:154:66
[INFO] [stderr]     |
[INFO] [stderr] 154 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/bots.rs:156:63
[INFO] [stderr]     |
[INFO] [stderr] 156 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:336:68
[INFO] [stderr]     |
[INFO] [stderr] 336 |                         CreateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:338:65
[INFO] [stderr]     |
[INFO] [stderr] 338 |                         CreateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:131:30
[INFO] [stderr]     |
[INFO] [stderr] 131 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:155:69
[INFO] [stderr]     |
[INFO] [stderr] 155 |                         ArchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:157:66
[INFO] [stderr]     |
[INFO] [stderr] 157 |                         ArchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:486:30
[INFO] [stderr]     |
[INFO] [stderr] 486 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:507:69
[INFO] [stderr]     |
[INFO] [stderr] 507 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:509:66
[INFO] [stderr]     |
[INFO] [stderr] 509 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:308:30
[INFO] [stderr]     |
[INFO] [stderr] 308 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:336:68
[INFO] [stderr]     |
[INFO] [stderr] 336 |                         CreateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:338:65
[INFO] [stderr]     |
[INFO] [stderr] 338 |                         CreateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:625:30
[INFO] [stderr]     |
[INFO] [stderr] 625 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:644:66
[INFO] [stderr]     |
[INFO] [stderr] 644 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:646:63
[INFO] [stderr]     |
[INFO] [stderr] 646 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:795:30
[INFO] [stderr]     |
[INFO] [stderr] 795 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:823:68
[INFO] [stderr]     |
[INFO] [stderr] 823 |                         InviteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:825:65
[INFO] [stderr]     |
[INFO] [stderr] 825 |                         InviteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:982:30
[INFO] [stderr]     |
[INFO] [stderr] 982 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1012:66
[INFO] [stderr]      |
[INFO] [stderr] 1012 |                         JoinError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1014:63
[INFO] [stderr]      |
[INFO] [stderr] 1014 |                         JoinError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:486:30
[INFO] [stderr]     |
[INFO] [stderr] 486 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:507:69
[INFO] [stderr]     |
[INFO] [stderr] 507 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:509:66
[INFO] [stderr]     |
[INFO] [stderr] 509 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:625:30
[INFO] [stderr]     |
[INFO] [stderr] 625 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:644:66
[INFO] [stderr]     |
[INFO] [stderr] 644 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:646:63
[INFO] [stderr]     |
[INFO] [stderr] 646 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1156:30
[INFO] [stderr]      |
[INFO] [stderr] 1156 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1182:66
[INFO] [stderr]      |
[INFO] [stderr] 1182 |                         KickError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1184:63
[INFO] [stderr]      |
[INFO] [stderr] 1184 |                         KickError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:795:30
[INFO] [stderr]     |
[INFO] [stderr] 795 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:823:68
[INFO] [stderr]     |
[INFO] [stderr] 823 |                         InviteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:825:65
[INFO] [stderr]     |
[INFO] [stderr] 825 |                         InviteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1311:30
[INFO] [stderr]      |
[INFO] [stderr] 1311 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1334:67
[INFO] [stderr]      |
[INFO] [stderr] 1334 |                         LeaveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1336:64
[INFO] [stderr]      |
[INFO] [stderr] 1336 |                         LeaveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/channels.rs:982:30
[INFO] [stderr]     |
[INFO] [stderr] 982 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1012:66
[INFO] [stderr]      |
[INFO] [stderr] 1012 |                         JoinError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1014:63
[INFO] [stderr]      |
[INFO] [stderr] 1014 |                         JoinError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1156:30
[INFO] [stderr]      |
[INFO] [stderr] 1156 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1182:66
[INFO] [stderr]      |
[INFO] [stderr] 1182 |                         KickError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1184:63
[INFO] [stderr]      |
[INFO] [stderr] 1184 |                         KickError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1459:30
[INFO] [stderr]      |
[INFO] [stderr] 1459 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1477:66
[INFO] [stderr]      |
[INFO] [stderr] 1477 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1479:63
[INFO] [stderr]      |
[INFO] [stderr] 1479 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1311:30
[INFO] [stderr]      |
[INFO] [stderr] 1311 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1334:67
[INFO] [stderr]      |
[INFO] [stderr] 1334 |                         LeaveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1336:64
[INFO] [stderr]      |
[INFO] [stderr] 1336 |                         LeaveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1606:30
[INFO] [stderr]      |
[INFO] [stderr] 1606 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1627:66
[INFO] [stderr]      |
[INFO] [stderr] 1627 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1629:63
[INFO] [stderr]      |
[INFO] [stderr] 1629 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1459:30
[INFO] [stderr]      |
[INFO] [stderr] 1459 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1477:66
[INFO] [stderr]      |
[INFO] [stderr] 1477 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1479:63
[INFO] [stderr]      |
[INFO] [stderr] 1479 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1606:30
[INFO] [stderr]      |
[INFO] [stderr] 1606 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1627:66
[INFO] [stderr]      |
[INFO] [stderr] 1627 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1629:63
[INFO] [stderr]      |
[INFO] [stderr] 1629 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1794:30
[INFO] [stderr]      |
[INFO] [stderr] 1794 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1823:68
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                         RenameError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1825:65
[INFO] [stderr]      |
[INFO] [stderr] 1825 |                         RenameError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1794:30
[INFO] [stderr]      |
[INFO] [stderr] 1794 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1823:68
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                         RenameError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1825:65
[INFO] [stderr]      |
[INFO] [stderr] 1825 |                         RenameError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1952:30
[INFO] [stderr]      |
[INFO] [stderr] 1952 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1972:69
[INFO] [stderr]      |
[INFO] [stderr] 1972 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1974:66
[INFO] [stderr]      |
[INFO] [stderr] 1974 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1952:30
[INFO] [stderr]      |
[INFO] [stderr] 1952 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1972:69
[INFO] [stderr]      |
[INFO] [stderr] 1972 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:1974:66
[INFO] [stderr]      |
[INFO] [stderr] 1974 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2109:30
[INFO] [stderr]      |
[INFO] [stderr] 2109 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2132:72
[INFO] [stderr]      |
[INFO] [stderr] 2132 |                         SetPurposeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2134:69
[INFO] [stderr]      |
[INFO] [stderr] 2134 |                         SetPurposeError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2109:30
[INFO] [stderr]      |
[INFO] [stderr] 2109 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2132:72
[INFO] [stderr]      |
[INFO] [stderr] 2132 |                         SetPurposeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2134:69
[INFO] [stderr]      |
[INFO] [stderr] 2134 |                         SetPurposeError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2269:30
[INFO] [stderr]      |
[INFO] [stderr] 2269 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2292:70
[INFO] [stderr]      |
[INFO] [stderr] 2292 |                         SetTopicError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2294:67
[INFO] [stderr]      |
[INFO] [stderr] 2294 |                         SetTopicError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2269:30
[INFO] [stderr]      |
[INFO] [stderr] 2269 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2292:70
[INFO] [stderr]      |
[INFO] [stderr] 2292 |                         SetTopicError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2294:67
[INFO] [stderr]      |
[INFO] [stderr] 2294 |                         SetTopicError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2419:30
[INFO] [stderr]      |
[INFO] [stderr] 2419 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2441:71
[INFO] [stderr]      |
[INFO] [stderr] 2441 |                         UnarchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2443:68
[INFO] [stderr]      |
[INFO] [stderr] 2443 |                         UnarchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2419:30
[INFO] [stderr]      |
[INFO] [stderr] 2419 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2441:71
[INFO] [stderr]      |
[INFO] [stderr] 2441 |                         UnarchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/channels.rs:2443:68
[INFO] [stderr]      |
[INFO] [stderr] 2443 |                         UnarchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:137:30
[INFO] [stderr]     |
[INFO] [stderr] 137 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:159:68
[INFO] [stderr]     |
[INFO] [stderr] 159 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:161:65
[INFO] [stderr]     |
[INFO] [stderr] 161 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:137:30
[INFO] [stderr]     |
[INFO] [stderr] 137 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:159:68
[INFO] [stderr]     |
[INFO] [stderr] 159 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:161:65
[INFO] [stderr]     |
[INFO] [stderr] 161 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:300:30
[INFO] [stderr]     |
[INFO] [stderr] 300 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:324:71
[INFO] [stderr]     |
[INFO] [stderr] 324 |                         MeMessageError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:326:68
[INFO] [stderr]     |
[INFO] [stderr] 326 |                         MeMessageError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:300:30
[INFO] [stderr]     |
[INFO] [stderr] 300 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:324:71
[INFO] [stderr]     |
[INFO] [stderr] 324 |                         MeMessageError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:326:68
[INFO] [stderr]     |
[INFO] [stderr] 326 |                         MeMessageError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:516:30
[INFO] [stderr]     |
[INFO] [stderr] 516 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:541:73
[INFO] [stderr]     |
[INFO] [stderr] 541 |                         PostMessageError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:543:70
[INFO] [stderr]     |
[INFO] [stderr] 543 |                         PostMessageError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:675:30
[INFO] [stderr]     |
[INFO] [stderr] 675 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:694:68
[INFO] [stderr]     |
[INFO] [stderr] 694 |                         UnfurlError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:696:65
[INFO] [stderr]     |
[INFO] [stderr] 696 |                         UnfurlError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:516:30
[INFO] [stderr]     |
[INFO] [stderr] 516 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:541:73
[INFO] [stderr]     |
[INFO] [stderr] 541 |                         PostMessageError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:543:70
[INFO] [stderr]     |
[INFO] [stderr] 543 |                         PostMessageError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:859:30
[INFO] [stderr]     |
[INFO] [stderr] 859 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:884:68
[INFO] [stderr]     |
[INFO] [stderr] 884 |                         UpdateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:886:65
[INFO] [stderr]     |
[INFO] [stderr] 886 |                         UpdateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:675:30
[INFO] [stderr]     |
[INFO] [stderr] 675 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:694:68
[INFO] [stderr]     |
[INFO] [stderr] 694 |                         UnfurlError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:696:65
[INFO] [stderr]     |
[INFO] [stderr] 696 |                         UnfurlError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:107:30
[INFO] [stderr]     |
[INFO] [stderr] 107 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:127:68
[INFO] [stderr]     |
[INFO] [stderr] 127 |                         EndDndError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:129:65
[INFO] [stderr]     |
[INFO] [stderr] 129 |                         EndDndError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:859:30
[INFO] [stderr]     |
[INFO] [stderr] 859 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:884:68
[INFO] [stderr]     |
[INFO] [stderr] 884 |                         UpdateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/chat.rs:886:65
[INFO] [stderr]     |
[INFO] [stderr] 886 |                         UpdateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:244:30
[INFO] [stderr]     |
[INFO] [stderr] 244 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:265:71
[INFO] [stderr]     |
[INFO] [stderr] 265 |                         EndSnoozeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:267:68
[INFO] [stderr]     |
[INFO] [stderr] 267 |                         EndSnoozeError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:107:30
[INFO] [stderr]     |
[INFO] [stderr] 107 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:127:68
[INFO] [stderr]     |
[INFO] [stderr] 127 |                         EndDndError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:129:65
[INFO] [stderr]     |
[INFO] [stderr] 129 |                         EndDndError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:244:30
[INFO] [stderr]     |
[INFO] [stderr] 244 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:265:71
[INFO] [stderr]     |
[INFO] [stderr] 265 |                         EndSnoozeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:267:68
[INFO] [stderr]     |
[INFO] [stderr] 267 |                         EndSnoozeError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:391:30
[INFO] [stderr]     |
[INFO] [stderr] 391 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:410:66
[INFO] [stderr]     |
[INFO] [stderr] 410 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:412:63
[INFO] [stderr]     |
[INFO] [stderr] 412 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:391:30
[INFO] [stderr]     |
[INFO] [stderr] 391 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:410:66
[INFO] [stderr]     |
[INFO] [stderr] 410 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:412:63
[INFO] [stderr]     |
[INFO] [stderr] 412 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:541:30
[INFO] [stderr]     |
[INFO] [stderr] 541 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:562:71
[INFO] [stderr]     |
[INFO] [stderr] 562 |                         SetSnoozeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:564:68
[INFO] [stderr]     |
[INFO] [stderr] 564 |                         SetSnoozeError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:541:30
[INFO] [stderr]     |
[INFO] [stderr] 541 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:562:71
[INFO] [stderr]     |
[INFO] [stderr] 562 |                         SetSnoozeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:564:68
[INFO] [stderr]     |
[INFO] [stderr] 564 |                         SetSnoozeError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:681:30
[INFO] [stderr]     |
[INFO] [stderr] 681 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:699:70
[INFO] [stderr]     |
[INFO] [stderr] 699 |                         TeamInfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:701:67
[INFO] [stderr]     |
[INFO] [stderr] 701 |                         TeamInfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:681:30
[INFO] [stderr]     |
[INFO] [stderr] 681 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:699:70
[INFO] [stderr]     |
[INFO] [stderr] 699 |                         TeamInfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/dnd.rs:701:67
[INFO] [stderr]     |
[INFO] [stderr] 701 |                         TeamInfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/emoji.rs:101:30
[INFO] [stderr]     |
[INFO] [stderr] 101 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/emoji.rs:119:66
[INFO] [stderr]     |
[INFO] [stderr] 119 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/emoji.rs:121:63
[INFO] [stderr]     |
[INFO] [stderr] 121 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/emoji.rs:101:30
[INFO] [stderr]     |
[INFO] [stderr] 101 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/emoji.rs:119:66
[INFO] [stderr]     |
[INFO] [stderr] 119 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/emoji.rs:121:63
[INFO] [stderr]     |
[INFO] [stderr] 121 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:127:30
[INFO] [stderr]     |
[INFO] [stderr] 127 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:148:65
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:150:62
[INFO] [stderr]     |
[INFO] [stderr] 150 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:277:30
[INFO] [stderr]     |
[INFO] [stderr] 277 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:298:68
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:300:65
[INFO] [stderr]     |
[INFO] [stderr] 300 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:127:30
[INFO] [stderr]     |
[INFO] [stderr] 127 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:148:65
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:150:62
[INFO] [stderr]     |
[INFO] [stderr] 150 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:460:66
[INFO] [stderr]     |
[INFO] [stderr] 460 |                         EditError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:462:63
[INFO] [stderr]     |
[INFO] [stderr] 462 |                         EditError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:277:30
[INFO] [stderr]     |
[INFO] [stderr] 277 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:298:68
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:300:65
[INFO] [stderr]     |
[INFO] [stderr] 300 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:121:30
[INFO] [stderr]     |
[INFO] [stderr] 121 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:142:68
[INFO] [stderr]     |
[INFO] [stderr] 142 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:144:65
[INFO] [stderr]     |
[INFO] [stderr] 144 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:460:66
[INFO] [stderr]     |
[INFO] [stderr] 460 |                         EditError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files_comments.rs:462:63
[INFO] [stderr]     |
[INFO] [stderr] 462 |                         EditError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:276:30
[INFO] [stderr]     |
[INFO] [stderr] 276 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:296:66
[INFO] [stderr]     |
[INFO] [stderr] 296 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:298:63
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:121:30
[INFO] [stderr]     |
[INFO] [stderr] 121 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:142:68
[INFO] [stderr]     |
[INFO] [stderr] 142 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:144:65
[INFO] [stderr]     |
[INFO] [stderr] 144 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:458:30
[INFO] [stderr]     |
[INFO] [stderr] 458 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:479:66
[INFO] [stderr]     |
[INFO] [stderr] 479 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:481:63
[INFO] [stderr]     |
[INFO] [stderr] 481 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:606:30
[INFO] [stderr]     |
[INFO] [stderr] 606 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:627:77
[INFO] [stderr]     |
[INFO] [stderr] 627 |                         RevokePublicURLError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:629:74
[INFO] [stderr]     |
[INFO] [stderr] 629 |                         RevokePublicURLError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:757:30
[INFO] [stderr]     |
[INFO] [stderr] 757 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:779:77
[INFO] [stderr]     |
[INFO] [stderr] 779 |                         SharedPublicURLError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:781:74
[INFO] [stderr]     |
[INFO] [stderr] 781 |                         SharedPublicURLError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:276:30
[INFO] [stderr]     |
[INFO] [stderr] 276 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:296:66
[INFO] [stderr]     |
[INFO] [stderr] 296 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:298:63
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:131:30
[INFO] [stderr]     |
[INFO] [stderr] 131 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:155:69
[INFO] [stderr]     |
[INFO] [stderr] 155 |                         ArchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:157:66
[INFO] [stderr]     |
[INFO] [stderr] 157 |                         ArchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:272:30
[INFO] [stderr]     |
[INFO] [stderr] 272 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:291:67
[INFO] [stderr]     |
[INFO] [stderr] 291 |                         CloseError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:293:64
[INFO] [stderr]     |
[INFO] [stderr] 293 |                         CloseError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:458:30
[INFO] [stderr]     |
[INFO] [stderr] 458 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:479:66
[INFO] [stderr]     |
[INFO] [stderr] 479 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:481:63
[INFO] [stderr]     |
[INFO] [stderr] 481 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:444:30
[INFO] [stderr]     |
[INFO] [stderr] 444 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:472:68
[INFO] [stderr]     |
[INFO] [stderr] 472 |                         CreateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:474:65
[INFO] [stderr]     |
[INFO] [stderr] 474 |                         CreateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:606:30
[INFO] [stderr]     |
[INFO] [stderr] 606 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:627:77
[INFO] [stderr]     |
[INFO] [stderr] 627 |                         RevokePublicURLError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:629:74
[INFO] [stderr]     |
[INFO] [stderr] 629 |                         RevokePublicURLError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:603:30
[INFO] [stderr]     |
[INFO] [stderr] 603 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:626:73
[INFO] [stderr]     |
[INFO] [stderr] 626 |                         CreateChildError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:628:70
[INFO] [stderr]     |
[INFO] [stderr] 628 |                         CreateChildError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:757:30
[INFO] [stderr]     |
[INFO] [stderr] 757 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:779:77
[INFO] [stderr]     |
[INFO] [stderr] 779 |                         SharedPublicURLError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/files.rs:781:74
[INFO] [stderr]     |
[INFO] [stderr] 781 |                         SharedPublicURLError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:776:30
[INFO] [stderr]     |
[INFO] [stderr] 776 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:797:69
[INFO] [stderr]     |
[INFO] [stderr] 797 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:799:66
[INFO] [stderr]     |
[INFO] [stderr] 799 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:131:30
[INFO] [stderr]     |
[INFO] [stderr] 131 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:155:69
[INFO] [stderr]     |
[INFO] [stderr] 155 |                         ArchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:157:66
[INFO] [stderr]     |
[INFO] [stderr] 157 |                         ArchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:915:30
[INFO] [stderr]     |
[INFO] [stderr] 915 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:934:66
[INFO] [stderr]     |
[INFO] [stderr] 934 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:936:63
[INFO] [stderr]     |
[INFO] [stderr] 936 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:272:30
[INFO] [stderr]     |
[INFO] [stderr] 272 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:291:67
[INFO] [stderr]     |
[INFO] [stderr] 291 |                         CloseError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:293:64
[INFO] [stderr]     |
[INFO] [stderr] 293 |                         CloseError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1079:30
[INFO] [stderr]      |
[INFO] [stderr] 1079 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1105:68
[INFO] [stderr]      |
[INFO] [stderr] 1105 |                         InviteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1107:65
[INFO] [stderr]      |
[INFO] [stderr] 1107 |                         InviteError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:444:30
[INFO] [stderr]     |
[INFO] [stderr] 444 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:472:68
[INFO] [stderr]     |
[INFO] [stderr] 472 |                         CreateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:474:65
[INFO] [stderr]     |
[INFO] [stderr] 474 |                         CreateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1246:30
[INFO] [stderr]      |
[INFO] [stderr] 1246 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1271:66
[INFO] [stderr]      |
[INFO] [stderr] 1271 |                         KickError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1273:63
[INFO] [stderr]      |
[INFO] [stderr] 1273 |                         KickError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1397:30
[INFO] [stderr]      |
[INFO] [stderr] 1397 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:603:30
[INFO] [stderr]     |
[INFO] [stderr] 603 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1419:67
[INFO] [stderr]      |
[INFO] [stderr] 1419 |                         LeaveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:626:73
[INFO] [stderr]     |
[INFO] [stderr] 626 |                         CreateChildError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1421:64
[INFO] [stderr]      |
[INFO] [stderr] 1421 |                         LeaveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:628:70
[INFO] [stderr]     |
[INFO] [stderr] 628 |                         CreateChildError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1539:30
[INFO] [stderr]      |
[INFO] [stderr] 1539 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1557:66
[INFO] [stderr]      |
[INFO] [stderr] 1557 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1559:63
[INFO] [stderr]      |
[INFO] [stderr] 1559 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1683:30
[INFO] [stderr]      |
[INFO] [stderr] 1683 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:776:30
[INFO] [stderr]     |
[INFO] [stderr] 776 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1703:66
[INFO] [stderr]      |
[INFO] [stderr] 1703 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1705:63
[INFO] [stderr]      |
[INFO] [stderr] 1705 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:797:69
[INFO] [stderr]     |
[INFO] [stderr] 797 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:799:66
[INFO] [stderr]     |
[INFO] [stderr] 799 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1820:30
[INFO] [stderr]      |
[INFO] [stderr] 1820 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1839:66
[INFO] [stderr]      |
[INFO] [stderr] 1839 |                         OpenError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1841:63
[INFO] [stderr]      |
[INFO] [stderr] 1841 |                         OpenError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:915:30
[INFO] [stderr]     |
[INFO] [stderr] 915 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:934:66
[INFO] [stderr]     |
[INFO] [stderr] 934 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/groups.rs:936:63
[INFO] [stderr]     |
[INFO] [stderr] 936 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1079:30
[INFO] [stderr]      |
[INFO] [stderr] 1079 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1105:68
[INFO] [stderr]      |
[INFO] [stderr] 1105 |                         InviteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1107:65
[INFO] [stderr]      |
[INFO] [stderr] 1107 |                         InviteError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2000:30
[INFO] [stderr]      |
[INFO] [stderr] 2000 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2027:68
[INFO] [stderr]      |
[INFO] [stderr] 2027 |                         RenameError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2029:65
[INFO] [stderr]      |
[INFO] [stderr] 2029 |                         RenameError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1246:30
[INFO] [stderr]      |
[INFO] [stderr] 1246 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1271:66
[INFO] [stderr]      |
[INFO] [stderr] 1271 |                         KickError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1273:63
[INFO] [stderr]      |
[INFO] [stderr] 1273 |                         KickError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2159:30
[INFO] [stderr]      |
[INFO] [stderr] 2159 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2180:69
[INFO] [stderr]      |
[INFO] [stderr] 2180 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2182:66
[INFO] [stderr]      |
[INFO] [stderr] 2182 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1397:30
[INFO] [stderr]      |
[INFO] [stderr] 1397 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1419:67
[INFO] [stderr]      |
[INFO] [stderr] 1419 |                         LeaveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1421:64
[INFO] [stderr]      |
[INFO] [stderr] 1421 |                         LeaveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2314:30
[INFO] [stderr]      |
[INFO] [stderr] 2314 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2336:72
[INFO] [stderr]      |
[INFO] [stderr] 2336 |                         SetPurposeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2338:69
[INFO] [stderr]      |
[INFO] [stderr] 2338 |                         SetPurposeError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1539:30
[INFO] [stderr]      |
[INFO] [stderr] 1539 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1557:66
[INFO] [stderr]      |
[INFO] [stderr] 1557 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1559:63
[INFO] [stderr]      |
[INFO] [stderr] 1559 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2470:30
[INFO] [stderr]      |
[INFO] [stderr] 2470 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2492:70
[INFO] [stderr]      |
[INFO] [stderr] 2492 |                         SetTopicError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2494:67
[INFO] [stderr]      |
[INFO] [stderr] 2494 |                         SetTopicError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1683:30
[INFO] [stderr]      |
[INFO] [stderr] 1683 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1703:66
[INFO] [stderr]      |
[INFO] [stderr] 1703 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1705:63
[INFO] [stderr]      |
[INFO] [stderr] 1705 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2619:30
[INFO] [stderr]      |
[INFO] [stderr] 2619 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2641:71
[INFO] [stderr]      |
[INFO] [stderr] 2641 |                         UnarchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1820:30
[INFO] [stderr]      |
[INFO] [stderr] 1820 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2643:68
[INFO] [stderr]      |
[INFO] [stderr] 2643 |                         UnarchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1839:66
[INFO] [stderr]      |
[INFO] [stderr] 1839 |                         OpenError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:1841:63
[INFO] [stderr]      |
[INFO] [stderr] 1841 |                         OpenError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:118:30
[INFO] [stderr]     |
[INFO] [stderr] 118 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:138:67
[INFO] [stderr]     |
[INFO] [stderr] 138 |                         CloseError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:140:64
[INFO] [stderr]     |
[INFO] [stderr] 140 |                         CloseError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2000:30
[INFO] [stderr]      |
[INFO] [stderr] 2000 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2027:68
[INFO] [stderr]      |
[INFO] [stderr] 2027 |                         RenameError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2029:65
[INFO] [stderr]      |
[INFO] [stderr] 2029 |                         RenameError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:288:30
[INFO] [stderr]     |
[INFO] [stderr] 288 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:309:69
[INFO] [stderr]     |
[INFO] [stderr] 309 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:311:66
[INFO] [stderr]     |
[INFO] [stderr] 311 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:431:30
[INFO] [stderr]     |
[INFO] [stderr] 431 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:449:66
[INFO] [stderr]     |
[INFO] [stderr] 449 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:451:63
[INFO] [stderr]     |
[INFO] [stderr] 451 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2159:30
[INFO] [stderr]      |
[INFO] [stderr] 2159 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2180:69
[INFO] [stderr]      |
[INFO] [stderr] 2180 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2182:66
[INFO] [stderr]      |
[INFO] [stderr] 2182 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:578:30
[INFO] [stderr]     |
[INFO] [stderr] 578 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:599:66
[INFO] [stderr]     |
[INFO] [stderr] 599 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:601:63
[INFO] [stderr]     |
[INFO] [stderr] 601 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2314:30
[INFO] [stderr]      |
[INFO] [stderr] 2314 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2336:72
[INFO] [stderr]      |
[INFO] [stderr] 2336 |                         SetPurposeError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2338:69
[INFO] [stderr]      |
[INFO] [stderr] 2338 |                         SetPurposeError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:731:30
[INFO] [stderr]     |
[INFO] [stderr] 731 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:752:66
[INFO] [stderr]     |
[INFO] [stderr] 752 |                         OpenError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:754:63
[INFO] [stderr]     |
[INFO] [stderr] 754 |                         OpenError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2470:30
[INFO] [stderr]      |
[INFO] [stderr] 2470 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2492:70
[INFO] [stderr]      |
[INFO] [stderr] 2492 |                         SetTopicError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2494:67
[INFO] [stderr]      |
[INFO] [stderr] 2494 |                         SetTopicError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:884:30
[INFO] [stderr]     |
[INFO] [stderr] 884 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:905:69
[INFO] [stderr]     |
[INFO] [stderr] 905 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:907:66
[INFO] [stderr]     |
[INFO] [stderr] 907 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2619:30
[INFO] [stderr]      |
[INFO] [stderr] 2619 |         write!(f, "{}", self.description())
[INFO] [stderr]      |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2641:71
[INFO] [stderr]      |
[INFO] [stderr] 2641 |                         UnarchiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]      |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/mods/groups.rs:2643:68
[INFO] [stderr]      |
[INFO] [stderr] 2643 |                         UnarchiveError::Client(ref inner) => inner.description()
[INFO] [stderr]      |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:115:30
[INFO] [stderr]     |
[INFO] [stderr] 115 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:134:67
[INFO] [stderr]     |
[INFO] [stderr] 134 |                         CloseError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:136:64
[INFO] [stderr]     |
[INFO] [stderr] 136 |                         CloseError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:118:30
[INFO] [stderr]     |
[INFO] [stderr] 118 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:138:67
[INFO] [stderr]     |
[INFO] [stderr] 138 |                         CloseError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:140:64
[INFO] [stderr]     |
[INFO] [stderr] 140 |                         CloseError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:284:30
[INFO] [stderr]     |
[INFO] [stderr] 284 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:305:69
[INFO] [stderr]     |
[INFO] [stderr] 305 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:307:66
[INFO] [stderr]     |
[INFO] [stderr] 307 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:288:30
[INFO] [stderr]     |
[INFO] [stderr] 288 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:309:69
[INFO] [stderr]     |
[INFO] [stderr] 309 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:311:66
[INFO] [stderr]     |
[INFO] [stderr] 311 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:409:30
[INFO] [stderr]     |
[INFO] [stderr] 409 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:427:66
[INFO] [stderr]     |
[INFO] [stderr] 427 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:429:63
[INFO] [stderr]     |
[INFO] [stderr] 429 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:431:30
[INFO] [stderr]     |
[INFO] [stderr] 431 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:449:66
[INFO] [stderr]     |
[INFO] [stderr] 449 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:451:63
[INFO] [stderr]     |
[INFO] [stderr] 451 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:553:30
[INFO] [stderr]     |
[INFO] [stderr] 553 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:573:66
[INFO] [stderr]     |
[INFO] [stderr] 573 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:575:63
[INFO] [stderr]     |
[INFO] [stderr] 575 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:578:30
[INFO] [stderr]     |
[INFO] [stderr] 578 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:599:66
[INFO] [stderr]     |
[INFO] [stderr] 599 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:601:63
[INFO] [stderr]     |
[INFO] [stderr] 601 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:697:30
[INFO] [stderr]     |
[INFO] [stderr] 697 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:718:66
[INFO] [stderr]     |
[INFO] [stderr] 718 |                         OpenError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:720:63
[INFO] [stderr]     |
[INFO] [stderr] 720 |                         OpenError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:731:30
[INFO] [stderr]     |
[INFO] [stderr] 731 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:752:66
[INFO] [stderr]     |
[INFO] [stderr] 752 |                         OpenError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:754:63
[INFO] [stderr]     |
[INFO] [stderr] 754 |                         OpenError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:850:30
[INFO] [stderr]     |
[INFO] [stderr] 850 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:871:69
[INFO] [stderr]     |
[INFO] [stderr] 871 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:873:66
[INFO] [stderr]     |
[INFO] [stderr] 873 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:884:30
[INFO] [stderr]     |
[INFO] [stderr] 884 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:905:69
[INFO] [stderr]     |
[INFO] [stderr] 905 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/im.rs:907:66
[INFO] [stderr]     |
[INFO] [stderr] 907 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/oauth.rs:115:30
[INFO] [stderr]     |
[INFO] [stderr] 115 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/oauth.rs:134:68
[INFO] [stderr]     |
[INFO] [stderr] 134 |                         AccessError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/oauth.rs:136:65
[INFO] [stderr]     |
[INFO] [stderr] 136 |                         AccessError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:115:30
[INFO] [stderr]     |
[INFO] [stderr] 115 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:134:67
[INFO] [stderr]     |
[INFO] [stderr] 134 |                         CloseError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:136:64
[INFO] [stderr]     |
[INFO] [stderr] 136 |                         CloseError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:152:30
[INFO] [stderr]     |
[INFO] [stderr] 152 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:179:65
[INFO] [stderr]     |
[INFO] [stderr] 179 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:181:62
[INFO] [stderr]     |
[INFO] [stderr] 181 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:284:30
[INFO] [stderr]     |
[INFO] [stderr] 284 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:305:69
[INFO] [stderr]     |
[INFO] [stderr] 305 |                         HistoryError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:307:66
[INFO] [stderr]     |
[INFO] [stderr] 307 |                         HistoryError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:409:30
[INFO] [stderr]     |
[INFO] [stderr] 409 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:427:66
[INFO] [stderr]     |
[INFO] [stderr] 427 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:429:63
[INFO] [stderr]     |
[INFO] [stderr] 429 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:553:30
[INFO] [stderr]     |
[INFO] [stderr] 553 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:573:66
[INFO] [stderr]     |
[INFO] [stderr] 573 |                         MarkError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:575:63
[INFO] [stderr]     |
[INFO] [stderr] 575 |                         MarkError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:697:30
[INFO] [stderr]     |
[INFO] [stderr] 697 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:371:30
[INFO] [stderr]     |
[INFO] [stderr] 371 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:718:66
[INFO] [stderr]     |
[INFO] [stderr] 718 |                         OpenError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:390:66
[INFO] [stderr]     |
[INFO] [stderr] 390 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:392:63
[INFO] [stderr]     |
[INFO] [stderr] 392 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:720:63
[INFO] [stderr]     |
[INFO] [stderr] 720 |                         OpenError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:539:30
[INFO] [stderr]     |
[INFO] [stderr] 539 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:564:68
[INFO] [stderr]     |
[INFO] [stderr] 564 |                         RemoveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:566:65
[INFO] [stderr]     |
[INFO] [stderr] 566 |                         RemoveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:850:30
[INFO] [stderr]     |
[INFO] [stderr] 850 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:871:69
[INFO] [stderr]     |
[INFO] [stderr] 871 |                         RepliesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/mpim.rs:873:66
[INFO] [stderr]     |
[INFO] [stderr] 873 |                         RepliesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/oauth.rs:115:30
[INFO] [stderr]     |
[INFO] [stderr] 115 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:155:30
[INFO] [stderr]     |
[INFO] [stderr] 155 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/oauth.rs:134:68
[INFO] [stderr]     |
[INFO] [stderr] 134 |                         AccessError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/oauth.rs:136:65
[INFO] [stderr]     |
[INFO] [stderr] 136 |                         AccessError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:182:65
[INFO] [stderr]     |
[INFO] [stderr] 182 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:184:62
[INFO] [stderr]     |
[INFO] [stderr] 184 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:152:30
[INFO] [stderr]     |
[INFO] [stderr] 152 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:179:65
[INFO] [stderr]     |
[INFO] [stderr] 179 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:181:62
[INFO] [stderr]     |
[INFO] [stderr] 181 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:460:65
[INFO] [stderr]     |
[INFO] [stderr] 460 |                         GetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:462:62
[INFO] [stderr]     |
[INFO] [stderr] 462 |                         GetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:371:30
[INFO] [stderr]     |
[INFO] [stderr] 371 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:390:66
[INFO] [stderr]     |
[INFO] [stderr] 390 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:392:63
[INFO] [stderr]     |
[INFO] [stderr] 392 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:539:30
[INFO] [stderr]     |
[INFO] [stderr] 539 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:564:68
[INFO] [stderr]     |
[INFO] [stderr] 564 |                         RemoveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/pins.rs:566:65
[INFO] [stderr]     |
[INFO] [stderr] 566 |                         RemoveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:663:30
[INFO] [stderr]     |
[INFO] [stderr] 663 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:682:66
[INFO] [stderr]     |
[INFO] [stderr] 682 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:684:63
[INFO] [stderr]     |
[INFO] [stderr] 684 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:155:30
[INFO] [stderr]     |
[INFO] [stderr] 155 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:182:65
[INFO] [stderr]     |
[INFO] [stderr] 182 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:184:62
[INFO] [stderr]     |
[INFO] [stderr] 184 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:834:30
[INFO] [stderr]     |
[INFO] [stderr] 834 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:859:68
[INFO] [stderr]     |
[INFO] [stderr] 859 |                         RemoveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:861:65
[INFO] [stderr]     |
[INFO] [stderr] 861 |                         RemoveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:143:30
[INFO] [stderr]     |
[INFO] [stderr] 143 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:168:65
[INFO] [stderr]     |
[INFO] [stderr] 168 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:170:62
[INFO] [stderr]     |
[INFO] [stderr] 170 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:295:30
[INFO] [stderr]     |
[INFO] [stderr] 295 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:317:70
[INFO] [stderr]     |
[INFO] [stderr] 317 |                         CompleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:319:67
[INFO] [stderr]     |
[INFO] [stderr] 319 |                         CompleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:460:65
[INFO] [stderr]     |
[INFO] [stderr] 460 |                         GetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:462:62
[INFO] [stderr]     |
[INFO] [stderr] 462 |                         GetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:457:68
[INFO] [stderr]     |
[INFO] [stderr] 457 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:459:65
[INFO] [stderr]     |
[INFO] [stderr] 459 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:578:30
[INFO] [stderr]     |
[INFO] [stderr] 578 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:598:66
[INFO] [stderr]     |
[INFO] [stderr] 598 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:600:63
[INFO] [stderr]     |
[INFO] [stderr] 600 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:705:30
[INFO] [stderr]     |
[INFO] [stderr] 705 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:724:66
[INFO] [stderr]     |
[INFO] [stderr] 724 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:726:63
[INFO] [stderr]     |
[INFO] [stderr] 726 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:663:30
[INFO] [stderr]     |
[INFO] [stderr] 663 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:682:66
[INFO] [stderr]     |
[INFO] [stderr] 682 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:684:63
[INFO] [stderr]     |
[INFO] [stderr] 684 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:834:30
[INFO] [stderr]     |
[INFO] [stderr] 834 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:859:68
[INFO] [stderr]     |
[INFO] [stderr] 859 |                         RemoveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reactions.rs:861:65
[INFO] [stderr]     |
[INFO] [stderr] 861 |                         RemoveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:120:30
[INFO] [stderr]     |
[INFO] [stderr] 120 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:138:69
[INFO] [stderr]     |
[INFO] [stderr] 138 |                         ConnectError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:140:66
[INFO] [stderr]     |
[INFO] [stderr] 140 |                         ConnectError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:143:30
[INFO] [stderr]     |
[INFO] [stderr] 143 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:168:65
[INFO] [stderr]     |
[INFO] [stderr] 168 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:170:62
[INFO] [stderr]     |
[INFO] [stderr] 170 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:295:30
[INFO] [stderr]     |
[INFO] [stderr] 295 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:317:70
[INFO] [stderr]     |
[INFO] [stderr] 317 |                         CompleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:319:67
[INFO] [stderr]     |
[INFO] [stderr] 319 |                         CompleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:293:30
[INFO] [stderr]     |
[INFO] [stderr] 293 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:312:67
[INFO] [stderr]     |
[INFO] [stderr] 312 |                         StartError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:314:64
[INFO] [stderr]     |
[INFO] [stderr] 314 |                         StartError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:457:68
[INFO] [stderr]     |
[INFO] [stderr] 457 |                         DeleteError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:459:65
[INFO] [stderr]     |
[INFO] [stderr] 459 |                         DeleteError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:578:30
[INFO] [stderr]     |
[INFO] [stderr] 578 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:598:66
[INFO] [stderr]     |
[INFO] [stderr] 598 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:600:63
[INFO] [stderr]     |
[INFO] [stderr] 600 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:152:30
[INFO] [stderr]     |
[INFO] [stderr] 152 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:171:65
[INFO] [stderr]     |
[INFO] [stderr] 171 |                         AllError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:173:62
[INFO] [stderr]     |
[INFO] [stderr] 173 |                         AllError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:705:30
[INFO] [stderr]     |
[INFO] [stderr] 705 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:724:66
[INFO] [stderr]     |
[INFO] [stderr] 724 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/reminders.rs:726:63
[INFO] [stderr]     |
[INFO] [stderr] 726 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:319:30
[INFO] [stderr]     |
[INFO] [stderr] 319 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:338:67
[INFO] [stderr]     |
[INFO] [stderr] 338 |                         FilesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:340:64
[INFO] [stderr]     |
[INFO] [stderr] 340 |                         FilesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:120:30
[INFO] [stderr]     |
[INFO] [stderr] 120 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:138:69
[INFO] [stderr]     |
[INFO] [stderr] 138 |                         ConnectError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:140:66
[INFO] [stderr]     |
[INFO] [stderr] 140 |                         ConnectError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:487:30
[INFO] [stderr]     |
[INFO] [stderr] 487 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:506:70
[INFO] [stderr]     |
[INFO] [stderr] 506 |                         MessagesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:508:67
[INFO] [stderr]     |
[INFO] [stderr] 508 |                         MessagesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:146:30
[INFO] [stderr]     |
[INFO] [stderr] 146 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:171:65
[INFO] [stderr]     |
[INFO] [stderr] 171 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:173:62
[INFO] [stderr]     |
[INFO] [stderr] 173 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:293:30
[INFO] [stderr]     |
[INFO] [stderr] 293 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:312:67
[INFO] [stderr]     |
[INFO] [stderr] 312 |                         StartError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/rtm.rs:314:64
[INFO] [stderr]     |
[INFO] [stderr] 314 |                         StartError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:152:30
[INFO] [stderr]     |
[INFO] [stderr] 152 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:171:65
[INFO] [stderr]     |
[INFO] [stderr] 171 |                         AllError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:173:62
[INFO] [stderr]     |
[INFO] [stderr] 173 |                         AllError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:406:30
[INFO] [stderr]     |
[INFO] [stderr] 406 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:427:66
[INFO] [stderr]     |
[INFO] [stderr] 427 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:429:63
[INFO] [stderr]     |
[INFO] [stderr] 429 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:319:30
[INFO] [stderr]     |
[INFO] [stderr] 319 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:338:67
[INFO] [stderr]     |
[INFO] [stderr] 338 |                         FilesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:340:64
[INFO] [stderr]     |
[INFO] [stderr] 340 |                         FilesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:576:30
[INFO] [stderr]     |
[INFO] [stderr] 576 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:601:68
[INFO] [stderr]     |
[INFO] [stderr] 601 |                         RemoveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:603:65
[INFO] [stderr]     |
[INFO] [stderr] 603 |                         RemoveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:487:30
[INFO] [stderr]     |
[INFO] [stderr] 487 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:506:70
[INFO] [stderr]     |
[INFO] [stderr] 506 |                         MessagesError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/search.rs:508:67
[INFO] [stderr]     |
[INFO] [stderr] 508 |                         MessagesError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:149:30
[INFO] [stderr]     |
[INFO] [stderr] 149 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:146:30
[INFO] [stderr]     |
[INFO] [stderr] 146 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:170:72
[INFO] [stderr]     |
[INFO] [stderr] 170 |                         AccessLogsError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:172:69
[INFO] [stderr]     |
[INFO] [stderr] 172 |                         AccessLogsError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:171:65
[INFO] [stderr]     |
[INFO] [stderr] 171 |                         AddError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:173:62
[INFO] [stderr]     |
[INFO] [stderr] 173 |                         AddError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:295:30
[INFO] [stderr]     |
[INFO] [stderr] 295 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:315:74
[INFO] [stderr]     |
[INFO] [stderr] 315 |                         BillableInfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:317:71
[INFO] [stderr]     |
[INFO] [stderr] 317 |                         BillableInfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:419:30
[INFO] [stderr]     |
[INFO] [stderr] 419 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:437:66
[INFO] [stderr]     |
[INFO] [stderr] 437 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:439:63
[INFO] [stderr]     |
[INFO] [stderr] 439 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:598:30
[INFO] [stderr]     |
[INFO] [stderr] 598 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:617:77
[INFO] [stderr]     |
[INFO] [stderr] 617 |                         IntegrationLogsError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:619:74
[INFO] [stderr]     |
[INFO] [stderr] 619 |                         IntegrationLogsError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:406:30
[INFO] [stderr]     |
[INFO] [stderr] 406 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:427:66
[INFO] [stderr]     |
[INFO] [stderr] 427 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:429:63
[INFO] [stderr]     |
[INFO] [stderr] 429 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:576:30
[INFO] [stderr]     |
[INFO] [stderr] 576 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:601:68
[INFO] [stderr]     |
[INFO] [stderr] 601 |                         RemoveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/stars.rs:603:65
[INFO] [stderr]     |
[INFO] [stderr] 603 |                         RemoveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team_profile.rs:138:30
[INFO] [stderr]     |
[INFO] [stderr] 138 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team_profile.rs:157:65
[INFO] [stderr]     |
[INFO] [stderr] 157 |                         GetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team_profile.rs:159:62
[INFO] [stderr]     |
[INFO] [stderr] 159 |                         GetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:138:30
[INFO] [stderr]     |
[INFO] [stderr] 138 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:158:68
[INFO] [stderr]     |
[INFO] [stderr] 158 |                         CreateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:160:65
[INFO] [stderr]     |
[INFO] [stderr] 160 |                         CreateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:149:30
[INFO] [stderr]     |
[INFO] [stderr] 149 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:170:72
[INFO] [stderr]     |
[INFO] [stderr] 170 |                         AccessLogsError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:172:69
[INFO] [stderr]     |
[INFO] [stderr] 172 |                         AccessLogsError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:288:30
[INFO] [stderr]     |
[INFO] [stderr] 288 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:308:69
[INFO] [stderr]     |
[INFO] [stderr] 308 |                         DisableError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:310:66
[INFO] [stderr]     |
[INFO] [stderr] 310 |                         DisableError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:295:30
[INFO] [stderr]     |
[INFO] [stderr] 295 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:315:74
[INFO] [stderr]     |
[INFO] [stderr] 315 |                         BillableInfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:317:71
[INFO] [stderr]     |
[INFO] [stderr] 317 |                         BillableInfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:457:68
[INFO] [stderr]     |
[INFO] [stderr] 457 |                         EnableError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:459:65
[INFO] [stderr]     |
[INFO] [stderr] 459 |                         EnableError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:419:30
[INFO] [stderr]     |
[INFO] [stderr] 419 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:437:66
[INFO] [stderr]     |
[INFO] [stderr] 437 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:439:63
[INFO] [stderr]     |
[INFO] [stderr] 439 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:593:30
[INFO] [stderr]     |
[INFO] [stderr] 593 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:613:66
[INFO] [stderr]     |
[INFO] [stderr] 613 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:615:63
[INFO] [stderr]     |
[INFO] [stderr] 615 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:756:30
[INFO] [stderr]     |
[INFO] [stderr] 756 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:776:68
[INFO] [stderr]     |
[INFO] [stderr] 776 |                         UpdateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:778:65
[INFO] [stderr]     |
[INFO] [stderr] 778 |                         UpdateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:126:30
[INFO] [stderr]     |
[INFO] [stderr] 126 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:598:30
[INFO] [stderr]     |
[INFO] [stderr] 598 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:146:66
[INFO] [stderr]     |
[INFO] [stderr] 146 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:148:63
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:617:77
[INFO] [stderr]     |
[INFO] [stderr] 617 |                         IntegrationLogsError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team.rs:619:74
[INFO] [stderr]     |
[INFO] [stderr] 619 |                         IntegrationLogsError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:278:30
[INFO] [stderr]     |
[INFO] [stderr] 278 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:298:68
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         UpdateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:300:65
[INFO] [stderr]     |
[INFO] [stderr] 300 |                         UpdateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:108:30
[INFO] [stderr]     |
[INFO] [stderr] 108 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:127:73
[INFO] [stderr]     |
[INFO] [stderr] 127 |                         DeletePhotoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:129:70
[INFO] [stderr]     |
[INFO] [stderr] 129 |                         DeletePhotoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:243:30
[INFO] [stderr]     |
[INFO] [stderr] 243 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team_profile.rs:138:30
[INFO] [stderr]     |
[INFO] [stderr] 138 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:261:73
[INFO] [stderr]     |
[INFO] [stderr] 261 |                         GetPresenceError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team_profile.rs:157:65
[INFO] [stderr]     |
[INFO] [stderr] 157 |                         GetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:263:70
[INFO] [stderr]     |
[INFO] [stderr] 263 |                         GetPresenceError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/team_profile.rs:159:62
[INFO] [stderr]     |
[INFO] [stderr] 159 |                         GetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:370:30
[INFO] [stderr]     |
[INFO] [stderr] 370 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:389:70
[INFO] [stderr]     |
[INFO] [stderr] 389 |                         IdentityError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:391:67
[INFO] [stderr]     |
[INFO] [stderr] 391 |                         IdentityError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:138:30
[INFO] [stderr]     |
[INFO] [stderr] 138 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:158:68
[INFO] [stderr]     |
[INFO] [stderr] 158 |                         CreateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:160:65
[INFO] [stderr]     |
[INFO] [stderr] 160 |                         CreateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:288:30
[INFO] [stderr]     |
[INFO] [stderr] 288 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:308:69
[INFO] [stderr]     |
[INFO] [stderr] 308 |                         DisableError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:310:66
[INFO] [stderr]     |
[INFO] [stderr] 310 |                         DisableError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:510:30
[INFO] [stderr]     |
[INFO] [stderr] 510 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:530:66
[INFO] [stderr]     |
[INFO] [stderr] 530 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:532:63
[INFO] [stderr]     |
[INFO] [stderr] 532 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:437:30
[INFO] [stderr]     |
[INFO] [stderr] 437 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:457:68
[INFO] [stderr]     |
[INFO] [stderr] 457 |                         EnableError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:459:65
[INFO] [stderr]     |
[INFO] [stderr] 459 |                         EnableError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:650:30
[INFO] [stderr]     |
[INFO] [stderr] 650 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:668:66
[INFO] [stderr]     |
[INFO] [stderr] 668 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:670:63
[INFO] [stderr]     |
[INFO] [stderr] 670 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:593:30
[INFO] [stderr]     |
[INFO] [stderr] 593 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:613:66
[INFO] [stderr]     |
[INFO] [stderr] 613 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:615:63
[INFO] [stderr]     |
[INFO] [stderr] 615 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:772:30
[INFO] [stderr]     |
[INFO] [stderr] 772 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:790:71
[INFO] [stderr]     |
[INFO] [stderr] 790 |                         SetActiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:792:68
[INFO] [stderr]     |
[INFO] [stderr] 792 |                         SetActiveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:756:30
[INFO] [stderr]     |
[INFO] [stderr] 756 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:776:68
[INFO] [stderr]     |
[INFO] [stderr] 776 |                         UpdateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups.rs:778:65
[INFO] [stderr]     |
[INFO] [stderr] 778 |                         UpdateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:908:30
[INFO] [stderr]     |
[INFO] [stderr] 908 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:927:73
[INFO] [stderr]     |
[INFO] [stderr] 927 |                         SetPresenceError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:929:70
[INFO] [stderr]     |
[INFO] [stderr] 929 |                         SetPresenceError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:126:30
[INFO] [stderr]     |
[INFO] [stderr] 126 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:146:66
[INFO] [stderr]     |
[INFO] [stderr] 146 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:148:63
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:126:30
[INFO] [stderr]     |
[INFO] [stderr] 126 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:146:65
[INFO] [stderr]     |
[INFO] [stderr] 146 |                         GetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:148:62
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         GetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:278:30
[INFO] [stderr]     |
[INFO] [stderr] 278 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:298:68
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         UpdateError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/usergroups_users.rs:300:65
[INFO] [stderr]     |
[INFO] [stderr] 300 |                         UpdateError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:294:30
[INFO] [stderr]     |
[INFO] [stderr] 294 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:319:65
[INFO] [stderr]     |
[INFO] [stderr] 319 |                         SetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:321:62
[INFO] [stderr]     |
[INFO] [stderr] 321 |                         SetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:108:30
[INFO] [stderr]     |
[INFO] [stderr] 108 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:127:73
[INFO] [stderr]     |
[INFO] [stderr] 127 |                         DeletePhotoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:129:70
[INFO] [stderr]     |
[INFO] [stderr] 129 |                         DeletePhotoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:243:30
[INFO] [stderr]     |
[INFO] [stderr] 243 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:261:73
[INFO] [stderr]     |
[INFO] [stderr] 261 |                         GetPresenceError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:263:70
[INFO] [stderr]     |
[INFO] [stderr] 263 |                         GetPresenceError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:370:30
[INFO] [stderr]     |
[INFO] [stderr] 370 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:389:70
[INFO] [stderr]     |
[INFO] [stderr] 389 |                         IdentityError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:391:67
[INFO] [stderr]     |
[INFO] [stderr] 391 |                         IdentityError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:510:30
[INFO] [stderr]     |
[INFO] [stderr] 510 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:530:66
[INFO] [stderr]     |
[INFO] [stderr] 530 |                         InfoError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:532:63
[INFO] [stderr]     |
[INFO] [stderr] 532 |                         InfoError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:650:30
[INFO] [stderr]     |
[INFO] [stderr] 650 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:668:66
[INFO] [stderr]     |
[INFO] [stderr] 668 |                         ListError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:670:63
[INFO] [stderr]     |
[INFO] [stderr] 670 |                         ListError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:772:30
[INFO] [stderr]     |
[INFO] [stderr] 772 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:790:71
[INFO] [stderr]     |
[INFO] [stderr] 790 |                         SetActiveError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:792:68
[INFO] [stderr]     |
[INFO] [stderr] 792 |                         SetActiveError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:908:30
[INFO] [stderr]     |
[INFO] [stderr] 908 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:927:73
[INFO] [stderr]     |
[INFO] [stderr] 927 |                         SetPresenceError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users.rs:929:70
[INFO] [stderr]     |
[INFO] [stderr] 929 |                         SetPresenceError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:126:30
[INFO] [stderr]     |
[INFO] [stderr] 126 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:146:65
[INFO] [stderr]     |
[INFO] [stderr] 146 |                         GetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:148:62
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         GetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:294:30
[INFO] [stderr]     |
[INFO] [stderr] 294 |         write!(f, "{}", self.description())
[INFO] [stderr]     |                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:319:65
[INFO] [stderr]     |
[INFO] [stderr] 319 |                         SetError::MalformedResponse(ref e) => e.description(),
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/mods/users_profile.rs:321:62
[INFO] [stderr]     |
[INFO] [stderr] 321 |                         SetError::Client(ref inner) => inner.description()
[INFO] [stderr]     |                                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 51.91s
[INFO] running `"docker" "inspect" "f315e38788d90c6f1521e41b96b2e554af8f7b23865cb390e9669cc0fd5ac92c"`
[INFO] running `"docker" "rm" "-f" "f315e38788d90c6f1521e41b96b2e554af8f7b23865cb390e9669cc0fd5ac92c"`
[INFO] [stdout] f315e38788d90c6f1521e41b96b2e554af8f7b23865cb390e9669cc0fd5ac92c
