[INFO] crate rusoto_elasticache 0.35.0 is already in cache [INFO] extracting crate rusoto_elasticache 0.35.0 into work/ex/clippy-test-run/sources/stable/reg/rusoto_elasticache/0.35.0 [INFO] extracting crate rusoto_elasticache 0.35.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rusoto_elasticache/0.35.0 [INFO] validating manifest of rusoto_elasticache-0.35.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rusoto_elasticache-0.35.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rusoto_elasticache-0.35.0 [INFO] finished frobbing rusoto_elasticache-0.35.0 [INFO] frobbed toml for rusoto_elasticache-0.35.0 written to work/ex/clippy-test-run/sources/stable/reg/rusoto_elasticache/0.35.0/Cargo.toml [INFO] started frobbing rusoto_elasticache-0.35.0 [INFO] finished frobbing rusoto_elasticache-0.35.0 [INFO] frobbed toml for rusoto_elasticache-0.35.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rusoto_elasticache/0.35.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting rusoto_elasticache-0.35.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/rusoto_elasticache/0.35.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 745550b0a368bee6d3c6f82247ca5d953ad73da2928a6ecac6539066f58b11e7 [INFO] running `"docker" "start" "-a" "745550b0a368bee6d3c6f82247ca5d953ad73da2928a6ecac6539066f58b11e7"` [INFO] [stderr] Checking rusoto_mock v0.29.0 [INFO] [stderr] Checking rusoto_elasticache v0.35.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/generated.rs:12779:13 [INFO] [stderr] | [INFO] [stderr] 12779 | region: region, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `region` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/generated.rs:12796:13 [INFO] [stderr] | [INFO] [stderr] 12796 | region: region, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `region` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_mock-0.29.0/src/lib.rs:134:19 [INFO] [stderr] | [INFO] [stderr] 134 | body: Box::new(once(Ok(self.body.clone()))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rusoto_core::ByteStream`, found struct `std::boxed::Box` [INFO] [stderr] | [INFO] [stderr] = note: expected type `rusoto_core::ByteStream` [INFO] [stderr] found type `std::boxed::Box, _>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `rusoto_mock`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: useless lint attribute [INFO] [stderr] --> src/generated.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | #[allow(warnings)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if you just forgot a `!`, use: `#![allow(warnings)]` [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::useless_attribute)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_attribute [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:78:20 [INFO] [stderr] | [INFO] [stderr] 78 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::extra_unused_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:159:20 [INFO] [stderr] | [INFO] [stderr] 159 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:202:20 [INFO] [stderr] | [INFO] [stderr] 202 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:223:20 [INFO] [stderr] | [INFO] [stderr] 223 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:262:20 [INFO] [stderr] | [INFO] [stderr] 262 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:306:56 [INFO] [stderr] | [INFO] [stderr] 306 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:317:20 [INFO] [stderr] | [INFO] [stderr] 317 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:331:20 [INFO] [stderr] | [INFO] [stderr] 331 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:399:20 [INFO] [stderr] | [INFO] [stderr] 399 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:585:20 [INFO] [stderr] | [INFO] [stderr] 585 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:637:20 [INFO] [stderr] | [INFO] [stderr] 637 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:697:20 [INFO] [stderr] | [INFO] [stderr] 697 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:758:20 [INFO] [stderr] | [INFO] [stderr] 758 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:810:20 [INFO] [stderr] | [INFO] [stderr] 810 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:875:20 [INFO] [stderr] | [INFO] [stderr] 875 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:948:20 [INFO] [stderr] | [INFO] [stderr] 948 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:989:56 [INFO] [stderr] | [INFO] [stderr] 989 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1000:20 [INFO] [stderr] | [INFO] [stderr] 1000 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1063:20 [INFO] [stderr] | [INFO] [stderr] 1063 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1148:20 [INFO] [stderr] | [INFO] [stderr] 1148 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1202:20 [INFO] [stderr] | [INFO] [stderr] 1202 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1247:20 [INFO] [stderr] | [INFO] [stderr] 1247 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1301:20 [INFO] [stderr] | [INFO] [stderr] 1301 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1362:20 [INFO] [stderr] | [INFO] [stderr] 1362 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1415:20 [INFO] [stderr] | [INFO] [stderr] 1415 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1465:20 [INFO] [stderr] | [INFO] [stderr] 1465 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1517:20 [INFO] [stderr] | [INFO] [stderr] 1517 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1580:20 [INFO] [stderr] | [INFO] [stderr] 1580 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1639:20 [INFO] [stderr] | [INFO] [stderr] 1639 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1704:20 [INFO] [stderr] | [INFO] [stderr] 1704 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1748:20 [INFO] [stderr] | [INFO] [stderr] 1748 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1800:20 [INFO] [stderr] | [INFO] [stderr] 1800 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:1847:56 [INFO] [stderr] | [INFO] [stderr] 1847 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1858:20 [INFO] [stderr] | [INFO] [stderr] 1858 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1914:20 [INFO] [stderr] | [INFO] [stderr] 1914 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:1977:20 [INFO] [stderr] | [INFO] [stderr] 1977 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2021:20 [INFO] [stderr] | [INFO] [stderr] 2021 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2064:20 [INFO] [stderr] | [INFO] [stderr] 2064 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2078:20 [INFO] [stderr] | [INFO] [stderr] 2078 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2157:20 [INFO] [stderr] | [INFO] [stderr] 2157 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2375:20 [INFO] [stderr] | [INFO] [stderr] 2375 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2454:20 [INFO] [stderr] | [INFO] [stderr] 2454 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2528:20 [INFO] [stderr] | [INFO] [stderr] 2528 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2612:20 [INFO] [stderr] | [INFO] [stderr] 2612 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 28 [INFO] [stderr] --> src/generated.rs:2714:5 [INFO] [stderr] | [INFO] [stderr] 2714 | / fn serialize(params: &mut Params, name: &str, obj: &CreateReplicationGroupMessage) { [INFO] [stderr] 2715 | | let mut prefix = name.to_string(); [INFO] [stderr] 2716 | | if prefix != "" { [INFO] [stderr] 2717 | | prefix.push_str("."); [INFO] [stderr] ... | [INFO] [stderr] 2861 | | } [INFO] [stderr] 2862 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cyclomatic_complexity)] on by default [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2873:20 [INFO] [stderr] | [INFO] [stderr] 2873 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:2949:20 [INFO] [stderr] | [INFO] [stderr] 2949 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3025:20 [INFO] [stderr] | [INFO] [stderr] 3025 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3180:20 [INFO] [stderr] | [INFO] [stderr] 3180 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3246:20 [INFO] [stderr] | [INFO] [stderr] 3246 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3589:20 [INFO] [stderr] | [INFO] [stderr] 3589 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3861:20 [INFO] [stderr] | [INFO] [stderr] 3861 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3964:20 [INFO] [stderr] | [INFO] [stderr] 3964 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:3989:20 [INFO] [stderr] | [INFO] [stderr] 3989 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4039:20 [INFO] [stderr] | [INFO] [stderr] 4039 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4091:20 [INFO] [stderr] | [INFO] [stderr] 4091 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4146:20 [INFO] [stderr] | [INFO] [stderr] 4146 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4217:20 [INFO] [stderr] | [INFO] [stderr] 4217 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4271:20 [INFO] [stderr] | [INFO] [stderr] 4271 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4320:20 [INFO] [stderr] | [INFO] [stderr] 4320 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4363:20 [INFO] [stderr] | [INFO] [stderr] 4363 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4377:20 [INFO] [stderr] | [INFO] [stderr] 4377 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:4392:56 [INFO] [stderr] | [INFO] [stderr] 4392 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4598:20 [INFO] [stderr] | [INFO] [stderr] 4598 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4715:20 [INFO] [stderr] | [INFO] [stderr] 4715 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:4907:20 [INFO] [stderr] | [INFO] [stderr] 4907 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5010:20 [INFO] [stderr] | [INFO] [stderr] 5010 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5066:20 [INFO] [stderr] | [INFO] [stderr] 5066 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5136:20 [INFO] [stderr] | [INFO] [stderr] 5136 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:5228:56 [INFO] [stderr] | [INFO] [stderr] 5228 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `&[NodeGroupConfiguration]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5239:20 [INFO] [stderr] | [INFO] [stderr] 5239 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5293:20 [INFO] [stderr] | [INFO] [stderr] 5293 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5354:20 [INFO] [stderr] | [INFO] [stderr] 5354 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:5398:56 [INFO] [stderr] | [INFO] [stderr] 5398 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5428:20 [INFO] [stderr] | [INFO] [stderr] 5428 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5501:20 [INFO] [stderr] | [INFO] [stderr] 5501 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5544:20 [INFO] [stderr] | [INFO] [stderr] 5544 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5593:20 [INFO] [stderr] | [INFO] [stderr] 5593 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5660:20 [INFO] [stderr] | [INFO] [stderr] 5660 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:5770:56 [INFO] [stderr] | [INFO] [stderr] 5770 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `&[ParameterNameValue]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5781:20 [INFO] [stderr] | [INFO] [stderr] 5781 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5821:20 [INFO] [stderr] | [INFO] [stderr] 5821 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5848:20 [INFO] [stderr] | [INFO] [stderr] 5848 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:5910:56 [INFO] [stderr] | [INFO] [stderr] 5910 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:5965:20 [INFO] [stderr] | [INFO] [stderr] 5965 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6041:20 [INFO] [stderr] | [INFO] [stderr] 6041 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6092:20 [INFO] [stderr] | [INFO] [stderr] 6092 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6139:20 [INFO] [stderr] | [INFO] [stderr] 6139 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6242:20 [INFO] [stderr] | [INFO] [stderr] 6242 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6373:20 [INFO] [stderr] | [INFO] [stderr] 6373 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6425:20 [INFO] [stderr] | [INFO] [stderr] 6425 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6482:20 [INFO] [stderr] | [INFO] [stderr] 6482 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6567:20 [INFO] [stderr] | [INFO] [stderr] 6567 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6660:20 [INFO] [stderr] | [INFO] [stderr] 6660 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6712:20 [INFO] [stderr] | [INFO] [stderr] 6712 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6779:20 [INFO] [stderr] | [INFO] [stderr] 6779 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6853:20 [INFO] [stderr] | [INFO] [stderr] 6853 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:6905:20 [INFO] [stderr] | [INFO] [stderr] 6905 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:7018:56 [INFO] [stderr] | [INFO] [stderr] 7018 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `&[ReshardingConfiguration]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7036:20 [INFO] [stderr] | [INFO] [stderr] 7036 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7118:20 [INFO] [stderr] | [INFO] [stderr] 7118 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:7162:56 [INFO] [stderr] | [INFO] [stderr] 7162 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7182:20 [INFO] [stderr] | [INFO] [stderr] 7182 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7227:20 [INFO] [stderr] | [INFO] [stderr] 7227 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7276:20 [INFO] [stderr] | [INFO] [stderr] 7276 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7371:20 [INFO] [stderr] | [INFO] [stderr] 7371 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:7537:56 [INFO] [stderr] | [INFO] [stderr] 7537 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7548:20 [INFO] [stderr] | [INFO] [stderr] 7548 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7588:20 [INFO] [stderr] | [INFO] [stderr] 7588 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7602:20 [INFO] [stderr] | [INFO] [stderr] 7602 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7625:20 [INFO] [stderr] | [INFO] [stderr] 7625 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:7675:56 [INFO] [stderr] | [INFO] [stderr] 7675 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ help: change this to: `&[String]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7686:20 [INFO] [stderr] | [INFO] [stderr] 7686 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7726:20 [INFO] [stderr] | [INFO] [stderr] 7726 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7749:20 [INFO] [stderr] | [INFO] [stderr] 7749 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7810:20 [INFO] [stderr] | [INFO] [stderr] 7810 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices. [INFO] [stderr] --> src/generated.rs:7851:56 [INFO] [stderr] | [INFO] [stderr] 7851 | fn serialize(params: &mut Params, name: &str, obj: &Vec) { [INFO] [stderr] | ^^^^^^^^^ help: change this to: `&[Tag]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7869:20 [INFO] [stderr] | [INFO] [stderr] 7869 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/generated.rs:7939:20 [INFO] [stderr] | [INFO] [stderr] 7939 | fn deserialize<'a, T: Peek + Next>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8009:82 [INFO] [stderr] | [INFO] [stderr] 8009 | return AddTagsToResourceError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | __________________________________________________________________________________^ [INFO] [stderr] 8010 | | parsed_error.message, [INFO] [stderr] 8011 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::identity_conversion)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8014:72 [INFO] [stderr] | [INFO] [stderr] 8014 | return AddTagsToResourceError::InvalidARNFault(String::from( [INFO] [stderr] | ________________________________________________________________________^ [INFO] [stderr] 8015 | | parsed_error.message, [INFO] [stderr] 8016 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8019:78 [INFO] [stderr] | [INFO] [stderr] 8019 | return AddTagsToResourceError::SnapshotNotFoundFault(String::from( [INFO] [stderr] | ______________________________________________________________________________^ [INFO] [stderr] 8020 | | parsed_error.message, [INFO] [stderr] 8021 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8024:84 [INFO] [stderr] | [INFO] [stderr] 8024 | return AddTagsToResourceError::TagQuotaPerResourceExceeded(String::from( [INFO] [stderr] | ____________________________________________________________________________________^ [INFO] [stderr] 8025 | | parsed_error.message, [INFO] [stderr] 8026 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8120:149 [INFO] [stderr] | [INFO] [stderr] 8120 | "AuthorizationAlreadyExists" => return AuthorizeCacheSecurityGroupIngressError::AuthorizationAlreadyExistsFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return AuthorizeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return AuthorizeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8120:297 [INFO] [stderr] | [INFO] [stderr] 8120 | "AuthorizationAlreadyExists" => return AuthorizeCacheSecurityGroupIngressError::AuthorizationAlreadyExistsFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return AuthorizeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return AuthorizeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8120:453 [INFO] [stderr] | [INFO] [stderr] 8120 | "AuthorizationAlreadyExists" => return AuthorizeCacheSecurityGroupIngressError::AuthorizationAlreadyExistsFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return AuthorizeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return AuthorizeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8120:598 [INFO] [stderr] | [INFO] [stderr] 8120 | "AuthorizationAlreadyExists" => return AuthorizeCacheSecurityGroupIngressError::AuthorizationAlreadyExistsFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return AuthorizeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return AuthorizeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8120:731 [INFO] [stderr] | [INFO] [stderr] 8120 | "AuthorizationAlreadyExists" => return AuthorizeCacheSecurityGroupIngressError::AuthorizationAlreadyExistsFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return AuthorizeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return AuthorizeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return AuthorizeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8224:79 [INFO] [stderr] | [INFO] [stderr] 8224 | return CopySnapshotError::InvalidParameterCombination(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 8225 | | parsed_error.message, [INFO] [stderr] 8226 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8229:73 [INFO] [stderr] | [INFO] [stderr] 8229 | return CopySnapshotError::InvalidParameterValue(String::from( [INFO] [stderr] | _________________________________________________________________________^ [INFO] [stderr] 8230 | | parsed_error.message, [INFO] [stderr] 8231 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8234:77 [INFO] [stderr] | [INFO] [stderr] 8234 | return CopySnapshotError::InvalidSnapshotStateFault(String::from( [INFO] [stderr] | _____________________________________________________________________________^ [INFO] [stderr] 8235 | | parsed_error.message, [INFO] [stderr] 8236 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8239:78 [INFO] [stderr] | [INFO] [stderr] 8239 | return CopySnapshotError::SnapshotAlreadyExistsFault(String::from( [INFO] [stderr] | ______________________________________________________________________________^ [INFO] [stderr] 8240 | | parsed_error.message, [INFO] [stderr] 8241 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8244:73 [INFO] [stderr] | [INFO] [stderr] 8244 | return CopySnapshotError::SnapshotNotFoundFault(String::from( [INFO] [stderr] | _________________________________________________________________________^ [INFO] [stderr] 8245 | | parsed_error.message, [INFO] [stderr] 8246 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8249:78 [INFO] [stderr] | [INFO] [stderr] 8249 | return CopySnapshotError::SnapshotQuotaExceededFault(String::from( [INFO] [stderr] | ______________________________________________________________________________^ [INFO] [stderr] 8250 | | parsed_error.message, [INFO] [stderr] 8251 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8365:29 [INFO] [stderr] | [INFO] [stderr] 8365 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8370:29 [INFO] [stderr] | [INFO] [stderr] 8370 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8375:29 [INFO] [stderr] | [INFO] [stderr] 8375 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8379:87 [INFO] [stderr] | [INFO] [stderr] 8379 | return CreateCacheClusterError::CacheSubnetGroupNotFoundFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 8380 | | parsed_error.message, [INFO] [stderr] 8381 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8385:29 [INFO] [stderr] | [INFO] [stderr] 8385 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8390:29 [INFO] [stderr] | [INFO] [stderr] 8390 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8394:85 [INFO] [stderr] | [INFO] [stderr] 8394 | return CreateCacheClusterError::InvalidParameterCombination(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 8395 | | parsed_error.message, [INFO] [stderr] 8396 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8399:79 [INFO] [stderr] | [INFO] [stderr] 8399 | return CreateCacheClusterError::InvalidParameterValue(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 8400 | | parsed_error.message, [INFO] [stderr] 8401 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8405:29 [INFO] [stderr] | [INFO] [stderr] 8405 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8409:85 [INFO] [stderr] | [INFO] [stderr] 8409 | return CreateCacheClusterError::InvalidVPCNetworkStateFault(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 8410 | | parsed_error.message, [INFO] [stderr] 8411 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8415:29 [INFO] [stderr] | [INFO] [stderr] 8415 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8420:29 [INFO] [stderr] | [INFO] [stderr] 8420 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8424:87 [INFO] [stderr] | [INFO] [stderr] 8424 | return CreateCacheClusterError::ReplicationGroupNotFoundFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 8425 | | parsed_error.message, [INFO] [stderr] 8426 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8429:85 [INFO] [stderr] | [INFO] [stderr] 8429 | return CreateCacheClusterError::TagQuotaPerResourceExceeded(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 8430 | | parsed_error.message, [INFO] [stderr] 8431 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8537:29 [INFO] [stderr] | [INFO] [stderr] 8537 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8542:29 [INFO] [stderr] | [INFO] [stderr] 8542 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8547:29 [INFO] [stderr] | [INFO] [stderr] 8547 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8552:29 [INFO] [stderr] | [INFO] [stderr] 8552 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8556:86 [INFO] [stderr] | [INFO] [stderr] 8556 | return CreateCacheParameterGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 8557 | | parsed_error.message, [INFO] [stderr] 8558 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8659:29 [INFO] [stderr] | [INFO] [stderr] 8659 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8664:29 [INFO] [stderr] | [INFO] [stderr] 8664 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8669:29 [INFO] [stderr] | [INFO] [stderr] 8669 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8673:85 [INFO] [stderr] | [INFO] [stderr] 8673 | return CreateCacheSecurityGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 8674 | | parsed_error.message, [INFO] [stderr] 8675 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8769:29 [INFO] [stderr] | [INFO] [stderr] 8769 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8774:29 [INFO] [stderr] | [INFO] [stderr] 8774 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8779:29 [INFO] [stderr] | [INFO] [stderr] 8779 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8783:75 [INFO] [stderr] | [INFO] [stderr] 8783 | return CreateCacheSubnetGroupError::InvalidSubnet(String::from( [INFO] [stderr] | ___________________________________________________________________________^ [INFO] [stderr] 8784 | | parsed_error.message, [INFO] [stderr] 8785 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:125 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:263 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:399 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:536 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:682 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:830 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:962 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1095 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1216 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1349 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1517 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1655 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1795 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:1937 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:8899:2070 [INFO] [stderr] | [INFO] [stderr] 8899 | "CacheClusterNotFound" => return CreateReplicationGroupError::CacheClusterNotFoundFault(String::from(parsed_error.message)),"CacheParameterGroupNotFound" => return CreateReplicationGroupError::CacheParameterGroupNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return CreateReplicationGroupError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"CacheSubnetGroupNotFoundFault" => return CreateReplicationGroupError::CacheSubnetGroupNotFoundFault(String::from(parsed_error.message)),"ClusterQuotaForCustomerExceeded" => return CreateReplicationGroupError::ClusterQuotaForCustomerExceededFault(String::from(parsed_error.message)),"InsufficientCacheClusterCapacity" => return CreateReplicationGroupError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return CreateReplicationGroupError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return CreateReplicationGroupError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return CreateReplicationGroupError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return CreateReplicationGroupError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return CreateReplicationGroupError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForClusterExceeded" => return CreateReplicationGroupError::NodeQuotaForClusterExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return CreateReplicationGroupError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupAlreadyExists" => return CreateReplicationGroupError::ReplicationGroupAlreadyExistsFault(String::from(parsed_error.message)),"TagQuotaPerResourceExceeded" => return CreateReplicationGroupError::TagQuotaPerResourceExceeded(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9013:79 [INFO] [stderr] | [INFO] [stderr] 9013 | return CreateSnapshotError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 9014 | | parsed_error.message, [INFO] [stderr] 9015 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9018:83 [INFO] [stderr] | [INFO] [stderr] 9018 | return CreateSnapshotError::InvalidCacheClusterStateFault(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 9019 | | parsed_error.message, [INFO] [stderr] 9020 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9023:81 [INFO] [stderr] | [INFO] [stderr] 9023 | return CreateSnapshotError::InvalidParameterCombination(String::from( [INFO] [stderr] | _________________________________________________________________________________^ [INFO] [stderr] 9024 | | parsed_error.message, [INFO] [stderr] 9025 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9028:75 [INFO] [stderr] | [INFO] [stderr] 9028 | return CreateSnapshotError::InvalidParameterValue(String::from( [INFO] [stderr] | ___________________________________________________________________________^ [INFO] [stderr] 9029 | | parsed_error.message, [INFO] [stderr] 9030 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9033:87 [INFO] [stderr] | [INFO] [stderr] 9033 | return CreateSnapshotError::InvalidReplicationGroupStateFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 9034 | | parsed_error.message, [INFO] [stderr] 9035 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9038:83 [INFO] [stderr] | [INFO] [stderr] 9038 | return CreateSnapshotError::ReplicationGroupNotFoundFault(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 9039 | | parsed_error.message, [INFO] [stderr] 9040 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9043:80 [INFO] [stderr] | [INFO] [stderr] 9043 | return CreateSnapshotError::SnapshotAlreadyExistsFault(String::from( [INFO] [stderr] | ________________________________________________________________________________^ [INFO] [stderr] 9044 | | parsed_error.message, [INFO] [stderr] 9045 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9048:86 [INFO] [stderr] | [INFO] [stderr] 9048 | return CreateSnapshotError::SnapshotFeatureNotSupportedFault(String::from( [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 9049 | | parsed_error.message, [INFO] [stderr] 9050 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9053:80 [INFO] [stderr] | [INFO] [stderr] 9053 | return CreateSnapshotError::SnapshotQuotaExceededFault(String::from( [INFO] [stderr] | ________________________________________________________________________________^ [INFO] [stderr] 9054 | | parsed_error.message, [INFO] [stderr] 9055 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9157:83 [INFO] [stderr] | [INFO] [stderr] 9157 | return DeleteCacheClusterError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 9158 | | parsed_error.message, [INFO] [stderr] 9159 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9162:87 [INFO] [stderr] | [INFO] [stderr] 9162 | return DeleteCacheClusterError::InvalidCacheClusterStateFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 9163 | | parsed_error.message, [INFO] [stderr] 9164 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9167:85 [INFO] [stderr] | [INFO] [stderr] 9167 | return DeleteCacheClusterError::InvalidParameterCombination(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 9168 | | parsed_error.message, [INFO] [stderr] 9169 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9172:79 [INFO] [stderr] | [INFO] [stderr] 9172 | return DeleteCacheClusterError::InvalidParameterValue(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 9173 | | parsed_error.message, [INFO] [stderr] 9174 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9177:84 [INFO] [stderr] | [INFO] [stderr] 9177 | return DeleteCacheClusterError::SnapshotAlreadyExistsFault(String::from( [INFO] [stderr] | ____________________________________________________________________________________^ [INFO] [stderr] 9178 | | parsed_error.message, [INFO] [stderr] 9179 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9183:29 [INFO] [stderr] | [INFO] [stderr] 9183 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9187:84 [INFO] [stderr] | [INFO] [stderr] 9187 | return DeleteCacheClusterError::SnapshotQuotaExceededFault(String::from( [INFO] [stderr] | ____________________________________________________________________________________^ [INFO] [stderr] 9188 | | parsed_error.message, [INFO] [stderr] 9189 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9286:29 [INFO] [stderr] | [INFO] [stderr] 9286 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9291:29 [INFO] [stderr] | [INFO] [stderr] 9291 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9296:29 [INFO] [stderr] | [INFO] [stderr] 9296 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9300:86 [INFO] [stderr] | [INFO] [stderr] 9300 | return DeleteCacheParameterGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 9301 | | parsed_error.message, [INFO] [stderr] 9302 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9398:29 [INFO] [stderr] | [INFO] [stderr] 9398 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9403:29 [INFO] [stderr] | [INFO] [stderr] 9403 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9408:29 [INFO] [stderr] | [INFO] [stderr] 9408 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9412:85 [INFO] [stderr] | [INFO] [stderr] 9412 | return DeleteCacheSecurityGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 9413 | | parsed_error.message, [INFO] [stderr] 9414 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9503:83 [INFO] [stderr] | [INFO] [stderr] 9503 | return DeleteCacheSubnetGroupError::CacheSubnetGroupInUse(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 9504 | | parsed_error.message, [INFO] [stderr] 9505 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9509:29 [INFO] [stderr] | [INFO] [stderr] 9509 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9608:29 [INFO] [stderr] | [INFO] [stderr] 9608 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9612:83 [INFO] [stderr] | [INFO] [stderr] 9612 | return DeleteReplicationGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 9613 | | parsed_error.message, [INFO] [stderr] 9614 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9618:29 [INFO] [stderr] | [INFO] [stderr] 9618 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9623:29 [INFO] [stderr] | [INFO] [stderr] 9623 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9628:29 [INFO] [stderr] | [INFO] [stderr] 9628 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9633:29 [INFO] [stderr] | [INFO] [stderr] 9633 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9638:29 [INFO] [stderr] | [INFO] [stderr] 9638 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9735:81 [INFO] [stderr] | [INFO] [stderr] 9735 | return DeleteSnapshotError::InvalidParameterCombination(String::from( [INFO] [stderr] | _________________________________________________________________________________^ [INFO] [stderr] 9736 | | parsed_error.message, [INFO] [stderr] 9737 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9740:75 [INFO] [stderr] | [INFO] [stderr] 9740 | return DeleteSnapshotError::InvalidParameterValue(String::from( [INFO] [stderr] | ___________________________________________________________________________^ [INFO] [stderr] 9741 | | parsed_error.message, [INFO] [stderr] 9742 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9745:79 [INFO] [stderr] | [INFO] [stderr] 9745 | return DeleteSnapshotError::InvalidSnapshotStateFault(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 9746 | | parsed_error.message, [INFO] [stderr] 9747 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9750:75 [INFO] [stderr] | [INFO] [stderr] 9750 | return DeleteSnapshotError::SnapshotNotFoundFault(String::from( [INFO] [stderr] | ___________________________________________________________________________^ [INFO] [stderr] 9751 | | parsed_error.message, [INFO] [stderr] 9752 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9841:86 [INFO] [stderr] | [INFO] [stderr] 9841 | return DescribeCacheClustersError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 9842 | | parsed_error.message, [INFO] [stderr] 9843 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9847:29 [INFO] [stderr] | [INFO] [stderr] 9847 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:9851:82 [INFO] [stderr] | [INFO] [stderr] 9851 | return DescribeCacheClustersError::InvalidParameterValue(String::from( [INFO] [stderr] | __________________________________________________________________________________^ [INFO] [stderr] 9852 | | parsed_error.message, [INFO] [stderr] 9853 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10022:29 [INFO] [stderr] | [INFO] [stderr] 10022 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10027:29 [INFO] [stderr] | [INFO] [stderr] 10027 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10032:29 [INFO] [stderr] | [INFO] [stderr] 10032 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10124:29 [INFO] [stderr] | [INFO] [stderr] 10124 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10129:29 [INFO] [stderr] | [INFO] [stderr] 10129 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10133:84 [INFO] [stderr] | [INFO] [stderr] 10133 | return DescribeCacheParametersError::InvalidParameterValue(String::from( [INFO] [stderr] | ____________________________________________________________________________________^ [INFO] [stderr] 10134 | | parsed_error.message, [INFO] [stderr] 10135 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10226:29 [INFO] [stderr] | [INFO] [stderr] 10226 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10231:29 [INFO] [stderr] | [INFO] [stderr] 10231 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10236:29 [INFO] [stderr] | [INFO] [stderr] 10236 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: you seem to be trying to use match for destructuring a single pattern. Consider using `if let` [INFO] [stderr] --> src/generated.rs:10321:17 [INFO] [stderr] | [INFO] [stderr] 10321 | / match &parsed_error.code[..] { [INFO] [stderr] 10322 | | "CacheSubnetGroupNotFoundFault" => { [INFO] [stderr] 10323 | | return DescribeCacheSubnetGroupsError::CacheSubnetGroupNotFoundFault( [INFO] [stderr] 10324 | | String::from(parsed_error.message), [INFO] [stderr] ... | [INFO] [stderr] 10327 | | _ => {} [INFO] [stderr] 10328 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::single_match)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 10321 | if let "CacheSubnetGroupNotFoundFault" = &parsed_error.code[..] { [INFO] [stderr] 10322 | return DescribeCacheSubnetGroupsError::CacheSubnetGroupNotFoundFault( [INFO] [stderr] 10323 | String::from(parsed_error.message), [INFO] [stderr] 10324 | ) [INFO] [stderr] 10325 | } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10324:29 [INFO] [stderr] | [INFO] [stderr] 10324 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10412:29 [INFO] [stderr] | [INFO] [stderr] 10412 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10417:29 [INFO] [stderr] | [INFO] [stderr] 10417 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10505:81 [INFO] [stderr] | [INFO] [stderr] 10505 | return DescribeEventsError::InvalidParameterCombination(String::from( [INFO] [stderr] | _________________________________________________________________________________^ [INFO] [stderr] 10506 | | parsed_error.message, [INFO] [stderr] 10507 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10510:75 [INFO] [stderr] | [INFO] [stderr] 10510 | return DescribeEventsError::InvalidParameterValue(String::from( [INFO] [stderr] | ___________________________________________________________________________^ [INFO] [stderr] 10511 | | parsed_error.message, [INFO] [stderr] 10512 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10600:29 [INFO] [stderr] | [INFO] [stderr] 10600 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10604:86 [INFO] [stderr] | [INFO] [stderr] 10604 | return DescribeReplicationGroupsError::InvalidParameterValue(String::from( [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 10605 | | parsed_error.message, [INFO] [stderr] 10606 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10610:29 [INFO] [stderr] | [INFO] [stderr] 10610 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10702:29 [INFO] [stderr] | [INFO] [stderr] 10702 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10706:87 [INFO] [stderr] | [INFO] [stderr] 10706 | return DescribeReservedCacheNodesError::InvalidParameterValue(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 10707 | | parsed_error.message, [INFO] [stderr] 10708 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10712:29 [INFO] [stderr] | [INFO] [stderr] 10712 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10802:147 [INFO] [stderr] | [INFO] [stderr] 10802 | "InvalidParameterCombination" => return DescribeReservedCacheNodesOfferingsError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return DescribeReservedCacheNodesOfferingsError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return DescribeReservedCacheNodesOfferingsError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10802:281 [INFO] [stderr] | [INFO] [stderr] 10802 | "InvalidParameterCombination" => return DescribeReservedCacheNodesOfferingsError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return DescribeReservedCacheNodesOfferingsError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return DescribeReservedCacheNodesOfferingsError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10802:446 [INFO] [stderr] | [INFO] [stderr] 10802 | "InvalidParameterCombination" => return DescribeReservedCacheNodesOfferingsError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return DescribeReservedCacheNodesOfferingsError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return DescribeReservedCacheNodesOfferingsError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10896:82 [INFO] [stderr] | [INFO] [stderr] 10896 | return DescribeSnapshotsError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | __________________________________________________________________________________^ [INFO] [stderr] 10897 | | parsed_error.message, [INFO] [stderr] 10898 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10901:84 [INFO] [stderr] | [INFO] [stderr] 10901 | return DescribeSnapshotsError::InvalidParameterCombination(String::from( [INFO] [stderr] | ____________________________________________________________________________________^ [INFO] [stderr] 10902 | | parsed_error.message, [INFO] [stderr] 10903 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10906:78 [INFO] [stderr] | [INFO] [stderr] 10906 | return DescribeSnapshotsError::InvalidParameterValue(String::from( [INFO] [stderr] | ______________________________________________________________________________^ [INFO] [stderr] 10907 | | parsed_error.message, [INFO] [stderr] 10908 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:10911:78 [INFO] [stderr] | [INFO] [stderr] 10911 | return DescribeSnapshotsError::SnapshotNotFoundFault(String::from( [INFO] [stderr] | ______________________________________________________________________________^ [INFO] [stderr] 10912 | | parsed_error.message, [INFO] [stderr] 10913 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11007:29 [INFO] [stderr] | [INFO] [stderr] 11007 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11012:29 [INFO] [stderr] | [INFO] [stderr] 11012 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11017:29 [INFO] [stderr] | [INFO] [stderr] 11017 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11022:29 [INFO] [stderr] | [INFO] [stderr] 11022 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11116:84 [INFO] [stderr] | [INFO] [stderr] 11116 | return ListTagsForResourceError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | ____________________________________________________________________________________^ [INFO] [stderr] 11117 | | parsed_error.message, [INFO] [stderr] 11118 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11121:74 [INFO] [stderr] | [INFO] [stderr] 11121 | return ListTagsForResourceError::InvalidARNFault(String::from( [INFO] [stderr] | __________________________________________________________________________^ [INFO] [stderr] 11122 | | parsed_error.message, [INFO] [stderr] 11123 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11126:80 [INFO] [stderr] | [INFO] [stderr] 11126 | return ListTagsForResourceError::SnapshotNotFoundFault(String::from( [INFO] [stderr] | ________________________________________________________________________________^ [INFO] [stderr] 11127 | | parsed_error.message, [INFO] [stderr] 11128 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11234:83 [INFO] [stderr] | [INFO] [stderr] 11234 | return ModifyCacheClusterError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 11235 | | parsed_error.message, [INFO] [stderr] 11236 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11240:29 [INFO] [stderr] | [INFO] [stderr] 11240 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11245:29 [INFO] [stderr] | [INFO] [stderr] 11245 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11250:29 [INFO] [stderr] | [INFO] [stderr] 11250 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11254:87 [INFO] [stderr] | [INFO] [stderr] 11254 | return ModifyCacheClusterError::InvalidCacheClusterStateFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 11255 | | parsed_error.message, [INFO] [stderr] 11256 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11260:29 [INFO] [stderr] | [INFO] [stderr] 11260 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11264:85 [INFO] [stderr] | [INFO] [stderr] 11264 | return ModifyCacheClusterError::InvalidParameterCombination(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 11265 | | parsed_error.message, [INFO] [stderr] 11266 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11269:79 [INFO] [stderr] | [INFO] [stderr] 11269 | return ModifyCacheClusterError::InvalidParameterValue(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 11270 | | parsed_error.message, [INFO] [stderr] 11271 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11274:85 [INFO] [stderr] | [INFO] [stderr] 11274 | return ModifyCacheClusterError::InvalidVPCNetworkStateFault(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 11275 | | parsed_error.message, [INFO] [stderr] 11276 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11280:29 [INFO] [stderr] | [INFO] [stderr] 11280 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11285:29 [INFO] [stderr] | [INFO] [stderr] 11285 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11387:29 [INFO] [stderr] | [INFO] [stderr] 11387 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11392:29 [INFO] [stderr] | [INFO] [stderr] 11392 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11397:29 [INFO] [stderr] | [INFO] [stderr] 11397 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11401:86 [INFO] [stderr] | [INFO] [stderr] 11401 | return ModifyCacheParameterGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 11402 | | parsed_error.message, [INFO] [stderr] 11403 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11499:29 [INFO] [stderr] | [INFO] [stderr] 11499 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11504:29 [INFO] [stderr] | [INFO] [stderr] 11504 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11508:75 [INFO] [stderr] | [INFO] [stderr] 11508 | return ModifyCacheSubnetGroupError::InvalidSubnet(String::from( [INFO] [stderr] | ___________________________________________________________________________^ [INFO] [stderr] 11509 | | parsed_error.message, [INFO] [stderr] 11510 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11513:73 [INFO] [stderr] | [INFO] [stderr] 11513 | return ModifyCacheSubnetGroupError::SubnetInUse(String::from( [INFO] [stderr] | _________________________________________________________________________^ [INFO] [stderr] 11514 | | parsed_error.message, [INFO] [stderr] 11515 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11626:87 [INFO] [stderr] | [INFO] [stderr] 11626 | return ModifyReplicationGroupError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 11627 | | parsed_error.message, [INFO] [stderr] 11628 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11632:29 [INFO] [stderr] | [INFO] [stderr] 11632 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11637:29 [INFO] [stderr] | [INFO] [stderr] 11637 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11642:29 [INFO] [stderr] | [INFO] [stderr] 11642 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11647:29 [INFO] [stderr] | [INFO] [stderr] 11647 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11652:29 [INFO] [stderr] | [INFO] [stderr] 11652 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11657:29 [INFO] [stderr] | [INFO] [stderr] 11657 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11661:83 [INFO] [stderr] | [INFO] [stderr] 11661 | return ModifyReplicationGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 11662 | | parsed_error.message, [INFO] [stderr] 11663 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11667:29 [INFO] [stderr] | [INFO] [stderr] 11667 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11672:29 [INFO] [stderr] | [INFO] [stderr] 11672 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11677:29 [INFO] [stderr] | [INFO] [stderr] 11677 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11682:29 [INFO] [stderr] | [INFO] [stderr] 11682 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11687:29 [INFO] [stderr] | [INFO] [stderr] 11687 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:167 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:317 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:468 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:607 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:765 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:916 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:1102 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:1260 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11801:1415 [INFO] [stderr] | [INFO] [stderr] 11801 | "InsufficientCacheClusterCapacity" => return ModifyReplicationGroupShardConfigurationError::InsufficientCacheClusterCapacityFault(String::from(parsed_error.message)),"InvalidCacheClusterState" => return ModifyReplicationGroupShardConfigurationError::InvalidCacheClusterStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return ModifyReplicationGroupShardConfigurationError::InvalidParameterValue(String::from(parsed_error.message)),"InvalidReplicationGroupState" => return ModifyReplicationGroupShardConfigurationError::InvalidReplicationGroupStateFault(String::from(parsed_error.message)),"InvalidVPCNetworkStateFault" => return ModifyReplicationGroupShardConfigurationError::InvalidVPCNetworkStateFault(String::from(parsed_error.message)),"NodeGroupsPerReplicationGroupQuotaExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeGroupsPerReplicationGroupQuotaExceededFault(String::from(parsed_error.message)),"NodeQuotaForCustomerExceeded" => return ModifyReplicationGroupShardConfigurationError::NodeQuotaForCustomerExceededFault(String::from(parsed_error.message)),"ReplicationGroupNotFoundFault" => return ModifyReplicationGroupShardConfigurationError::ReplicationGroupNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11896:146 [INFO] [stderr] | [INFO] [stderr] 11896 | "InvalidParameterCombination" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodeAlreadyExists" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeAlreadyExistsFault(String::from(parsed_error.message)),"ReservedCacheNodeQuotaExceeded" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeQuotaExceededFault(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11896:279 [INFO] [stderr] | [INFO] [stderr] 11896 | "InvalidParameterCombination" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodeAlreadyExists" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeAlreadyExistsFault(String::from(parsed_error.message)),"ReservedCacheNodeQuotaExceeded" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeQuotaExceededFault(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11896:435 [INFO] [stderr] | [INFO] [stderr] 11896 | "InvalidParameterCombination" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodeAlreadyExists" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeAlreadyExistsFault(String::from(parsed_error.message)),"ReservedCacheNodeQuotaExceeded" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeQuotaExceededFault(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11896:591 [INFO] [stderr] | [INFO] [stderr] 11896 | "InvalidParameterCombination" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodeAlreadyExists" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeAlreadyExistsFault(String::from(parsed_error.message)),"ReservedCacheNodeQuotaExceeded" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeQuotaExceededFault(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11896:755 [INFO] [stderr] | [INFO] [stderr] 11896 | "InvalidParameterCombination" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return PurchaseReservedCacheNodesOfferingError::InvalidParameterValue(String::from(parsed_error.message)),"ReservedCacheNodeAlreadyExists" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeAlreadyExistsFault(String::from(parsed_error.message)),"ReservedCacheNodeQuotaExceeded" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodeQuotaExceededFault(String::from(parsed_error.message)),"ReservedCacheNodesOfferingNotFound" => return PurchaseReservedCacheNodesOfferingError::ReservedCacheNodesOfferingNotFoundFault(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11992:83 [INFO] [stderr] | [INFO] [stderr] 11992 | return RebootCacheClusterError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 11993 | | parsed_error.message, [INFO] [stderr] 11994 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:11997:87 [INFO] [stderr] | [INFO] [stderr] 11997 | return RebootCacheClusterError::InvalidCacheClusterStateFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 11998 | | parsed_error.message, [INFO] [stderr] 11999 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12090:87 [INFO] [stderr] | [INFO] [stderr] 12090 | return RemoveTagsFromResourceError::CacheClusterNotFoundFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 12091 | | parsed_error.message, [INFO] [stderr] 12092 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12095:77 [INFO] [stderr] | [INFO] [stderr] 12095 | return RemoveTagsFromResourceError::InvalidARNFault(String::from( [INFO] [stderr] | _____________________________________________________________________________^ [INFO] [stderr] 12096 | | parsed_error.message, [INFO] [stderr] 12097 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12100:83 [INFO] [stderr] | [INFO] [stderr] 12100 | return RemoveTagsFromResourceError::SnapshotNotFoundFault(String::from( [INFO] [stderr] | ___________________________________________________________________________________^ [INFO] [stderr] 12101 | | parsed_error.message, [INFO] [stderr] 12102 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12105:78 [INFO] [stderr] | [INFO] [stderr] 12105 | return RemoveTagsFromResourceError::TagNotFoundFault(String::from( [INFO] [stderr] | ______________________________________________________________________________^ [INFO] [stderr] 12106 | | parsed_error.message, [INFO] [stderr] 12107 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12201:29 [INFO] [stderr] | [INFO] [stderr] 12201 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12206:29 [INFO] [stderr] | [INFO] [stderr] 12206 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12211:29 [INFO] [stderr] | [INFO] [stderr] 12211 | String::from(parsed_error.message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12215:85 [INFO] [stderr] | [INFO] [stderr] 12215 | return ResetCacheParameterGroupError::InvalidParameterValue(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 12216 | | parsed_error.message, [INFO] [stderr] 12217 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12311:136 [INFO] [stderr] | [INFO] [stderr] 12311 | "AuthorizationNotFound" => return RevokeCacheSecurityGroupIngressError::AuthorizationNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return RevokeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return RevokeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return RevokeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return RevokeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12311:281 [INFO] [stderr] | [INFO] [stderr] 12311 | "AuthorizationNotFound" => return RevokeCacheSecurityGroupIngressError::AuthorizationNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return RevokeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return RevokeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return RevokeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return RevokeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12311:434 [INFO] [stderr] | [INFO] [stderr] 12311 | "AuthorizationNotFound" => return RevokeCacheSecurityGroupIngressError::AuthorizationNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return RevokeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return RevokeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return RevokeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return RevokeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12311:576 [INFO] [stderr] | [INFO] [stderr] 12311 | "AuthorizationNotFound" => return RevokeCacheSecurityGroupIngressError::AuthorizationNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return RevokeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return RevokeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return RevokeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return RevokeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12311:706 [INFO] [stderr] | [INFO] [stderr] 12311 | "AuthorizationNotFound" => return RevokeCacheSecurityGroupIngressError::AuthorizationNotFoundFault(String::from(parsed_error.message)),"CacheSecurityGroupNotFound" => return RevokeCacheSecurityGroupIngressError::CacheSecurityGroupNotFoundFault(String::from(parsed_error.message)),"InvalidCacheSecurityGroupState" => return RevokeCacheSecurityGroupIngressError::InvalidCacheSecurityGroupStateFault(String::from(parsed_error.message)),"InvalidParameterCombination" => return RevokeCacheSecurityGroupIngressError::InvalidParameterCombination(String::from(parsed_error.message)),"InvalidParameterValue" => return RevokeCacheSecurityGroupIngressError::InvalidParameterValue(String::from(parsed_error.message)),_ => {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12415:87 [INFO] [stderr] | [INFO] [stderr] 12415 | return TestFailoverError::APICallRateForCustomerExceededFault(String::from( [INFO] [stderr] | _______________________________________________________________________________________^ [INFO] [stderr] 12416 | | parsed_error.message, [INFO] [stderr] 12417 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12420:81 [INFO] [stderr] | [INFO] [stderr] 12420 | return TestFailoverError::InvalidCacheClusterStateFault(String::from( [INFO] [stderr] | _________________________________________________________________________________^ [INFO] [stderr] 12421 | | parsed_error.message, [INFO] [stderr] 12422 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12425:79 [INFO] [stderr] | [INFO] [stderr] 12425 | return TestFailoverError::InvalidParameterCombination(String::from( [INFO] [stderr] | _______________________________________________________________________________^ [INFO] [stderr] 12426 | | parsed_error.message, [INFO] [stderr] 12427 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12430:73 [INFO] [stderr] | [INFO] [stderr] 12430 | return TestFailoverError::InvalidParameterValue(String::from( [INFO] [stderr] | _________________________________________________________________________^ [INFO] [stderr] 12431 | | parsed_error.message, [INFO] [stderr] 12432 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12435:85 [INFO] [stderr] | [INFO] [stderr] 12435 | return TestFailoverError::InvalidReplicationGroupStateFault(String::from( [INFO] [stderr] | _____________________________________________________________________________________^ [INFO] [stderr] 12436 | | parsed_error.message, [INFO] [stderr] 12437 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12440:74 [INFO] [stderr] | [INFO] [stderr] 12440 | return TestFailoverError::NodeGroupNotFoundFault(String::from( [INFO] [stderr] | __________________________________________________________________________^ [INFO] [stderr] 12441 | | parsed_error.message, [INFO] [stderr] 12442 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12445:81 [INFO] [stderr] | [INFO] [stderr] 12445 | return TestFailoverError::ReplicationGroupNotFoundFault(String::from( [INFO] [stderr] | _________________________________________________________________________________^ [INFO] [stderr] 12446 | | parsed_error.message, [INFO] [stderr] 12447 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/generated.rs:12450:81 [INFO] [stderr] | [INFO] [stderr] 12450 | return TestFailoverError::TestFailoverNotAvailableFault(String::from( [INFO] [stderr] | _________________________________________________________________________________^ [INFO] [stderr] 12451 | | parsed_error.message, [INFO] [stderr] 12452 | | )) [INFO] [stderr] | |_________________________^ help: consider removing `String::from()`: `parsed_error.message` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/generated.rs:13347:33 [INFO] [stderr] | [INFO] [stderr] 13347 | Box::new(future::ok(::std::mem::drop(response))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unit_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 13347 | Box::new(future::ok(())) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/generated.rs:13374:33 [INFO] [stderr] | [INFO] [stderr] 13374 | Box::new(future::ok(::std::mem::drop(response))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 13374 | Box::new(future::ok(())) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/generated.rs:13401:33 [INFO] [stderr] | [INFO] [stderr] 13401 | Box::new(future::ok(::std::mem::drop(response))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 13401 | Box::new(future::ok(())) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rusoto_elasticache`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "745550b0a368bee6d3c6f82247ca5d953ad73da2928a6ecac6539066f58b11e7"` [INFO] running `"docker" "rm" "-f" "745550b0a368bee6d3c6f82247ca5d953ad73da2928a6ecac6539066f58b11e7"` [INFO] [stdout] 745550b0a368bee6d3c6f82247ca5d953ad73da2928a6ecac6539066f58b11e7