[INFO] fetching crate redis-client 0.5.0...
[INFO] building redis-client-0.5.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate redis-client 0.5.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate redis-client 0.5.0
[INFO] finished tweaking crates.io crate redis-client 0.5.0
[INFO] tweaked toml for crates.io crate redis-client 0.5.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate redis-client 0.5.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 21278210112c9992c83afef801eb586aaf09d59ca5bd959b2877d0ce7624b82e
[INFO] running `Command { std: "docker" "start" "-a" "21278210112c9992c83afef801eb586aaf09d59ca5bd959b2877d0ce7624b82e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21278210112c9992c83afef801eb586aaf09d59ca5bd959b2877d0ce7624b82e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21278210112c9992c83afef801eb586aaf09d59ca5bd959b2877d0ce7624b82e", kill_on_drop: false }`
[INFO] [stdout] 21278210112c9992c83afef801eb586aaf09d59ca5bd959b2877d0ce7624b82e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf1ac6df5f67145525596c101be7fa17664f1b59a17eccdad5b8713fbb09568b
[INFO] running `Command { std: "docker" "start" "-a" "bf1ac6df5f67145525596c101be7fa17664f1b59a17eccdad5b8713fbb09568b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling redis-client v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:275:16
[INFO] [stdout]     |
[INFO] [stdout] 275 |         add_cmd("APPEND");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 275 -         add_cmd("APPEND");
[INFO] [stdout] 275 +         add_cmd"APPEND";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:276:16
[INFO] [stdout]     |
[INFO] [stdout] 276 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 276 -         add_arg(key);
[INFO] [stdout] 276 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:277:16
[INFO] [stdout]     |
[INFO] [stdout] 277 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 277 -         add_arg(value);
[INFO] [stdout] 277 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |         add_cmd("AUTH");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 281 -         add_cmd("AUTH");
[INFO] [stdout] 281 +         add_cmd"AUTH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:282:16
[INFO] [stdout]     |
[INFO] [stdout] 282 |         add_arg(password);
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 282 -         add_arg(password);
[INFO] [stdout] 282 +         add_argpassword;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:286:16
[INFO] [stdout]     |
[INFO] [stdout] 286 |         add_cmd("BGREWRITEAOF");
[INFO] [stdout]     |                ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 286 -         add_cmd("BGREWRITEAOF");
[INFO] [stdout] 286 +         add_cmd"BGREWRITEAOF";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:290:16
[INFO] [stdout]     |
[INFO] [stdout] 290 |         add_cmd("BGSAVE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 290 -         add_cmd("BGSAVE");
[INFO] [stdout] 290 +         add_cmd"BGSAVE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:294:16
[INFO] [stdout]     |
[INFO] [stdout] 294 |         add_cmd("BITCOUNT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 294 -         add_cmd("BITCOUNT");
[INFO] [stdout] 294 +         add_cmd"BITCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:295:16
[INFO] [stdout]     |
[INFO] [stdout] 295 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 295 -         add_arg(key);
[INFO] [stdout] 295 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:299:16
[INFO] [stdout]     |
[INFO] [stdout] 299 |         add_cmd("BITCOUNT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 299 -         add_cmd("BITCOUNT");
[INFO] [stdout] 299 +         add_cmd"BITCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:300:16
[INFO] [stdout]     |
[INFO] [stdout] 300 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 300 -         add_arg(key);
[INFO] [stdout] 300 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:301:16
[INFO] [stdout]     |
[INFO] [stdout] 301 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 301 -         add_arg(start_range);
[INFO] [stdout] 301 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:302:16
[INFO] [stdout]     |
[INFO] [stdout] 302 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 302 -         add_arg(end_range);
[INFO] [stdout] 302 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:306:16
[INFO] [stdout]     |
[INFO] [stdout] 306 |         add_cmd("BLPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 306 -         add_cmd("BLPOP");
[INFO] [stdout] 306 +         add_cmd"BLPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:307:16
[INFO] [stdout]     |
[INFO] [stdout] 307 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 307 -         add_arg(key);
[INFO] [stdout] 307 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:308:16
[INFO] [stdout]     |
[INFO] [stdout] 308 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 308 -         add_arg(timeout);
[INFO] [stdout] 308 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:312:16
[INFO] [stdout]     |
[INFO] [stdout] 312 |         add_cmd("BLPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 312 -         add_cmd("BLPOP");
[INFO] [stdout] 312 +         add_cmd"BLPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:313:17
[INFO] [stdout]     |
[INFO] [stdout] 313 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 313 -         add_args(keys);
[INFO] [stdout] 313 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:314:16
[INFO] [stdout]     |
[INFO] [stdout] 314 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 314 -         add_arg(timeout);
[INFO] [stdout] 314 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:318:16
[INFO] [stdout]     |
[INFO] [stdout] 318 |         add_cmd("BRPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 318 -         add_cmd("BRPOP");
[INFO] [stdout] 318 +         add_cmd"BRPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:319:16
[INFO] [stdout]     |
[INFO] [stdout] 319 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 319 -         add_arg(key);
[INFO] [stdout] 319 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:320:16
[INFO] [stdout]     |
[INFO] [stdout] 320 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 320 -         add_arg(timeout);
[INFO] [stdout] 320 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:324:16
[INFO] [stdout]     |
[INFO] [stdout] 324 |         add_cmd("BRPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 324 -         add_cmd("BRPOP");
[INFO] [stdout] 324 +         add_cmd"BRPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 325 -         add_args(keys);
[INFO] [stdout] 325 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:326:16
[INFO] [stdout]     |
[INFO] [stdout] 326 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 326 -         add_arg(timeout);
[INFO] [stdout] 326 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:330:16
[INFO] [stdout]     |
[INFO] [stdout] 330 |         add_cmd("BRPOPLPUSH");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 330 -         add_cmd("BRPOPLPUSH");
[INFO] [stdout] 330 +         add_cmd"BRPOPLPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:331:16
[INFO] [stdout]     |
[INFO] [stdout] 331 |         add_arg(source);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 331 -         add_arg(source);
[INFO] [stdout] 331 +         add_argsource;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:332:16
[INFO] [stdout]     |
[INFO] [stdout] 332 |         add_arg(dest);
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 332 -         add_arg(dest);
[INFO] [stdout] 332 +         add_argdest;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:333:16
[INFO] [stdout]     |
[INFO] [stdout] 333 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 333 -         add_arg(timeout);
[INFO] [stdout] 333 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:337:16
[INFO] [stdout]     |
[INFO] [stdout] 337 |         add_cmd("DECR");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 337 -         add_cmd("DECR");
[INFO] [stdout] 337 +         add_cmd"DECR";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:338:16
[INFO] [stdout]     |
[INFO] [stdout] 338 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 338 -         add_arg(key);
[INFO] [stdout] 338 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:342:16
[INFO] [stdout]     |
[INFO] [stdout] 342 |         add_cmd("DECRBY");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 342 -         add_cmd("DECRBY");
[INFO] [stdout] 342 +         add_cmd"DECRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 343 -         add_arg(key);
[INFO] [stdout] 343 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:344:16
[INFO] [stdout]     |
[INFO] [stdout] 344 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 344 -         add_arg(increment);
[INFO] [stdout] 344 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:348:16
[INFO] [stdout]     |
[INFO] [stdout] 348 |         add_cmd("DEL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 348 -         add_cmd("DEL");
[INFO] [stdout] 348 +         add_cmd"DEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:349:16
[INFO] [stdout]     |
[INFO] [stdout] 349 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 349 -         add_arg(key);
[INFO] [stdout] 349 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:353:16
[INFO] [stdout]     |
[INFO] [stdout] 353 |         add_cmd("DEL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -         add_cmd("DEL");
[INFO] [stdout] 353 +         add_cmd"DEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 354 -         add_args(keys);
[INFO] [stdout] 354 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:358:16
[INFO] [stdout]     |
[INFO] [stdout] 358 |         add_cmd("DISCARD");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 358 -         add_cmd("DISCARD");
[INFO] [stdout] 358 +         add_cmd"DISCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:362:16
[INFO] [stdout]     |
[INFO] [stdout] 362 |         add_cmd("ECHO");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -         add_cmd("ECHO");
[INFO] [stdout] 362 +         add_cmd"ECHO";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:363:16
[INFO] [stdout]     |
[INFO] [stdout] 363 |         add_arg(msg);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 363 -         add_arg(msg);
[INFO] [stdout] 363 +         add_argmsg;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:367:16
[INFO] [stdout]     |
[INFO] [stdout] 367 |         add_cmd("EXEC");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 367 -         add_cmd("EXEC");
[INFO] [stdout] 367 +         add_cmd"EXEC";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:371:16
[INFO] [stdout]     |
[INFO] [stdout] 371 |         add_cmd("EXISTS");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 371 -         add_cmd("EXISTS");
[INFO] [stdout] 371 +         add_cmd"EXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:372:16
[INFO] [stdout]     |
[INFO] [stdout] 372 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 372 -         add_arg(key);
[INFO] [stdout] 372 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:376:16
[INFO] [stdout]     |
[INFO] [stdout] 376 |         add_cmd("EXISTS");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -         add_cmd("EXISTS");
[INFO] [stdout] 376 +         add_cmd"EXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 377 -         add_args(keys);
[INFO] [stdout] 377 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:381:16
[INFO] [stdout]     |
[INFO] [stdout] 381 |         add_cmd("EXPIRE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 381 -         add_cmd("EXPIRE");
[INFO] [stdout] 381 +         add_cmd"EXPIRE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:382:16
[INFO] [stdout]     |
[INFO] [stdout] 382 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 382 -         add_arg(key);
[INFO] [stdout] 382 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:383:16
[INFO] [stdout]     |
[INFO] [stdout] 383 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -         add_arg(expiry);
[INFO] [stdout] 383 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:387:16
[INFO] [stdout]     |
[INFO] [stdout] 387 |         add_cmd("EXPIREAT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 387 -         add_cmd("EXPIREAT");
[INFO] [stdout] 387 +         add_cmd"EXPIREAT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:388:16
[INFO] [stdout]     |
[INFO] [stdout] 388 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 388 -         add_arg(key);
[INFO] [stdout] 388 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:389:16
[INFO] [stdout]     |
[INFO] [stdout] 389 |         add_arg(timestamp);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 389 -         add_arg(timestamp);
[INFO] [stdout] 389 +         add_argtimestamp;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:393:16
[INFO] [stdout]     |
[INFO] [stdout] 393 |         add_cmd("GET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 393 -         add_cmd("GET");
[INFO] [stdout] 393 +         add_cmd"GET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:394:16
[INFO] [stdout]     |
[INFO] [stdout] 394 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 394 -         add_arg(key);
[INFO] [stdout] 394 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:398:16
[INFO] [stdout]     |
[INFO] [stdout] 398 |         add_cmd("GETRANGE");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 398 -         add_cmd("GETRANGE");
[INFO] [stdout] 398 +         add_cmd"GETRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:399:16
[INFO] [stdout]     |
[INFO] [stdout] 399 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 399 -         add_arg(key);
[INFO] [stdout] 399 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:400:16
[INFO] [stdout]     |
[INFO] [stdout] 400 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 400 -         add_arg(start_range);
[INFO] [stdout] 400 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:401:16
[INFO] [stdout]     |
[INFO] [stdout] 401 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 401 -         add_arg(end_range);
[INFO] [stdout] 401 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:405:16
[INFO] [stdout]     |
[INFO] [stdout] 405 |         add_cmd("HDEL");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 405 -         add_cmd("HDEL");
[INFO] [stdout] 405 +         add_cmd"HDEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:406:16
[INFO] [stdout]     |
[INFO] [stdout] 406 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 406 -         add_arg(key);
[INFO] [stdout] 406 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:407:16
[INFO] [stdout]     |
[INFO] [stdout] 407 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 407 -         add_arg(field);
[INFO] [stdout] 407 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:411:16
[INFO] [stdout]     |
[INFO] [stdout] 411 |         add_cmd("HDEL");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 411 -         add_cmd("HDEL");
[INFO] [stdout] 411 +         add_cmd"HDEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:412:16
[INFO] [stdout]     |
[INFO] [stdout] 412 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 412 -         add_arg(key);
[INFO] [stdout] 412 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:413:17
[INFO] [stdout]     |
[INFO] [stdout] 413 |         add_args(fields);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 413 -         add_args(fields);
[INFO] [stdout] 413 +         add_argsfields;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:417:16
[INFO] [stdout]     |
[INFO] [stdout] 417 |         add_cmd("HEXISTS");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 417 -         add_cmd("HEXISTS");
[INFO] [stdout] 417 +         add_cmd"HEXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:418:16
[INFO] [stdout]     |
[INFO] [stdout] 418 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 418 -         add_arg(key);
[INFO] [stdout] 418 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:419:16
[INFO] [stdout]     |
[INFO] [stdout] 419 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 419 -         add_arg(field);
[INFO] [stdout] 419 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:423:16
[INFO] [stdout]     |
[INFO] [stdout] 423 |         add_cmd("HGET");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 423 -         add_cmd("HGET");
[INFO] [stdout] 423 +         add_cmd"HGET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:424:16
[INFO] [stdout]     |
[INFO] [stdout] 424 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 424 -         add_arg(key);
[INFO] [stdout] 424 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:425:16
[INFO] [stdout]     |
[INFO] [stdout] 425 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 425 -         add_arg(field);
[INFO] [stdout] 425 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:429:16
[INFO] [stdout]     |
[INFO] [stdout] 429 |         add_cmd("HGETALL");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 429 -         add_cmd("HGETALL");
[INFO] [stdout] 429 +         add_cmd"HGETALL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:430:16
[INFO] [stdout]     |
[INFO] [stdout] 430 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 430 -         add_arg(key);
[INFO] [stdout] 430 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:434:16
[INFO] [stdout]     |
[INFO] [stdout] 434 |         add_cmd("HINCRBY");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 434 -         add_cmd("HINCRBY");
[INFO] [stdout] 434 +         add_cmd"HINCRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:435:16
[INFO] [stdout]     |
[INFO] [stdout] 435 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 435 -         add_arg(key);
[INFO] [stdout] 435 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:436:16
[INFO] [stdout]     |
[INFO] [stdout] 436 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 436 -         add_arg(field);
[INFO] [stdout] 436 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:437:16
[INFO] [stdout]     |
[INFO] [stdout] 437 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 437 -         add_arg(increment);
[INFO] [stdout] 437 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:441:16
[INFO] [stdout]     |
[INFO] [stdout] 441 |         add_cmd("HINCRBYBYFLOAT");
[INFO] [stdout]     |                ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 441 -         add_cmd("HINCRBYBYFLOAT");
[INFO] [stdout] 441 +         add_cmd"HINCRBYBYFLOAT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:442:16
[INFO] [stdout]     |
[INFO] [stdout] 442 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 442 -         add_arg(key);
[INFO] [stdout] 442 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:443:16
[INFO] [stdout]     |
[INFO] [stdout] 443 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 443 -         add_arg(field);
[INFO] [stdout] 443 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:444:16
[INFO] [stdout]     |
[INFO] [stdout] 444 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 444 -         add_arg(increment);
[INFO] [stdout] 444 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:448:16
[INFO] [stdout]     |
[INFO] [stdout] 448 |         add_cmd("HKEYS");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 448 -         add_cmd("HKEYS");
[INFO] [stdout] 448 +         add_cmd"HKEYS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:449:16
[INFO] [stdout]     |
[INFO] [stdout] 449 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 449 -         add_arg(key);
[INFO] [stdout] 449 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:453:16
[INFO] [stdout]     |
[INFO] [stdout] 453 |         add_cmd("HLEN");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 453 -         add_cmd("HLEN");
[INFO] [stdout] 453 +         add_cmd"HLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:454:16
[INFO] [stdout]     |
[INFO] [stdout] 454 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 454 -         add_arg(key);
[INFO] [stdout] 454 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:458:16
[INFO] [stdout]     |
[INFO] [stdout] 458 |         add_cmd("HMGET");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 458 -         add_cmd("HMGET");
[INFO] [stdout] 458 +         add_cmd"HMGET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:459:16
[INFO] [stdout]     |
[INFO] [stdout] 459 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 459 -         add_arg(key);
[INFO] [stdout] 459 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:460:17
[INFO] [stdout]     |
[INFO] [stdout] 460 |         add_args(fields);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 460 -         add_args(fields);
[INFO] [stdout] 460 +         add_argsfields;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:464:16
[INFO] [stdout]     |
[INFO] [stdout] 464 |         add_cmd("HMSET");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 464 -         add_cmd("HMSET");
[INFO] [stdout] 464 +         add_cmd"HMSET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:465:16
[INFO] [stdout]     |
[INFO] [stdout] 465 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 465 -         add_arg(key);
[INFO] [stdout] 465 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:466:20
[INFO] [stdout]     |
[INFO] [stdout] 466 |         add_arg_map(fields);
[INFO] [stdout]     |                    ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 466 -         add_arg_map(fields);
[INFO] [stdout] 466 +         add_arg_mapfields;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:470:16
[INFO] [stdout]     |
[INFO] [stdout] 470 |         add_cmd("HSET");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 470 -         add_cmd("HSET");
[INFO] [stdout] 470 +         add_cmd"HSET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:471:16
[INFO] [stdout]     |
[INFO] [stdout] 471 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 471 -         add_arg(key);
[INFO] [stdout] 471 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:472:16
[INFO] [stdout]     |
[INFO] [stdout] 472 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 472 -         add_arg(field);
[INFO] [stdout] 472 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:473:16
[INFO] [stdout]     |
[INFO] [stdout] 473 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 473 -         add_arg(value);
[INFO] [stdout] 473 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:477:16
[INFO] [stdout]     |
[INFO] [stdout] 477 |         add_cmd("HSTRLEN");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 477 -         add_cmd("HSTRLEN");
[INFO] [stdout] 477 +         add_cmd"HSTRLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:478:16
[INFO] [stdout]     |
[INFO] [stdout] 478 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 478 -         add_arg(key);
[INFO] [stdout] 478 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:479:16
[INFO] [stdout]     |
[INFO] [stdout] 479 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 479 -         add_arg(field);
[INFO] [stdout] 479 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:483:16
[INFO] [stdout]     |
[INFO] [stdout] 483 |         add_cmd("HSETNX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 483 -         add_cmd("HSETNX");
[INFO] [stdout] 483 +         add_cmd"HSETNX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:484:16
[INFO] [stdout]     |
[INFO] [stdout] 484 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 484 -         add_arg(key);
[INFO] [stdout] 484 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:485:16
[INFO] [stdout]     |
[INFO] [stdout] 485 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 485 -         add_arg(field);
[INFO] [stdout] 485 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:486:16
[INFO] [stdout]     |
[INFO] [stdout] 486 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 486 -         add_arg(value);
[INFO] [stdout] 486 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:490:16
[INFO] [stdout]     |
[INFO] [stdout] 490 |         add_cmd("HVALS");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 490 -         add_cmd("HVALS");
[INFO] [stdout] 490 +         add_cmd"HVALS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:491:16
[INFO] [stdout]     |
[INFO] [stdout] 491 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 491 -         add_arg(key);
[INFO] [stdout] 491 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:495:16
[INFO] [stdout]     |
[INFO] [stdout] 495 |         add_cmd("LINDEX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 495 -         add_cmd("LINDEX");
[INFO] [stdout] 495 +         add_cmd"LINDEX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:496:16
[INFO] [stdout]     |
[INFO] [stdout] 496 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 496 -         add_arg(key);
[INFO] [stdout] 496 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:497:16
[INFO] [stdout]     |
[INFO] [stdout] 497 |         add_arg(index);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 497 -         add_arg(index);
[INFO] [stdout] 497 +         add_argindex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:501:16
[INFO] [stdout]     |
[INFO] [stdout] 501 |         add_cmd("LINSERT");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 501 -         add_cmd("LINSERT");
[INFO] [stdout] 501 +         add_cmd"LINSERT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:502:16
[INFO] [stdout]     |
[INFO] [stdout] 502 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 502 -         add_arg(key);
[INFO] [stdout] 502 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:503:16
[INFO] [stdout]     |
[INFO] [stdout] 503 |         add_arg("AFTER");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 503 -         add_arg("AFTER");
[INFO] [stdout] 503 +         add_arg"AFTER";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:504:16
[INFO] [stdout]     |
[INFO] [stdout] 504 |         add_arg(pivot);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 504 -         add_arg(pivot);
[INFO] [stdout] 504 +         add_argpivot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:505:16
[INFO] [stdout]     |
[INFO] [stdout] 505 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 505 -         add_arg(value);
[INFO] [stdout] 505 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:509:16
[INFO] [stdout]     |
[INFO] [stdout] 509 |         add_cmd("LINSERT");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 509 -         add_cmd("LINSERT");
[INFO] [stdout] 509 +         add_cmd"LINSERT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:510:16
[INFO] [stdout]     |
[INFO] [stdout] 510 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 510 -         add_arg(key);
[INFO] [stdout] 510 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:511:16
[INFO] [stdout]     |
[INFO] [stdout] 511 |         add_arg("BEFORE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 511 -         add_arg("BEFORE");
[INFO] [stdout] 511 +         add_arg"BEFORE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:512:16
[INFO] [stdout]     |
[INFO] [stdout] 512 |         add_arg(pivot);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 512 -         add_arg(pivot);
[INFO] [stdout] 512 +         add_argpivot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:513:16
[INFO] [stdout]     |
[INFO] [stdout] 513 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 513 -         add_arg(value);
[INFO] [stdout] 513 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:517:16
[INFO] [stdout]     |
[INFO] [stdout] 517 |         add_cmd("LLEN");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 517 -         add_cmd("LLEN");
[INFO] [stdout] 517 +         add_cmd"LLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:518:16
[INFO] [stdout]     |
[INFO] [stdout] 518 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 518 -         add_arg(key);
[INFO] [stdout] 518 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:522:16
[INFO] [stdout]     |
[INFO] [stdout] 522 |         add_cmd("LPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 522 -         add_cmd("LPOP");
[INFO] [stdout] 522 +         add_cmd"LPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:523:16
[INFO] [stdout]     |
[INFO] [stdout] 523 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 523 -         add_arg(key);
[INFO] [stdout] 523 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:527:16
[INFO] [stdout]     |
[INFO] [stdout] 527 |         add_cmd("LPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 527 -         add_cmd("LPUSH");
[INFO] [stdout] 527 +         add_cmd"LPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:528:16
[INFO] [stdout]     |
[INFO] [stdout] 528 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 528 -         add_arg(key);
[INFO] [stdout] 528 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:529:16
[INFO] [stdout]     |
[INFO] [stdout] 529 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 529 -         add_arg(value);
[INFO] [stdout] 529 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:533:16
[INFO] [stdout]     |
[INFO] [stdout] 533 |         add_cmd("LPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 533 -         add_cmd("LPUSH");
[INFO] [stdout] 533 +         add_cmd"LPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:534:16
[INFO] [stdout]     |
[INFO] [stdout] 534 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 534 -         add_arg(key);
[INFO] [stdout] 534 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:535:17
[INFO] [stdout]     |
[INFO] [stdout] 535 |         add_args(values);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 535 -         add_args(values);
[INFO] [stdout] 535 +         add_argsvalues;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:539:16
[INFO] [stdout]     |
[INFO] [stdout] 539 |         add_cmd("LPUSHX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 539 -         add_cmd("LPUSHX");
[INFO] [stdout] 539 +         add_cmd"LPUSHX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:540:16
[INFO] [stdout]     |
[INFO] [stdout] 540 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 540 -         add_arg(key);
[INFO] [stdout] 540 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:541:16
[INFO] [stdout]     |
[INFO] [stdout] 541 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 541 -         add_arg(value);
[INFO] [stdout] 541 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:545:16
[INFO] [stdout]     |
[INFO] [stdout] 545 |         add_cmd("LRANGE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 545 -         add_cmd("LRANGE");
[INFO] [stdout] 545 +         add_cmd"LRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:546:16
[INFO] [stdout]     |
[INFO] [stdout] 546 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 546 -         add_arg(key);
[INFO] [stdout] 546 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:547:16
[INFO] [stdout]     |
[INFO] [stdout] 547 |         add_arg(start);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 547 -         add_arg(start);
[INFO] [stdout] 547 +         add_argstart;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:548:16
[INFO] [stdout]     |
[INFO] [stdout] 548 |         add_arg(end);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 548 -         add_arg(end);
[INFO] [stdout] 548 +         add_argend;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:552:16
[INFO] [stdout]     |
[INFO] [stdout] 552 |         add_cmd("LREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 552 -         add_cmd("LREM");
[INFO] [stdout] 552 +         add_cmd"LREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:553:16
[INFO] [stdout]     |
[INFO] [stdout] 553 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 553 -         add_arg(key);
[INFO] [stdout] 553 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:554:16
[INFO] [stdout]     |
[INFO] [stdout] 554 |         add_arg(count);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 554 -         add_arg(count);
[INFO] [stdout] 554 +         add_argcount;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:555:16
[INFO] [stdout]     |
[INFO] [stdout] 555 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 555 -         add_arg(value);
[INFO] [stdout] 555 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:559:16
[INFO] [stdout]     |
[INFO] [stdout] 559 |         add_cmd("LSET");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 559 -         add_cmd("LSET");
[INFO] [stdout] 559 +         add_cmd"LSET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:560:16
[INFO] [stdout]     |
[INFO] [stdout] 560 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 560 -         add_arg(key);
[INFO] [stdout] 560 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:561:16
[INFO] [stdout]     |
[INFO] [stdout] 561 |         add_arg(index);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 561 -         add_arg(index);
[INFO] [stdout] 561 +         add_argindex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:562:16
[INFO] [stdout]     |
[INFO] [stdout] 562 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 562 -         add_arg(value);
[INFO] [stdout] 562 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:566:16
[INFO] [stdout]     |
[INFO] [stdout] 566 |         add_cmd("LTRIM");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 566 -         add_cmd("LTRIM");
[INFO] [stdout] 566 +         add_cmd"LTRIM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:567:16
[INFO] [stdout]     |
[INFO] [stdout] 567 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 567 -         add_arg(key);
[INFO] [stdout] 567 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:568:16
[INFO] [stdout]     |
[INFO] [stdout] 568 |         add_arg(start);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 568 -         add_arg(start);
[INFO] [stdout] 568 +         add_argstart;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:569:16
[INFO] [stdout]     |
[INFO] [stdout] 569 |         add_arg(end);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 569 -         add_arg(end);
[INFO] [stdout] 569 +         add_argend;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:573:16
[INFO] [stdout]     |
[INFO] [stdout] 573 |         add_cmd("MULTI");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 573 -         add_cmd("MULTI");
[INFO] [stdout] 573 +         add_cmd"MULTI";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:577:16
[INFO] [stdout]     |
[INFO] [stdout] 577 |         add_cmd("RENAME");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 577 -         add_cmd("RENAME");
[INFO] [stdout] 577 +         add_cmd"RENAME";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:578:16
[INFO] [stdout]     |
[INFO] [stdout] 578 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 578 -         add_arg(key);
[INFO] [stdout] 578 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:579:16
[INFO] [stdout]     |
[INFO] [stdout] 579 |         add_arg(new_key);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 579 -         add_arg(new_key);
[INFO] [stdout] 579 +         add_argnew_key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:583:16
[INFO] [stdout]     |
[INFO] [stdout] 583 |         add_cmd("RENAMENX");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 583 -         add_cmd("RENAMENX");
[INFO] [stdout] 583 +         add_cmd"RENAMENX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:584:16
[INFO] [stdout]     |
[INFO] [stdout] 584 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 584 -         add_arg(key);
[INFO] [stdout] 584 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:585:16
[INFO] [stdout]     |
[INFO] [stdout] 585 |         add_arg(new_key);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 585 -         add_arg(new_key);
[INFO] [stdout] 585 +         add_argnew_key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:589:16
[INFO] [stdout]     |
[INFO] [stdout] 589 |         add_cmd("RPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 589 -         add_cmd("RPOP");
[INFO] [stdout] 589 +         add_cmd"RPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:590:16
[INFO] [stdout]     |
[INFO] [stdout] 590 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 590 -         add_arg(key);
[INFO] [stdout] 590 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:594:16
[INFO] [stdout]     |
[INFO] [stdout] 594 |         add_cmd("RPOPLPUSH");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 594 -         add_cmd("RPOPLPUSH");
[INFO] [stdout] 594 +         add_cmd"RPOPLPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:595:16
[INFO] [stdout]     |
[INFO] [stdout] 595 |         add_arg(source);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 595 -         add_arg(source);
[INFO] [stdout] 595 +         add_argsource;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:596:16
[INFO] [stdout]     |
[INFO] [stdout] 596 |         add_arg(dest);
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 596 -         add_arg(dest);
[INFO] [stdout] 596 +         add_argdest;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:600:16
[INFO] [stdout]     |
[INFO] [stdout] 600 |         add_cmd("RPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 600 -         add_cmd("RPUSH");
[INFO] [stdout] 600 +         add_cmd"RPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:601:16
[INFO] [stdout]     |
[INFO] [stdout] 601 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 601 -         add_arg(key);
[INFO] [stdout] 601 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:602:16
[INFO] [stdout]     |
[INFO] [stdout] 602 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 602 -         add_arg(value);
[INFO] [stdout] 602 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:606:16
[INFO] [stdout]     |
[INFO] [stdout] 606 |         add_cmd("RPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 606 -         add_cmd("RPUSH");
[INFO] [stdout] 606 +         add_cmd"RPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:607:16
[INFO] [stdout]     |
[INFO] [stdout] 607 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 607 -         add_arg(key);
[INFO] [stdout] 607 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:608:17
[INFO] [stdout]     |
[INFO] [stdout] 608 |         add_args(values);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 608 -         add_args(values);
[INFO] [stdout] 608 +         add_argsvalues;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:612:16
[INFO] [stdout]     |
[INFO] [stdout] 612 |         add_cmd("RPUSHX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 612 -         add_cmd("RPUSHX");
[INFO] [stdout] 612 +         add_cmd"RPUSHX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:613:16
[INFO] [stdout]     |
[INFO] [stdout] 613 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 613 -         add_arg(key);
[INFO] [stdout] 613 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:614:16
[INFO] [stdout]     |
[INFO] [stdout] 614 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 614 -         add_arg(value);
[INFO] [stdout] 614 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:618:16
[INFO] [stdout]     |
[INFO] [stdout] 618 |         add_cmd("SADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 618 -         add_cmd("SADD");
[INFO] [stdout] 618 +         add_cmd"SADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:619:16
[INFO] [stdout]     |
[INFO] [stdout] 619 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 619 -         add_arg(key);
[INFO] [stdout] 619 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:620:16
[INFO] [stdout]     |
[INFO] [stdout] 620 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 620 -         add_arg(member);
[INFO] [stdout] 620 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:624:16
[INFO] [stdout]     |
[INFO] [stdout] 624 |         add_cmd("SADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 624 -         add_cmd("SADD");
[INFO] [stdout] 624 +         add_cmd"SADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:625:16
[INFO] [stdout]     |
[INFO] [stdout] 625 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 625 -         add_arg(key);
[INFO] [stdout] 625 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:626:17
[INFO] [stdout]     |
[INFO] [stdout] 626 |         add_args(members);
[INFO] [stdout]     |                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 626 -         add_args(members);
[INFO] [stdout] 626 +         add_argsmembers;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:630:16
[INFO] [stdout]     |
[INFO] [stdout] 630 |         add_cmd("SADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 630 -         add_cmd("SADD");
[INFO] [stdout] 630 +         add_cmd"SADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:631:16
[INFO] [stdout]     |
[INFO] [stdout] 631 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 631 -         add_arg(key);
[INFO] [stdout] 631 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:632:23
[INFO] [stdout]     |
[INFO] [stdout] 632 |         add_binary_arg(member);
[INFO] [stdout]     |                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 632 -         add_binary_arg(member);
[INFO] [stdout] 632 +         add_binary_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:636:16
[INFO] [stdout]     |
[INFO] [stdout] 636 |         add_cmd("SCARD");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 636 -         add_cmd("SCARD");
[INFO] [stdout] 636 +         add_cmd"SCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:637:16
[INFO] [stdout]     |
[INFO] [stdout] 637 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 637 -         add_arg(key);
[INFO] [stdout] 637 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:641:16
[INFO] [stdout]     |
[INFO] [stdout] 641 |         add_cmd("SELECT");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 641 -         add_cmd("SELECT");
[INFO] [stdout] 641 +         add_cmd"SELECT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:642:16
[INFO] [stdout]     |
[INFO] [stdout] 642 |         add_arg(db_index);
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 642 -         add_arg(db_index);
[INFO] [stdout] 642 +         add_argdb_index;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:646:16
[INFO] [stdout]     |
[INFO] [stdout] 646 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 646 -         add_cmd("SET");
[INFO] [stdout] 646 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:647:16
[INFO] [stdout]     |
[INFO] [stdout] 647 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 647 -         add_arg(key);
[INFO] [stdout] 647 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:648:16
[INFO] [stdout]     |
[INFO] [stdout] 648 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 648 -         add_arg(value);
[INFO] [stdout] 648 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:652:16
[INFO] [stdout]     |
[INFO] [stdout] 652 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 652 -         add_cmd("SET");
[INFO] [stdout] 652 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:653:16
[INFO] [stdout]     |
[INFO] [stdout] 653 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 653 -         add_arg(key);
[INFO] [stdout] 653 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:654:23
[INFO] [stdout]     |
[INFO] [stdout] 654 |         add_binary_arg(value);
[INFO] [stdout]     |                       ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 654 -         add_binary_arg(value);
[INFO] [stdout] 654 +         add_binary_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:658:16
[INFO] [stdout]     |
[INFO] [stdout] 658 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 658 -         add_cmd("SET");
[INFO] [stdout] 658 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:659:16
[INFO] [stdout]     |
[INFO] [stdout] 659 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 659 -         add_arg(key);
[INFO] [stdout] 659 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:660:16
[INFO] [stdout]     |
[INFO] [stdout] 660 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 660 -         add_arg(value);
[INFO] [stdout] 660 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:661:16
[INFO] [stdout]     |
[INFO] [stdout] 661 |         add_arg("EX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 661 -         add_arg("EX");
[INFO] [stdout] 661 +         add_arg"EX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:662:16
[INFO] [stdout]     |
[INFO] [stdout] 662 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 662 -         add_arg(expiry);
[INFO] [stdout] 662 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:666:16
[INFO] [stdout]     |
[INFO] [stdout] 666 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 666 -         add_cmd("SET");
[INFO] [stdout] 666 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:667:16
[INFO] [stdout]     |
[INFO] [stdout] 667 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 667 -         add_arg(key);
[INFO] [stdout] 667 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:668:16
[INFO] [stdout]     |
[INFO] [stdout] 668 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 668 -         add_arg(value);
[INFO] [stdout] 668 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:669:16
[INFO] [stdout]     |
[INFO] [stdout] 669 |         add_arg("PX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 669 -         add_arg("PX");
[INFO] [stdout] 669 +         add_arg"PX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:670:16
[INFO] [stdout]     |
[INFO] [stdout] 670 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 670 -         add_arg(expiry);
[INFO] [stdout] 670 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:674:16
[INFO] [stdout]     |
[INFO] [stdout] 674 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 674 -         add_cmd("SET");
[INFO] [stdout] 674 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:675:16
[INFO] [stdout]     |
[INFO] [stdout] 675 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 675 -         add_arg(key);
[INFO] [stdout] 675 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:676:16
[INFO] [stdout]     |
[INFO] [stdout] 676 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 676 -         add_arg(value);
[INFO] [stdout] 676 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:677:16
[INFO] [stdout]     |
[INFO] [stdout] 677 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 677 -         add_arg("NX");
[INFO] [stdout] 677 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:681:16
[INFO] [stdout]     |
[INFO] [stdout] 681 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 681 -         add_cmd("SET");
[INFO] [stdout] 681 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:682:16
[INFO] [stdout]     |
[INFO] [stdout] 682 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 682 -         add_arg(key);
[INFO] [stdout] 682 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:683:16
[INFO] [stdout]     |
[INFO] [stdout] 683 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 683 -         add_arg(value);
[INFO] [stdout] 683 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:684:16
[INFO] [stdout]     |
[INFO] [stdout] 684 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 684 -         add_arg("XX");
[INFO] [stdout] 684 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:688:16
[INFO] [stdout]     |
[INFO] [stdout] 688 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 688 -         add_cmd("SET");
[INFO] [stdout] 688 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:689:16
[INFO] [stdout]     |
[INFO] [stdout] 689 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 689 -         add_arg(key);
[INFO] [stdout] 689 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:690:16
[INFO] [stdout]     |
[INFO] [stdout] 690 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 690 -         add_arg(value);
[INFO] [stdout] 690 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:691:16
[INFO] [stdout]     |
[INFO] [stdout] 691 |         add_arg("EX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 691 -         add_arg("EX");
[INFO] [stdout] 691 +         add_arg"EX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:692:16
[INFO] [stdout]     |
[INFO] [stdout] 692 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 692 -         add_arg(expiry);
[INFO] [stdout] 692 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:693:16
[INFO] [stdout]     |
[INFO] [stdout] 693 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 693 -         add_arg("NX");
[INFO] [stdout] 693 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:697:16
[INFO] [stdout]     |
[INFO] [stdout] 697 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 697 -         add_cmd("SET");
[INFO] [stdout] 697 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:698:16
[INFO] [stdout]     |
[INFO] [stdout] 698 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 698 -         add_arg(key);
[INFO] [stdout] 698 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:699:16
[INFO] [stdout]     |
[INFO] [stdout] 699 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 699 -         add_arg(value);
[INFO] [stdout] 699 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:700:16
[INFO] [stdout]     |
[INFO] [stdout] 700 |         add_arg("EX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 700 -         add_arg("EX");
[INFO] [stdout] 700 +         add_arg"EX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:701:16
[INFO] [stdout]     |
[INFO] [stdout] 701 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 701 -         add_arg(expiry);
[INFO] [stdout] 701 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:702:16
[INFO] [stdout]     |
[INFO] [stdout] 702 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 702 -         add_arg("XX");
[INFO] [stdout] 702 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:706:16
[INFO] [stdout]     |
[INFO] [stdout] 706 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 706 -         add_cmd("SET");
[INFO] [stdout] 706 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:707:16
[INFO] [stdout]     |
[INFO] [stdout] 707 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 707 -         add_arg(key);
[INFO] [stdout] 707 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:708:16
[INFO] [stdout]     |
[INFO] [stdout] 708 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 708 -         add_arg(value);
[INFO] [stdout] 708 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:709:16
[INFO] [stdout]     |
[INFO] [stdout] 709 |         add_arg("PX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 709 -         add_arg("PX");
[INFO] [stdout] 709 +         add_arg"PX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:710:16
[INFO] [stdout]     |
[INFO] [stdout] 710 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 710 -         add_arg(expiry);
[INFO] [stdout] 710 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:711:16
[INFO] [stdout]     |
[INFO] [stdout] 711 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 711 -         add_arg("NX");
[INFO] [stdout] 711 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:715:16
[INFO] [stdout]     |
[INFO] [stdout] 715 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 715 -         add_cmd("SET");
[INFO] [stdout] 715 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:716:16
[INFO] [stdout]     |
[INFO] [stdout] 716 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 716 -         add_arg(key);
[INFO] [stdout] 716 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:717:16
[INFO] [stdout]     |
[INFO] [stdout] 717 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 717 -         add_arg(value);
[INFO] [stdout] 717 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:718:16
[INFO] [stdout]     |
[INFO] [stdout] 718 |         add_arg("PX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 718 -         add_arg("PX");
[INFO] [stdout] 718 +         add_arg"PX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:719:16
[INFO] [stdout]     |
[INFO] [stdout] 719 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 719 -         add_arg(expiry);
[INFO] [stdout] 719 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:720:16
[INFO] [stdout]     |
[INFO] [stdout] 720 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 720 -         add_arg("XX");
[INFO] [stdout] 720 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:724:16
[INFO] [stdout]     |
[INFO] [stdout] 724 |         add_cmd("SETBIT");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 724 -         add_cmd("SETBIT");
[INFO] [stdout] 724 +         add_cmd"SETBIT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:725:16
[INFO] [stdout]     |
[INFO] [stdout] 725 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 725 -         add_arg(key);
[INFO] [stdout] 725 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:726:16
[INFO] [stdout]     |
[INFO] [stdout] 726 |         add_arg(offset);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 726 -         add_arg(offset);
[INFO] [stdout] 726 +         add_argoffset;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:727:16
[INFO] [stdout]     |
[INFO] [stdout] 727 |         add_arg(bit);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 727 -         add_arg(bit);
[INFO] [stdout] 727 +         add_argbit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:731:16
[INFO] [stdout]     |
[INFO] [stdout] 731 |         add_cmd("SETRANGE");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 731 -         add_cmd("SETRANGE");
[INFO] [stdout] 731 +         add_cmd"SETRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:732:16
[INFO] [stdout]     |
[INFO] [stdout] 732 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 732 -         add_arg(key);
[INFO] [stdout] 732 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:733:16
[INFO] [stdout]     |
[INFO] [stdout] 733 |         add_arg(offset);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 733 -         add_arg(offset);
[INFO] [stdout] 733 +         add_argoffset;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:734:16
[INFO] [stdout]     |
[INFO] [stdout] 734 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 734 -         add_arg(value);
[INFO] [stdout] 734 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:738:16
[INFO] [stdout]     |
[INFO] [stdout] 738 |         add_cmd("SISMEMBER");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 738 -         add_cmd("SISMEMBER");
[INFO] [stdout] 738 +         add_cmd"SISMEMBER";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:739:16
[INFO] [stdout]     |
[INFO] [stdout] 739 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 -         add_arg(key);
[INFO] [stdout] 739 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:740:16
[INFO] [stdout]     |
[INFO] [stdout] 740 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 740 -         add_arg(member);
[INFO] [stdout] 740 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:744:16
[INFO] [stdout]     |
[INFO] [stdout] 744 |         add_cmd("SMEMBERS");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 -         add_cmd("SMEMBERS");
[INFO] [stdout] 744 +         add_cmd"SMEMBERS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:745:16
[INFO] [stdout]     |
[INFO] [stdout] 745 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 745 -         add_arg(key);
[INFO] [stdout] 745 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:749:16
[INFO] [stdout]     |
[INFO] [stdout] 749 |         add_cmd("SPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 749 -         add_cmd("SPOP");
[INFO] [stdout] 749 +         add_cmd"SPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:750:16
[INFO] [stdout]     |
[INFO] [stdout] 750 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 750 -         add_arg(key);
[INFO] [stdout] 750 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:754:16
[INFO] [stdout]     |
[INFO] [stdout] 754 |         add_cmd("SPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 754 -         add_cmd("SPOP");
[INFO] [stdout] 754 +         add_cmd"SPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:755:16
[INFO] [stdout]     |
[INFO] [stdout] 755 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 755 -         add_arg(key);
[INFO] [stdout] 755 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:756:16
[INFO] [stdout]     |
[INFO] [stdout] 756 |         add_arg(count);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 756 -         add_arg(count);
[INFO] [stdout] 756 +         add_argcount;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:760:16
[INFO] [stdout]     |
[INFO] [stdout] 760 |         add_cmd("SREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 760 -         add_cmd("SREM");
[INFO] [stdout] 760 +         add_cmd"SREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:761:16
[INFO] [stdout]     |
[INFO] [stdout] 761 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 761 -         add_arg(key);
[INFO] [stdout] 761 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:762:16
[INFO] [stdout]     |
[INFO] [stdout] 762 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 762 -         add_arg(member);
[INFO] [stdout] 762 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:766:16
[INFO] [stdout]     |
[INFO] [stdout] 766 |         add_cmd("SREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 766 -         add_cmd("SREM");
[INFO] [stdout] 766 +         add_cmd"SREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:767:16
[INFO] [stdout]     |
[INFO] [stdout] 767 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 767 -         add_arg(key);
[INFO] [stdout] 767 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:768:17
[INFO] [stdout]     |
[INFO] [stdout] 768 |         add_args(members);
[INFO] [stdout]     |                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 768 -         add_args(members);
[INFO] [stdout] 768 +         add_argsmembers;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |         add_cmd("STRLEN");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 772 -         add_cmd("STRLEN");
[INFO] [stdout] 772 +         add_cmd"STRLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:773:16
[INFO] [stdout]     |
[INFO] [stdout] 773 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 773 -         add_arg(key);
[INFO] [stdout] 773 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:777:16
[INFO] [stdout]     |
[INFO] [stdout] 777 |         add_cmd("TTL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 777 -         add_cmd("TTL");
[INFO] [stdout] 777 +         add_cmd"TTL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:778:16
[INFO] [stdout]     |
[INFO] [stdout] 778 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 778 -         add_arg(key);
[INFO] [stdout] 778 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:782:16
[INFO] [stdout]     |
[INFO] [stdout] 782 |         add_cmd("UNWATCH");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 782 -         add_cmd("UNWATCH");
[INFO] [stdout] 782 +         add_cmd"UNWATCH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:786:16
[INFO] [stdout]     |
[INFO] [stdout] 786 |         add_cmd("WATCH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 786 -         add_cmd("WATCH");
[INFO] [stdout] 786 +         add_cmd"WATCH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:787:16
[INFO] [stdout]     |
[INFO] [stdout] 787 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 787 -         add_arg(key);
[INFO] [stdout] 787 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:791:16
[INFO] [stdout]     |
[INFO] [stdout] 791 |         add_cmd("WATCH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 791 -         add_cmd("WATCH");
[INFO] [stdout] 791 +         add_cmd"WATCH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:792:17
[INFO] [stdout]     |
[INFO] [stdout] 792 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 792 -         add_args(keys);
[INFO] [stdout] 792 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:796:16
[INFO] [stdout]     |
[INFO] [stdout] 796 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 796 -         add_cmd("ZADD");
[INFO] [stdout] 796 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:797:16
[INFO] [stdout]     |
[INFO] [stdout] 797 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 797 -         add_arg(key);
[INFO] [stdout] 797 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:798:16
[INFO] [stdout]     |
[INFO] [stdout] 798 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 798 -         add_arg(score);
[INFO] [stdout] 798 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:799:16
[INFO] [stdout]     |
[INFO] [stdout] 799 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 799 -         add_arg(member);
[INFO] [stdout] 799 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:803:16
[INFO] [stdout]     |
[INFO] [stdout] 803 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 803 -         add_cmd("ZADD");
[INFO] [stdout] 803 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:804:16
[INFO] [stdout]     |
[INFO] [stdout] 804 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 804 -         add_arg(key);
[INFO] [stdout] 804 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:805:16
[INFO] [stdout]     |
[INFO] [stdout] 805 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 805 -         add_arg(score);
[INFO] [stdout] 805 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:806:23
[INFO] [stdout]     |
[INFO] [stdout] 806 |         add_binary_arg(member);
[INFO] [stdout]     |                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 806 -         add_binary_arg(member);
[INFO] [stdout] 806 +         add_binary_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:810:16
[INFO] [stdout]     |
[INFO] [stdout] 810 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 810 -         add_cmd("ZADD");
[INFO] [stdout] 810 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:811:16
[INFO] [stdout]     |
[INFO] [stdout] 811 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 811 -         add_arg(key);
[INFO] [stdout] 811 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:812:16
[INFO] [stdout]     |
[INFO] [stdout] 812 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 812 -         add_arg("NX");
[INFO] [stdout] 812 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:813:16
[INFO] [stdout]     |
[INFO] [stdout] 813 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 813 -         add_arg(score);
[INFO] [stdout] 813 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:814:16
[INFO] [stdout]     |
[INFO] [stdout] 814 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 814 -         add_arg(member);
[INFO] [stdout] 814 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:818:16
[INFO] [stdout]     |
[INFO] [stdout] 818 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 818 -         add_cmd("ZADD");
[INFO] [stdout] 818 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:819:16
[INFO] [stdout]     |
[INFO] [stdout] 819 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 819 -         add_arg(key);
[INFO] [stdout] 819 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:820:16
[INFO] [stdout]     |
[INFO] [stdout] 820 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 820 -         add_arg("XX");
[INFO] [stdout] 820 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:821:16
[INFO] [stdout]     |
[INFO] [stdout] 821 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 821 -         add_arg(score);
[INFO] [stdout] 821 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:822:16
[INFO] [stdout]     |
[INFO] [stdout] 822 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 822 -         add_arg(member);
[INFO] [stdout] 822 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:826:16
[INFO] [stdout]     |
[INFO] [stdout] 826 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 826 -         add_cmd("ZADD");
[INFO] [stdout] 826 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:827:16
[INFO] [stdout]     |
[INFO] [stdout] 827 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 827 -         add_arg(key);
[INFO] [stdout] 827 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:828:16
[INFO] [stdout]     |
[INFO] [stdout] 828 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 828 -         add_arg("NX");
[INFO] [stdout] 828 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:829:16
[INFO] [stdout]     |
[INFO] [stdout] 829 |         add_arg("CH");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 829 -         add_arg("CH");
[INFO] [stdout] 829 +         add_arg"CH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:830:16
[INFO] [stdout]     |
[INFO] [stdout] 830 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 830 -         add_arg(score);
[INFO] [stdout] 830 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:831:16
[INFO] [stdout]     |
[INFO] [stdout] 831 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 831 -         add_arg(member);
[INFO] [stdout] 831 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:835:16
[INFO] [stdout]     |
[INFO] [stdout] 835 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 835 -         add_cmd("ZADD");
[INFO] [stdout] 835 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:836:16
[INFO] [stdout]     |
[INFO] [stdout] 836 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 836 -         add_arg(key);
[INFO] [stdout] 836 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:837:16
[INFO] [stdout]     |
[INFO] [stdout] 837 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 837 -         add_arg("XX");
[INFO] [stdout] 837 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:838:16
[INFO] [stdout]     |
[INFO] [stdout] 838 |         add_arg("CH");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 838 -         add_arg("CH");
[INFO] [stdout] 838 +         add_arg"CH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:839:16
[INFO] [stdout]     |
[INFO] [stdout] 839 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 839 -         add_arg(score);
[INFO] [stdout] 839 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:840:16
[INFO] [stdout]     |
[INFO] [stdout] 840 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 840 -         add_arg(member);
[INFO] [stdout] 840 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:844:16
[INFO] [stdout]     |
[INFO] [stdout] 844 |         add_cmd("ZCARD");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 844 -         add_cmd("ZCARD");
[INFO] [stdout] 844 +         add_cmd"ZCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:845:16
[INFO] [stdout]     |
[INFO] [stdout] 845 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 845 -         add_arg(key);
[INFO] [stdout] 845 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:849:16
[INFO] [stdout]     |
[INFO] [stdout] 849 |         add_cmd("ZCOUNT");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 849 -         add_cmd("ZCOUNT");
[INFO] [stdout] 849 +         add_cmd"ZCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:850:16
[INFO] [stdout]     |
[INFO] [stdout] 850 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 850 -         add_arg(key);
[INFO] [stdout] 850 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:851:16
[INFO] [stdout]     |
[INFO] [stdout] 851 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 851 -         add_arg(start_range);
[INFO] [stdout] 851 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:852:16
[INFO] [stdout]     |
[INFO] [stdout] 852 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 852 -         add_arg(end_range);
[INFO] [stdout] 852 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:856:16
[INFO] [stdout]     |
[INFO] [stdout] 856 |         add_cmd("ZINCRBY");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 856 -         add_cmd("ZINCRBY");
[INFO] [stdout] 856 +         add_cmd"ZINCRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:857:16
[INFO] [stdout]     |
[INFO] [stdout] 857 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 857 -         add_arg(key);
[INFO] [stdout] 857 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:858:16
[INFO] [stdout]     |
[INFO] [stdout] 858 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 858 -         add_arg(increment);
[INFO] [stdout] 858 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:859:16
[INFO] [stdout]     |
[INFO] [stdout] 859 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 859 -         add_arg(member);
[INFO] [stdout] 859 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:863:16
[INFO] [stdout]     |
[INFO] [stdout] 863 |         add_cmd("ZLEXCOUNT");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 863 -         add_cmd("ZLEXCOUNT");
[INFO] [stdout] 863 +         add_cmd"ZLEXCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:864:16
[INFO] [stdout]     |
[INFO] [stdout] 864 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 864 -         add_arg(key);
[INFO] [stdout] 864 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:865:16
[INFO] [stdout]     |
[INFO] [stdout] 865 |         add_arg(min);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 865 -         add_arg(min);
[INFO] [stdout] 865 +         add_argmin;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:866:16
[INFO] [stdout]     |
[INFO] [stdout] 866 |         add_arg(max);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 866 -         add_arg(max);
[INFO] [stdout] 866 +         add_argmax;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:870:16
[INFO] [stdout]     |
[INFO] [stdout] 870 |         add_cmd("ZREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 870 -         add_cmd("ZREM");
[INFO] [stdout] 870 +         add_cmd"ZREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:871:16
[INFO] [stdout]     |
[INFO] [stdout] 871 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 871 -         add_arg(key);
[INFO] [stdout] 871 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:872:16
[INFO] [stdout]     |
[INFO] [stdout] 872 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 872 -         add_arg(member);
[INFO] [stdout] 872 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:876:16
[INFO] [stdout]     |
[INFO] [stdout] 876 |         add_cmd("ZREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 876 -         add_cmd("ZREM");
[INFO] [stdout] 876 +         add_cmd"ZREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:877:16
[INFO] [stdout]     |
[INFO] [stdout] 877 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 877 -         add_arg(key);
[INFO] [stdout] 877 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:878:17
[INFO] [stdout]     |
[INFO] [stdout] 878 |         add_args(members);
[INFO] [stdout]     |                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 878 -         add_args(members);
[INFO] [stdout] 878 +         add_argsmembers;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:882:16
[INFO] [stdout]     |
[INFO] [stdout] 882 |         add_cmd("ZRANGE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 882 -         add_cmd("ZRANGE");
[INFO] [stdout] 882 +         add_cmd"ZRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:883:16
[INFO] [stdout]     |
[INFO] [stdout] 883 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 883 -         add_arg(key);
[INFO] [stdout] 883 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:884:16
[INFO] [stdout]     |
[INFO] [stdout] 884 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 884 -         add_arg(start_range);
[INFO] [stdout] 884 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:885:16
[INFO] [stdout]     |
[INFO] [stdout] 885 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 885 -         add_arg(end_range);
[INFO] [stdout] 885 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:889:16
[INFO] [stdout]     |
[INFO] [stdout] 889 |         add_cmd("ZRANGE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 889 -         add_cmd("ZRANGE");
[INFO] [stdout] 889 +         add_cmd"ZRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:890:16
[INFO] [stdout]     |
[INFO] [stdout] 890 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 890 -         add_arg(key);
[INFO] [stdout] 890 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:891:16
[INFO] [stdout]     |
[INFO] [stdout] 891 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 891 -         add_arg(start_range);
[INFO] [stdout] 891 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:892:16
[INFO] [stdout]     |
[INFO] [stdout] 892 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 892 -         add_arg(end_range);
[INFO] [stdout] 892 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:893:16
[INFO] [stdout]     |
[INFO] [stdout] 893 |         add_arg("WITHSCORES");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 893 -         add_arg("WITHSCORES");
[INFO] [stdout] 893 +         add_arg"WITHSCORES";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:897:16
[INFO] [stdout]     |
[INFO] [stdout] 897 |         add_cmd("ZREVRANGE");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 897 -         add_cmd("ZREVRANGE");
[INFO] [stdout] 897 +         add_cmd"ZREVRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:898:16
[INFO] [stdout]     |
[INFO] [stdout] 898 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 898 -         add_arg(key);
[INFO] [stdout] 898 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:899:16
[INFO] [stdout]     |
[INFO] [stdout] 899 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 899 -         add_arg(start_range);
[INFO] [stdout] 899 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:900:16
[INFO] [stdout]     |
[INFO] [stdout] 900 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 900 -         add_arg(end_range);
[INFO] [stdout] 900 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:904:16
[INFO] [stdout]     |
[INFO] [stdout] 904 |         add_cmd("ZREVRANGE");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 904 -         add_cmd("ZREVRANGE");
[INFO] [stdout] 904 +         add_cmd"ZREVRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:905:16
[INFO] [stdout]     |
[INFO] [stdout] 905 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 905 -         add_arg(key);
[INFO] [stdout] 905 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:906:16
[INFO] [stdout]     |
[INFO] [stdout] 906 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 906 -         add_arg(start_range);
[INFO] [stdout] 906 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:907:16
[INFO] [stdout]     |
[INFO] [stdout] 907 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 907 -         add_arg(end_range);
[INFO] [stdout] 907 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:908:16
[INFO] [stdout]     |
[INFO] [stdout] 908 |         add_arg("WITHSCORES");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 908 -         add_arg("WITHSCORES");
[INFO] [stdout] 908 +         add_arg"WITHSCORES";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:171:31
[INFO] [stdout]     |
[INFO] [stdout] 171 |                       let res = try!(self.exec_redis_command(cmd));     
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:211:21
[INFO] [stdout]     |
[INFO] [stdout] 211 |                       try!(self.exec_redis_command_async(cmd, callback));     
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:236:17
[INFO] [stdout]     |
[INFO] [stdout] 236 |                   try!(self.exec_redis_command_async(cmd, cmd_callback, PubSubArg{
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:250:17
[INFO] [stdout]     |
[INFO] [stdout] 250 |                   try!(self.exec_redis_command_async(cmd, cmd_callback, PubSubArg{
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:263:17
[INFO] [stdout]     |
[INFO] [stdout] 263 |                   try!(self.exec_redis_command_async(cmd, cmd_callback, PubSubArg{
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         try!(buffer.read_line(&mut head_line));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:52:33
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let read_byte_nb: i64 = try!(head_line.trim().parse());
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     let buf = try!(buffer.fill_buf());
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:87:29
[INFO] [stdout]    |
[INFO] [stdout] 87 |         Ok(RedisResult::Int(try!(integer_str.trim().parse::<i64>())))
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:97:37
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let mut read_elmt_nb: i64 = try!(array_str.trim().parse());
[INFO] [stdout]    |                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/redis.rs:82:20
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let size = try!(writer.write(buf_to_send));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/redis.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         try!(self.write_command(buf_to_send));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/redis.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |         try!(self.write_command(buf_to_send));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/redis.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |         try!(self.sender.send((SenderType::Pipe(redis_command.get_command_nb()), key, redis_command.into())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/redis.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |         try!(self.sender.send((SenderType::Simple, key, redis_command.into())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/redis.rs:330:9
[INFO] [stdout]     |
[INFO] [stdout] 330 |         try!(self.cmd_sender.send((pubsub_type, key, redis_command.into())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 29 |     callbacks: HashMap<u32, Box<Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     callbacks: HashMap<u32, Box<dyn Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pipe_callbacks: HashMap<u32, Box<Fn(Result<Vec<RedisResult>, RedisError>)>>,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pipe_callbacks: HashMap<u32, Box<dyn Fn(Result<Vec<RedisResult>, RedisError>)>>,
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub callback: Option<Box<Fn(RedisResult)>>
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub callback: Option<Box<dyn Fn(RedisResult)>>
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |     cmd_callbacks: HashMap<u32, Box<Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     cmd_callbacks: HashMap<u32, Box<dyn Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:46:44
[INFO] [stdout]    |
[INFO] [stdout] 46 |     channel_callbacks: HashMap<String, Box<Fn(RedisResult)>>,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 |     channel_callbacks: HashMap<String, Box<dyn Fn(RedisResult)>>,
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:47:44
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pattern_callbacks: HashMap<String, Box<Fn(RedisResult)>>
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pattern_callbacks: HashMap<String, Box<dyn Fn(RedisResult)>>
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:30:32
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:53:86
[INFO] [stdout]    |
[INFO] [stdout] 53 |             RedisError::Io(ref err) => RedisError::Io(io::Error::new(err.kind(), err.description())),
[INFO] [stdout]    |                                                                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:85:44
[INFO] [stdout]    |
[INFO] [stdout] 85 |             RedisError::Io(ref err) => err.description(),
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 |             RedisError::Utf8(ref err) => err.description(),
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:87:50
[INFO] [stdout]    |
[INFO] [stdout] 87 |             RedisError::ParseInt(ref err) => err.description(),
[INFO] [stdout]    |                                                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:88:47
[INFO] [stdout]    |
[INFO] [stdout] 88 |             RedisError::Parse(ref err) => err.description(),
[INFO] [stdout]    |                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:90:50
[INFO] [stdout]    |
[INFO] [stdout] 90 |             RedisError::MpscRecv(ref err) => err.description(),
[INFO] [stdout]    |                                                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:91:55
[INFO] [stdout]    |
[INFO] [stdout] 91 |             RedisError::MpscSendBytes(ref err) => err.description(),
[INFO] [stdout]    |                                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:92:61
[INFO] [stdout]    |
[INFO] [stdout] 92 |             RedisError::MpscSendPubSubBytes(ref err) => err.description(),
[INFO] [stdout]    |                                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:93:53
[INFO] [stdout]    |
[INFO] [stdout] 93 |             RedisError::MpscTryRecv(ref err) => err.description(),
[INFO] [stdout]    |                                                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:81:56
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let mut writer = self.buffer.get_mut() as &mut Write;
[INFO] [stdout]    |                                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let mut writer = self.buffer.get_mut() as &mut dyn Write;
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/redis.rs:81:13
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let mut writer = self.buffer.get_mut() as &mut Write;
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
[INFO] running `Command { std: "docker" "inspect" "bf1ac6df5f67145525596c101be7fa17664f1b59a17eccdad5b8713fbb09568b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf1ac6df5f67145525596c101be7fa17664f1b59a17eccdad5b8713fbb09568b", kill_on_drop: false }`
[INFO] [stdout] bf1ac6df5f67145525596c101be7fa17664f1b59a17eccdad5b8713fbb09568b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e6433eaf3f2b16c77ceee35de0f5c62e3190449a3019ebccf1b2bca8f812a01
[INFO] running `Command { std: "docker" "start" "-a" "0e6433eaf3f2b16c77ceee35de0f5c62e3190449a3019ebccf1b2bca8f812a01", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:275:16
[INFO] [stdout]     |
[INFO] [stdout] 275 |         add_cmd("APPEND");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 275 -         add_cmd("APPEND");
[INFO] [stdout] 275 +         add_cmd"APPEND";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:276:16
[INFO] [stdout]     |
[INFO] [stdout] 276 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 276 -         add_arg(key);
[INFO] [stdout] 276 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:277:16
[INFO] [stdout]     |
[INFO] [stdout] 277 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 277 -         add_arg(value);
[INFO] [stdout] 277 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |         add_cmd("AUTH");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 281 -         add_cmd("AUTH");
[INFO] [stdout] 281 +         add_cmd"AUTH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:282:16
[INFO] [stdout]     |
[INFO] [stdout] 282 |         add_arg(password);
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 282 -         add_arg(password);
[INFO] [stdout] 282 +         add_argpassword;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:286:16
[INFO] [stdout]     |
[INFO] [stdout] 286 |         add_cmd("BGREWRITEAOF");
[INFO] [stdout]     |                ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 286 -         add_cmd("BGREWRITEAOF");
[INFO] [stdout] 286 +         add_cmd"BGREWRITEAOF";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:290:16
[INFO] [stdout]     |
[INFO] [stdout] 290 |         add_cmd("BGSAVE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 290 -         add_cmd("BGSAVE");
[INFO] [stdout] 290 +         add_cmd"BGSAVE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:294:16
[INFO] [stdout]     |
[INFO] [stdout] 294 |         add_cmd("BITCOUNT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 294 -         add_cmd("BITCOUNT");
[INFO] [stdout] 294 +         add_cmd"BITCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:295:16
[INFO] [stdout]     |
[INFO] [stdout] 295 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 295 -         add_arg(key);
[INFO] [stdout] 295 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:299:16
[INFO] [stdout]     |
[INFO] [stdout] 299 |         add_cmd("BITCOUNT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 299 -         add_cmd("BITCOUNT");
[INFO] [stdout] 299 +         add_cmd"BITCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:300:16
[INFO] [stdout]     |
[INFO] [stdout] 300 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 300 -         add_arg(key);
[INFO] [stdout] 300 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:301:16
[INFO] [stdout]     |
[INFO] [stdout] 301 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 301 -         add_arg(start_range);
[INFO] [stdout] 301 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:302:16
[INFO] [stdout]     |
[INFO] [stdout] 302 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 302 -         add_arg(end_range);
[INFO] [stdout] 302 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:306:16
[INFO] [stdout]     |
[INFO] [stdout] 306 |         add_cmd("BLPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 306 -         add_cmd("BLPOP");
[INFO] [stdout] 306 +         add_cmd"BLPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:307:16
[INFO] [stdout]     |
[INFO] [stdout] 307 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 307 -         add_arg(key);
[INFO] [stdout] 307 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:308:16
[INFO] [stdout]     |
[INFO] [stdout] 308 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 308 -         add_arg(timeout);
[INFO] [stdout] 308 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:312:16
[INFO] [stdout]     |
[INFO] [stdout] 312 |         add_cmd("BLPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 312 -         add_cmd("BLPOP");
[INFO] [stdout] 312 +         add_cmd"BLPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:313:17
[INFO] [stdout]     |
[INFO] [stdout] 313 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 313 -         add_args(keys);
[INFO] [stdout] 313 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:314:16
[INFO] [stdout]     |
[INFO] [stdout] 314 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 314 -         add_arg(timeout);
[INFO] [stdout] 314 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:318:16
[INFO] [stdout]     |
[INFO] [stdout] 318 |         add_cmd("BRPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 318 -         add_cmd("BRPOP");
[INFO] [stdout] 318 +         add_cmd"BRPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:319:16
[INFO] [stdout]     |
[INFO] [stdout] 319 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 319 -         add_arg(key);
[INFO] [stdout] 319 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:320:16
[INFO] [stdout]     |
[INFO] [stdout] 320 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 320 -         add_arg(timeout);
[INFO] [stdout] 320 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:324:16
[INFO] [stdout]     |
[INFO] [stdout] 324 |         add_cmd("BRPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 324 -         add_cmd("BRPOP");
[INFO] [stdout] 324 +         add_cmd"BRPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 325 -         add_args(keys);
[INFO] [stdout] 325 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:326:16
[INFO] [stdout]     |
[INFO] [stdout] 326 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 326 -         add_arg(timeout);
[INFO] [stdout] 326 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:330:16
[INFO] [stdout]     |
[INFO] [stdout] 330 |         add_cmd("BRPOPLPUSH");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 330 -         add_cmd("BRPOPLPUSH");
[INFO] [stdout] 330 +         add_cmd"BRPOPLPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:331:16
[INFO] [stdout]     |
[INFO] [stdout] 331 |         add_arg(source);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 331 -         add_arg(source);
[INFO] [stdout] 331 +         add_argsource;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:332:16
[INFO] [stdout]     |
[INFO] [stdout] 332 |         add_arg(dest);
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 332 -         add_arg(dest);
[INFO] [stdout] 332 +         add_argdest;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:333:16
[INFO] [stdout]     |
[INFO] [stdout] 333 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 333 -         add_arg(timeout);
[INFO] [stdout] 333 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:337:16
[INFO] [stdout]     |
[INFO] [stdout] 337 |         add_cmd("DECR");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 337 -         add_cmd("DECR");
[INFO] [stdout] 337 +         add_cmd"DECR";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:338:16
[INFO] [stdout]     |
[INFO] [stdout] 338 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 338 -         add_arg(key);
[INFO] [stdout] 338 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:342:16
[INFO] [stdout]     |
[INFO] [stdout] 342 |         add_cmd("DECRBY");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 342 -         add_cmd("DECRBY");
[INFO] [stdout] 342 +         add_cmd"DECRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 343 -         add_arg(key);
[INFO] [stdout] 343 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:344:16
[INFO] [stdout]     |
[INFO] [stdout] 344 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 344 -         add_arg(increment);
[INFO] [stdout] 344 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:348:16
[INFO] [stdout]     |
[INFO] [stdout] 348 |         add_cmd("DEL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 348 -         add_cmd("DEL");
[INFO] [stdout] 348 +         add_cmd"DEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:349:16
[INFO] [stdout]     |
[INFO] [stdout] 349 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 349 -         add_arg(key);
[INFO] [stdout] 349 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:353:16
[INFO] [stdout]     |
[INFO] [stdout] 353 |         add_cmd("DEL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -         add_cmd("DEL");
[INFO] [stdout] 353 +         add_cmd"DEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 354 -         add_args(keys);
[INFO] [stdout] 354 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:358:16
[INFO] [stdout]     |
[INFO] [stdout] 358 |         add_cmd("DISCARD");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 358 -         add_cmd("DISCARD");
[INFO] [stdout] 358 +         add_cmd"DISCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:362:16
[INFO] [stdout]     |
[INFO] [stdout] 362 |         add_cmd("ECHO");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -         add_cmd("ECHO");
[INFO] [stdout] 362 +         add_cmd"ECHO";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:363:16
[INFO] [stdout]     |
[INFO] [stdout] 363 |         add_arg(msg);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 363 -         add_arg(msg);
[INFO] [stdout] 363 +         add_argmsg;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:367:16
[INFO] [stdout]     |
[INFO] [stdout] 367 |         add_cmd("EXEC");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 367 -         add_cmd("EXEC");
[INFO] [stdout] 367 +         add_cmd"EXEC";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:371:16
[INFO] [stdout]     |
[INFO] [stdout] 371 |         add_cmd("EXISTS");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 371 -         add_cmd("EXISTS");
[INFO] [stdout] 371 +         add_cmd"EXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:372:16
[INFO] [stdout]     |
[INFO] [stdout] 372 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 372 -         add_arg(key);
[INFO] [stdout] 372 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:376:16
[INFO] [stdout]     |
[INFO] [stdout] 376 |         add_cmd("EXISTS");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -         add_cmd("EXISTS");
[INFO] [stdout] 376 +         add_cmd"EXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 377 -         add_args(keys);
[INFO] [stdout] 377 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:381:16
[INFO] [stdout]     |
[INFO] [stdout] 381 |         add_cmd("EXPIRE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 381 -         add_cmd("EXPIRE");
[INFO] [stdout] 381 +         add_cmd"EXPIRE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:382:16
[INFO] [stdout]     |
[INFO] [stdout] 382 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 382 -         add_arg(key);
[INFO] [stdout] 382 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:383:16
[INFO] [stdout]     |
[INFO] [stdout] 383 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -         add_arg(expiry);
[INFO] [stdout] 383 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:387:16
[INFO] [stdout]     |
[INFO] [stdout] 387 |         add_cmd("EXPIREAT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 387 -         add_cmd("EXPIREAT");
[INFO] [stdout] 387 +         add_cmd"EXPIREAT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:388:16
[INFO] [stdout]     |
[INFO] [stdout] 388 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 388 -         add_arg(key);
[INFO] [stdout] 388 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:389:16
[INFO] [stdout]     |
[INFO] [stdout] 389 |         add_arg(timestamp);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 389 -         add_arg(timestamp);
[INFO] [stdout] 389 +         add_argtimestamp;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:393:16
[INFO] [stdout]     |
[INFO] [stdout] 393 |         add_cmd("GET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 393 -         add_cmd("GET");
[INFO] [stdout] 393 +         add_cmd"GET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:394:16
[INFO] [stdout]     |
[INFO] [stdout] 394 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 394 -         add_arg(key);
[INFO] [stdout] 394 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:398:16
[INFO] [stdout]     |
[INFO] [stdout] 398 |         add_cmd("GETRANGE");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 398 -         add_cmd("GETRANGE");
[INFO] [stdout] 398 +         add_cmd"GETRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:399:16
[INFO] [stdout]     |
[INFO] [stdout] 399 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 399 -         add_arg(key);
[INFO] [stdout] 399 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:400:16
[INFO] [stdout]     |
[INFO] [stdout] 400 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 400 -         add_arg(start_range);
[INFO] [stdout] 400 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:401:16
[INFO] [stdout]     |
[INFO] [stdout] 401 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 401 -         add_arg(end_range);
[INFO] [stdout] 401 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:405:16
[INFO] [stdout]     |
[INFO] [stdout] 405 |         add_cmd("HDEL");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 405 -         add_cmd("HDEL");
[INFO] [stdout] 405 +         add_cmd"HDEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:406:16
[INFO] [stdout]     |
[INFO] [stdout] 406 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 406 -         add_arg(key);
[INFO] [stdout] 406 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:407:16
[INFO] [stdout]     |
[INFO] [stdout] 407 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 407 -         add_arg(field);
[INFO] [stdout] 407 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:411:16
[INFO] [stdout]     |
[INFO] [stdout] 411 |         add_cmd("HDEL");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 411 -         add_cmd("HDEL");
[INFO] [stdout] 411 +         add_cmd"HDEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:412:16
[INFO] [stdout]     |
[INFO] [stdout] 412 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 412 -         add_arg(key);
[INFO] [stdout] 412 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:413:17
[INFO] [stdout]     |
[INFO] [stdout] 413 |         add_args(fields);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 413 -         add_args(fields);
[INFO] [stdout] 413 +         add_argsfields;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:417:16
[INFO] [stdout]     |
[INFO] [stdout] 417 |         add_cmd("HEXISTS");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 417 -         add_cmd("HEXISTS");
[INFO] [stdout] 417 +         add_cmd"HEXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:418:16
[INFO] [stdout]     |
[INFO] [stdout] 418 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 418 -         add_arg(key);
[INFO] [stdout] 418 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:419:16
[INFO] [stdout]     |
[INFO] [stdout] 419 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 419 -         add_arg(field);
[INFO] [stdout] 419 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:423:16
[INFO] [stdout]     |
[INFO] [stdout] 423 |         add_cmd("HGET");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 423 -         add_cmd("HGET");
[INFO] [stdout] 423 +         add_cmd"HGET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:424:16
[INFO] [stdout]     |
[INFO] [stdout] 424 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 424 -         add_arg(key);
[INFO] [stdout] 424 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:425:16
[INFO] [stdout]     |
[INFO] [stdout] 425 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 425 -         add_arg(field);
[INFO] [stdout] 425 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:429:16
[INFO] [stdout]     |
[INFO] [stdout] 429 |         add_cmd("HGETALL");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 429 -         add_cmd("HGETALL");
[INFO] [stdout] 429 +         add_cmd"HGETALL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:430:16
[INFO] [stdout]     |
[INFO] [stdout] 430 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 430 -         add_arg(key);
[INFO] [stdout] 430 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:434:16
[INFO] [stdout]     |
[INFO] [stdout] 434 |         add_cmd("HINCRBY");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 434 -         add_cmd("HINCRBY");
[INFO] [stdout] 434 +         add_cmd"HINCRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:435:16
[INFO] [stdout]     |
[INFO] [stdout] 435 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 435 -         add_arg(key);
[INFO] [stdout] 435 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:436:16
[INFO] [stdout]     |
[INFO] [stdout] 436 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 436 -         add_arg(field);
[INFO] [stdout] 436 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:437:16
[INFO] [stdout]     |
[INFO] [stdout] 437 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 437 -         add_arg(increment);
[INFO] [stdout] 437 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:441:16
[INFO] [stdout]     |
[INFO] [stdout] 441 |         add_cmd("HINCRBYBYFLOAT");
[INFO] [stdout]     |                ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 441 -         add_cmd("HINCRBYBYFLOAT");
[INFO] [stdout] 441 +         add_cmd"HINCRBYBYFLOAT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:442:16
[INFO] [stdout]     |
[INFO] [stdout] 442 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 442 -         add_arg(key);
[INFO] [stdout] 442 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:443:16
[INFO] [stdout]     |
[INFO] [stdout] 443 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 443 -         add_arg(field);
[INFO] [stdout] 443 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:444:16
[INFO] [stdout]     |
[INFO] [stdout] 444 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 444 -         add_arg(increment);
[INFO] [stdout] 444 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:448:16
[INFO] [stdout]     |
[INFO] [stdout] 448 |         add_cmd("HKEYS");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 448 -         add_cmd("HKEYS");
[INFO] [stdout] 448 +         add_cmd"HKEYS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:449:16
[INFO] [stdout]     |
[INFO] [stdout] 449 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 449 -         add_arg(key);
[INFO] [stdout] 449 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:453:16
[INFO] [stdout]     |
[INFO] [stdout] 453 |         add_cmd("HLEN");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 453 -         add_cmd("HLEN");
[INFO] [stdout] 453 +         add_cmd"HLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:454:16
[INFO] [stdout]     |
[INFO] [stdout] 454 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 454 -         add_arg(key);
[INFO] [stdout] 454 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:458:16
[INFO] [stdout]     |
[INFO] [stdout] 458 |         add_cmd("HMGET");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 458 -         add_cmd("HMGET");
[INFO] [stdout] 458 +         add_cmd"HMGET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:459:16
[INFO] [stdout]     |
[INFO] [stdout] 459 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 459 -         add_arg(key);
[INFO] [stdout] 459 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:460:17
[INFO] [stdout]     |
[INFO] [stdout] 460 |         add_args(fields);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 460 -         add_args(fields);
[INFO] [stdout] 460 +         add_argsfields;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:464:16
[INFO] [stdout]     |
[INFO] [stdout] 464 |         add_cmd("HMSET");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 464 -         add_cmd("HMSET");
[INFO] [stdout] 464 +         add_cmd"HMSET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:465:16
[INFO] [stdout]     |
[INFO] [stdout] 465 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 465 -         add_arg(key);
[INFO] [stdout] 465 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:466:20
[INFO] [stdout]     |
[INFO] [stdout] 466 |         add_arg_map(fields);
[INFO] [stdout]     |                    ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 466 -         add_arg_map(fields);
[INFO] [stdout] 466 +         add_arg_mapfields;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:470:16
[INFO] [stdout]     |
[INFO] [stdout] 470 |         add_cmd("HSET");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 470 -         add_cmd("HSET");
[INFO] [stdout] 470 +         add_cmd"HSET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:471:16
[INFO] [stdout]     |
[INFO] [stdout] 471 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 471 -         add_arg(key);
[INFO] [stdout] 471 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:472:16
[INFO] [stdout]     |
[INFO] [stdout] 472 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 472 -         add_arg(field);
[INFO] [stdout] 472 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:473:16
[INFO] [stdout]     |
[INFO] [stdout] 473 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 473 -         add_arg(value);
[INFO] [stdout] 473 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:477:16
[INFO] [stdout]     |
[INFO] [stdout] 477 |         add_cmd("HSTRLEN");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 477 -         add_cmd("HSTRLEN");
[INFO] [stdout] 477 +         add_cmd"HSTRLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:478:16
[INFO] [stdout]     |
[INFO] [stdout] 478 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 478 -         add_arg(key);
[INFO] [stdout] 478 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:479:16
[INFO] [stdout]     |
[INFO] [stdout] 479 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 479 -         add_arg(field);
[INFO] [stdout] 479 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:483:16
[INFO] [stdout]     |
[INFO] [stdout] 483 |         add_cmd("HSETNX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 483 -         add_cmd("HSETNX");
[INFO] [stdout] 483 +         add_cmd"HSETNX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:484:16
[INFO] [stdout]     |
[INFO] [stdout] 484 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 484 -         add_arg(key);
[INFO] [stdout] 484 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:485:16
[INFO] [stdout]     |
[INFO] [stdout] 485 |         add_arg(field);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 485 -         add_arg(field);
[INFO] [stdout] 485 +         add_argfield;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:486:16
[INFO] [stdout]     |
[INFO] [stdout] 486 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 486 -         add_arg(value);
[INFO] [stdout] 486 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:490:16
[INFO] [stdout]     |
[INFO] [stdout] 490 |         add_cmd("HVALS");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 490 -         add_cmd("HVALS");
[INFO] [stdout] 490 +         add_cmd"HVALS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:491:16
[INFO] [stdout]     |
[INFO] [stdout] 491 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 491 -         add_arg(key);
[INFO] [stdout] 491 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:495:16
[INFO] [stdout]     |
[INFO] [stdout] 495 |         add_cmd("LINDEX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 495 -         add_cmd("LINDEX");
[INFO] [stdout] 495 +         add_cmd"LINDEX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:496:16
[INFO] [stdout]     |
[INFO] [stdout] 496 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 496 -         add_arg(key);
[INFO] [stdout] 496 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:497:16
[INFO] [stdout]     |
[INFO] [stdout] 497 |         add_arg(index);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 497 -         add_arg(index);
[INFO] [stdout] 497 +         add_argindex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:501:16
[INFO] [stdout]     |
[INFO] [stdout] 501 |         add_cmd("LINSERT");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 501 -         add_cmd("LINSERT");
[INFO] [stdout] 501 +         add_cmd"LINSERT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:502:16
[INFO] [stdout]     |
[INFO] [stdout] 502 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 502 -         add_arg(key);
[INFO] [stdout] 502 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:503:16
[INFO] [stdout]     |
[INFO] [stdout] 503 |         add_arg("AFTER");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 503 -         add_arg("AFTER");
[INFO] [stdout] 503 +         add_arg"AFTER";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:504:16
[INFO] [stdout]     |
[INFO] [stdout] 504 |         add_arg(pivot);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 504 -         add_arg(pivot);
[INFO] [stdout] 504 +         add_argpivot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:505:16
[INFO] [stdout]     |
[INFO] [stdout] 505 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 505 -         add_arg(value);
[INFO] [stdout] 505 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:509:16
[INFO] [stdout]     |
[INFO] [stdout] 509 |         add_cmd("LINSERT");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 509 -         add_cmd("LINSERT");
[INFO] [stdout] 509 +         add_cmd"LINSERT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:510:16
[INFO] [stdout]     |
[INFO] [stdout] 510 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 510 -         add_arg(key);
[INFO] [stdout] 510 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:511:16
[INFO] [stdout]     |
[INFO] [stdout] 511 |         add_arg("BEFORE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 511 -         add_arg("BEFORE");
[INFO] [stdout] 511 +         add_arg"BEFORE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:512:16
[INFO] [stdout]     |
[INFO] [stdout] 512 |         add_arg(pivot);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 512 -         add_arg(pivot);
[INFO] [stdout] 512 +         add_argpivot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:513:16
[INFO] [stdout]     |
[INFO] [stdout] 513 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 513 -         add_arg(value);
[INFO] [stdout] 513 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:517:16
[INFO] [stdout]     |
[INFO] [stdout] 517 |         add_cmd("LLEN");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 517 -         add_cmd("LLEN");
[INFO] [stdout] 517 +         add_cmd"LLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:518:16
[INFO] [stdout]     |
[INFO] [stdout] 518 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 518 -         add_arg(key);
[INFO] [stdout] 518 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:522:16
[INFO] [stdout]     |
[INFO] [stdout] 522 |         add_cmd("LPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 522 -         add_cmd("LPOP");
[INFO] [stdout] 522 +         add_cmd"LPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:523:16
[INFO] [stdout]     |
[INFO] [stdout] 523 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 523 -         add_arg(key);
[INFO] [stdout] 523 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:527:16
[INFO] [stdout]     |
[INFO] [stdout] 527 |         add_cmd("LPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 527 -         add_cmd("LPUSH");
[INFO] [stdout] 527 +         add_cmd"LPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:528:16
[INFO] [stdout]     |
[INFO] [stdout] 528 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 528 -         add_arg(key);
[INFO] [stdout] 528 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:529:16
[INFO] [stdout]     |
[INFO] [stdout] 529 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 529 -         add_arg(value);
[INFO] [stdout] 529 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:533:16
[INFO] [stdout]     |
[INFO] [stdout] 533 |         add_cmd("LPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 533 -         add_cmd("LPUSH");
[INFO] [stdout] 533 +         add_cmd"LPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:534:16
[INFO] [stdout]     |
[INFO] [stdout] 534 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 534 -         add_arg(key);
[INFO] [stdout] 534 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:535:17
[INFO] [stdout]     |
[INFO] [stdout] 535 |         add_args(values);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 535 -         add_args(values);
[INFO] [stdout] 535 +         add_argsvalues;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:539:16
[INFO] [stdout]     |
[INFO] [stdout] 539 |         add_cmd("LPUSHX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 539 -         add_cmd("LPUSHX");
[INFO] [stdout] 539 +         add_cmd"LPUSHX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:540:16
[INFO] [stdout]     |
[INFO] [stdout] 540 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 540 -         add_arg(key);
[INFO] [stdout] 540 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:541:16
[INFO] [stdout]     |
[INFO] [stdout] 541 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 541 -         add_arg(value);
[INFO] [stdout] 541 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:545:16
[INFO] [stdout]     |
[INFO] [stdout] 545 |         add_cmd("LRANGE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 545 -         add_cmd("LRANGE");
[INFO] [stdout] 545 +         add_cmd"LRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:546:16
[INFO] [stdout]     |
[INFO] [stdout] 546 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 546 -         add_arg(key);
[INFO] [stdout] 546 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:547:16
[INFO] [stdout]     |
[INFO] [stdout] 547 |         add_arg(start);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 547 -         add_arg(start);
[INFO] [stdout] 547 +         add_argstart;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:548:16
[INFO] [stdout]     |
[INFO] [stdout] 548 |         add_arg(end);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 548 -         add_arg(end);
[INFO] [stdout] 548 +         add_argend;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:552:16
[INFO] [stdout]     |
[INFO] [stdout] 552 |         add_cmd("LREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 552 -         add_cmd("LREM");
[INFO] [stdout] 552 +         add_cmd"LREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:553:16
[INFO] [stdout]     |
[INFO] [stdout] 553 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 553 -         add_arg(key);
[INFO] [stdout] 553 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:554:16
[INFO] [stdout]     |
[INFO] [stdout] 554 |         add_arg(count);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 554 -         add_arg(count);
[INFO] [stdout] 554 +         add_argcount;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:555:16
[INFO] [stdout]     |
[INFO] [stdout] 555 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 555 -         add_arg(value);
[INFO] [stdout] 555 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:559:16
[INFO] [stdout]     |
[INFO] [stdout] 559 |         add_cmd("LSET");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 559 -         add_cmd("LSET");
[INFO] [stdout] 559 +         add_cmd"LSET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:560:16
[INFO] [stdout]     |
[INFO] [stdout] 560 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 560 -         add_arg(key);
[INFO] [stdout] 560 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:561:16
[INFO] [stdout]     |
[INFO] [stdout] 561 |         add_arg(index);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 561 -         add_arg(index);
[INFO] [stdout] 561 +         add_argindex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:562:16
[INFO] [stdout]     |
[INFO] [stdout] 562 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 562 -         add_arg(value);
[INFO] [stdout] 562 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:566:16
[INFO] [stdout]     |
[INFO] [stdout] 566 |         add_cmd("LTRIM");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 566 -         add_cmd("LTRIM");
[INFO] [stdout] 566 +         add_cmd"LTRIM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:567:16
[INFO] [stdout]     |
[INFO] [stdout] 567 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 567 -         add_arg(key);
[INFO] [stdout] 567 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:568:16
[INFO] [stdout]     |
[INFO] [stdout] 568 |         add_arg(start);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 568 -         add_arg(start);
[INFO] [stdout] 568 +         add_argstart;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:569:16
[INFO] [stdout]     |
[INFO] [stdout] 569 |         add_arg(end);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 569 -         add_arg(end);
[INFO] [stdout] 569 +         add_argend;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:573:16
[INFO] [stdout]     |
[INFO] [stdout] 573 |         add_cmd("MULTI");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 573 -         add_cmd("MULTI");
[INFO] [stdout] 573 +         add_cmd"MULTI";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:577:16
[INFO] [stdout]     |
[INFO] [stdout] 577 |         add_cmd("RENAME");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 577 -         add_cmd("RENAME");
[INFO] [stdout] 577 +         add_cmd"RENAME";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:578:16
[INFO] [stdout]     |
[INFO] [stdout] 578 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 578 -         add_arg(key);
[INFO] [stdout] 578 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:579:16
[INFO] [stdout]     |
[INFO] [stdout] 579 |         add_arg(new_key);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 579 -         add_arg(new_key);
[INFO] [stdout] 579 +         add_argnew_key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:583:16
[INFO] [stdout]     |
[INFO] [stdout] 583 |         add_cmd("RENAMENX");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 583 -         add_cmd("RENAMENX");
[INFO] [stdout] 583 +         add_cmd"RENAMENX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:584:16
[INFO] [stdout]     |
[INFO] [stdout] 584 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 584 -         add_arg(key);
[INFO] [stdout] 584 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:585:16
[INFO] [stdout]     |
[INFO] [stdout] 585 |         add_arg(new_key);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 585 -         add_arg(new_key);
[INFO] [stdout] 585 +         add_argnew_key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:589:16
[INFO] [stdout]     |
[INFO] [stdout] 589 |         add_cmd("RPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 589 -         add_cmd("RPOP");
[INFO] [stdout] 589 +         add_cmd"RPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:590:16
[INFO] [stdout]     |
[INFO] [stdout] 590 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 590 -         add_arg(key);
[INFO] [stdout] 590 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:594:16
[INFO] [stdout]     |
[INFO] [stdout] 594 |         add_cmd("RPOPLPUSH");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 594 -         add_cmd("RPOPLPUSH");
[INFO] [stdout] 594 +         add_cmd"RPOPLPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:595:16
[INFO] [stdout]     |
[INFO] [stdout] 595 |         add_arg(source);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 595 -         add_arg(source);
[INFO] [stdout] 595 +         add_argsource;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:596:16
[INFO] [stdout]     |
[INFO] [stdout] 596 |         add_arg(dest);
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 596 -         add_arg(dest);
[INFO] [stdout] 596 +         add_argdest;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:600:16
[INFO] [stdout]     |
[INFO] [stdout] 600 |         add_cmd("RPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 600 -         add_cmd("RPUSH");
[INFO] [stdout] 600 +         add_cmd"RPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:601:16
[INFO] [stdout]     |
[INFO] [stdout] 601 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 601 -         add_arg(key);
[INFO] [stdout] 601 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:602:16
[INFO] [stdout]     |
[INFO] [stdout] 602 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 602 -         add_arg(value);
[INFO] [stdout] 602 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:606:16
[INFO] [stdout]     |
[INFO] [stdout] 606 |         add_cmd("RPUSH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 606 -         add_cmd("RPUSH");
[INFO] [stdout] 606 +         add_cmd"RPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:607:16
[INFO] [stdout]     |
[INFO] [stdout] 607 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 607 -         add_arg(key);
[INFO] [stdout] 607 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:608:17
[INFO] [stdout]     |
[INFO] [stdout] 608 |         add_args(values);
[INFO] [stdout]     |                 ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 608 -         add_args(values);
[INFO] [stdout] 608 +         add_argsvalues;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:612:16
[INFO] [stdout]     |
[INFO] [stdout] 612 |         add_cmd("RPUSHX");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 612 -         add_cmd("RPUSHX");
[INFO] [stdout] 612 +         add_cmd"RPUSHX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:613:16
[INFO] [stdout]     |
[INFO] [stdout] 613 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 613 -         add_arg(key);
[INFO] [stdout] 613 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:614:16
[INFO] [stdout]     |
[INFO] [stdout] 614 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 614 -         add_arg(value);
[INFO] [stdout] 614 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:618:16
[INFO] [stdout]     |
[INFO] [stdout] 618 |         add_cmd("SADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 618 -         add_cmd("SADD");
[INFO] [stdout] 618 +         add_cmd"SADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:619:16
[INFO] [stdout]     |
[INFO] [stdout] 619 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 619 -         add_arg(key);
[INFO] [stdout] 619 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:620:16
[INFO] [stdout]     |
[INFO] [stdout] 620 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 620 -         add_arg(member);
[INFO] [stdout] 620 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:624:16
[INFO] [stdout]     |
[INFO] [stdout] 624 |         add_cmd("SADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 624 -         add_cmd("SADD");
[INFO] [stdout] 624 +         add_cmd"SADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:625:16
[INFO] [stdout]     |
[INFO] [stdout] 625 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 625 -         add_arg(key);
[INFO] [stdout] 625 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:626:17
[INFO] [stdout]     |
[INFO] [stdout] 626 |         add_args(members);
[INFO] [stdout]     |                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 626 -         add_args(members);
[INFO] [stdout] 626 +         add_argsmembers;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:630:16
[INFO] [stdout]     |
[INFO] [stdout] 630 |         add_cmd("SADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 630 -         add_cmd("SADD");
[INFO] [stdout] 630 +         add_cmd"SADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:631:16
[INFO] [stdout]     |
[INFO] [stdout] 631 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 631 -         add_arg(key);
[INFO] [stdout] 631 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:632:23
[INFO] [stdout]     |
[INFO] [stdout] 632 |         add_binary_arg(member);
[INFO] [stdout]     |                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 632 -         add_binary_arg(member);
[INFO] [stdout] 632 +         add_binary_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:636:16
[INFO] [stdout]     |
[INFO] [stdout] 636 |         add_cmd("SCARD");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 636 -         add_cmd("SCARD");
[INFO] [stdout] 636 +         add_cmd"SCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:637:16
[INFO] [stdout]     |
[INFO] [stdout] 637 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 637 -         add_arg(key);
[INFO] [stdout] 637 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:641:16
[INFO] [stdout]     |
[INFO] [stdout] 641 |         add_cmd("SELECT");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 641 -         add_cmd("SELECT");
[INFO] [stdout] 641 +         add_cmd"SELECT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:642:16
[INFO] [stdout]     |
[INFO] [stdout] 642 |         add_arg(db_index);
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 642 -         add_arg(db_index);
[INFO] [stdout] 642 +         add_argdb_index;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:646:16
[INFO] [stdout]     |
[INFO] [stdout] 646 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 646 -         add_cmd("SET");
[INFO] [stdout] 646 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:647:16
[INFO] [stdout]     |
[INFO] [stdout] 647 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 647 -         add_arg(key);
[INFO] [stdout] 647 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:648:16
[INFO] [stdout]     |
[INFO] [stdout] 648 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 648 -         add_arg(value);
[INFO] [stdout] 648 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:652:16
[INFO] [stdout]     |
[INFO] [stdout] 652 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 652 -         add_cmd("SET");
[INFO] [stdout] 652 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:653:16
[INFO] [stdout]     |
[INFO] [stdout] 653 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 653 -         add_arg(key);
[INFO] [stdout] 653 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:654:23
[INFO] [stdout]     |
[INFO] [stdout] 654 |         add_binary_arg(value);
[INFO] [stdout]     |                       ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 654 -         add_binary_arg(value);
[INFO] [stdout] 654 +         add_binary_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:658:16
[INFO] [stdout]     |
[INFO] [stdout] 658 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 658 -         add_cmd("SET");
[INFO] [stdout] 658 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:659:16
[INFO] [stdout]     |
[INFO] [stdout] 659 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 659 -         add_arg(key);
[INFO] [stdout] 659 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:660:16
[INFO] [stdout]     |
[INFO] [stdout] 660 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 660 -         add_arg(value);
[INFO] [stdout] 660 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:661:16
[INFO] [stdout]     |
[INFO] [stdout] 661 |         add_arg("EX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 661 -         add_arg("EX");
[INFO] [stdout] 661 +         add_arg"EX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:662:16
[INFO] [stdout]     |
[INFO] [stdout] 662 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 662 -         add_arg(expiry);
[INFO] [stdout] 662 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:666:16
[INFO] [stdout]     |
[INFO] [stdout] 666 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 666 -         add_cmd("SET");
[INFO] [stdout] 666 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:667:16
[INFO] [stdout]     |
[INFO] [stdout] 667 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 667 -         add_arg(key);
[INFO] [stdout] 667 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:668:16
[INFO] [stdout]     |
[INFO] [stdout] 668 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 668 -         add_arg(value);
[INFO] [stdout] 668 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:669:16
[INFO] [stdout]     |
[INFO] [stdout] 669 |         add_arg("PX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 669 -         add_arg("PX");
[INFO] [stdout] 669 +         add_arg"PX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:670:16
[INFO] [stdout]     |
[INFO] [stdout] 670 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 670 -         add_arg(expiry);
[INFO] [stdout] 670 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:674:16
[INFO] [stdout]     |
[INFO] [stdout] 674 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 674 -         add_cmd("SET");
[INFO] [stdout] 674 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:675:16
[INFO] [stdout]     |
[INFO] [stdout] 675 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 675 -         add_arg(key);
[INFO] [stdout] 675 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:676:16
[INFO] [stdout]     |
[INFO] [stdout] 676 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 676 -         add_arg(value);
[INFO] [stdout] 676 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:677:16
[INFO] [stdout]     |
[INFO] [stdout] 677 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 677 -         add_arg("NX");
[INFO] [stdout] 677 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:681:16
[INFO] [stdout]     |
[INFO] [stdout] 681 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 681 -         add_cmd("SET");
[INFO] [stdout] 681 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:682:16
[INFO] [stdout]     |
[INFO] [stdout] 682 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 682 -         add_arg(key);
[INFO] [stdout] 682 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:683:16
[INFO] [stdout]     |
[INFO] [stdout] 683 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 683 -         add_arg(value);
[INFO] [stdout] 683 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:684:16
[INFO] [stdout]     |
[INFO] [stdout] 684 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 684 -         add_arg("XX");
[INFO] [stdout] 684 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:688:16
[INFO] [stdout]     |
[INFO] [stdout] 688 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 688 -         add_cmd("SET");
[INFO] [stdout] 688 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:689:16
[INFO] [stdout]     |
[INFO] [stdout] 689 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 689 -         add_arg(key);
[INFO] [stdout] 689 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:690:16
[INFO] [stdout]     |
[INFO] [stdout] 690 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 690 -         add_arg(value);
[INFO] [stdout] 690 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:691:16
[INFO] [stdout]     |
[INFO] [stdout] 691 |         add_arg("EX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 691 -         add_arg("EX");
[INFO] [stdout] 691 +         add_arg"EX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:692:16
[INFO] [stdout]     |
[INFO] [stdout] 692 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 692 -         add_arg(expiry);
[INFO] [stdout] 692 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:693:16
[INFO] [stdout]     |
[INFO] [stdout] 693 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 693 -         add_arg("NX");
[INFO] [stdout] 693 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:697:16
[INFO] [stdout]     |
[INFO] [stdout] 697 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 697 -         add_cmd("SET");
[INFO] [stdout] 697 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:698:16
[INFO] [stdout]     |
[INFO] [stdout] 698 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 698 -         add_arg(key);
[INFO] [stdout] 698 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:699:16
[INFO] [stdout]     |
[INFO] [stdout] 699 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 699 -         add_arg(value);
[INFO] [stdout] 699 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:700:16
[INFO] [stdout]     |
[INFO] [stdout] 700 |         add_arg("EX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 700 -         add_arg("EX");
[INFO] [stdout] 700 +         add_arg"EX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:701:16
[INFO] [stdout]     |
[INFO] [stdout] 701 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 701 -         add_arg(expiry);
[INFO] [stdout] 701 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:702:16
[INFO] [stdout]     |
[INFO] [stdout] 702 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 702 -         add_arg("XX");
[INFO] [stdout] 702 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:706:16
[INFO] [stdout]     |
[INFO] [stdout] 706 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 706 -         add_cmd("SET");
[INFO] [stdout] 706 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:707:16
[INFO] [stdout]     |
[INFO] [stdout] 707 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 707 -         add_arg(key);
[INFO] [stdout] 707 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:708:16
[INFO] [stdout]     |
[INFO] [stdout] 708 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 708 -         add_arg(value);
[INFO] [stdout] 708 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:709:16
[INFO] [stdout]     |
[INFO] [stdout] 709 |         add_arg("PX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 709 -         add_arg("PX");
[INFO] [stdout] 709 +         add_arg"PX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:710:16
[INFO] [stdout]     |
[INFO] [stdout] 710 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 710 -         add_arg(expiry);
[INFO] [stdout] 710 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:711:16
[INFO] [stdout]     |
[INFO] [stdout] 711 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 711 -         add_arg("NX");
[INFO] [stdout] 711 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:715:16
[INFO] [stdout]     |
[INFO] [stdout] 715 |         add_cmd("SET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 715 -         add_cmd("SET");
[INFO] [stdout] 715 +         add_cmd"SET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:716:16
[INFO] [stdout]     |
[INFO] [stdout] 716 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 716 -         add_arg(key);
[INFO] [stdout] 716 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:717:16
[INFO] [stdout]     |
[INFO] [stdout] 717 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 717 -         add_arg(value);
[INFO] [stdout] 717 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:718:16
[INFO] [stdout]     |
[INFO] [stdout] 718 |         add_arg("PX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 718 -         add_arg("PX");
[INFO] [stdout] 718 +         add_arg"PX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:719:16
[INFO] [stdout]     |
[INFO] [stdout] 719 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 719 -         add_arg(expiry);
[INFO] [stdout] 719 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:720:16
[INFO] [stdout]     |
[INFO] [stdout] 720 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 720 -         add_arg("XX");
[INFO] [stdout] 720 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:724:16
[INFO] [stdout]     |
[INFO] [stdout] 724 |         add_cmd("SETBIT");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 724 -         add_cmd("SETBIT");
[INFO] [stdout] 724 +         add_cmd"SETBIT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:725:16
[INFO] [stdout]     |
[INFO] [stdout] 725 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 725 -         add_arg(key);
[INFO] [stdout] 725 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:726:16
[INFO] [stdout]     |
[INFO] [stdout] 726 |         add_arg(offset);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 726 -         add_arg(offset);
[INFO] [stdout] 726 +         add_argoffset;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:727:16
[INFO] [stdout]     |
[INFO] [stdout] 727 |         add_arg(bit);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 727 -         add_arg(bit);
[INFO] [stdout] 727 +         add_argbit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:731:16
[INFO] [stdout]     |
[INFO] [stdout] 731 |         add_cmd("SETRANGE");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 731 -         add_cmd("SETRANGE");
[INFO] [stdout] 731 +         add_cmd"SETRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:732:16
[INFO] [stdout]     |
[INFO] [stdout] 732 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 732 -         add_arg(key);
[INFO] [stdout] 732 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:733:16
[INFO] [stdout]     |
[INFO] [stdout] 733 |         add_arg(offset);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 733 -         add_arg(offset);
[INFO] [stdout] 733 +         add_argoffset;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:734:16
[INFO] [stdout]     |
[INFO] [stdout] 734 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 734 -         add_arg(value);
[INFO] [stdout] 734 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:738:16
[INFO] [stdout]     |
[INFO] [stdout] 738 |         add_cmd("SISMEMBER");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 738 -         add_cmd("SISMEMBER");
[INFO] [stdout] 738 +         add_cmd"SISMEMBER";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:739:16
[INFO] [stdout]     |
[INFO] [stdout] 739 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 -         add_arg(key);
[INFO] [stdout] 739 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:740:16
[INFO] [stdout]     |
[INFO] [stdout] 740 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 740 -         add_arg(member);
[INFO] [stdout] 740 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:744:16
[INFO] [stdout]     |
[INFO] [stdout] 744 |         add_cmd("SMEMBERS");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 -         add_cmd("SMEMBERS");
[INFO] [stdout] 744 +         add_cmd"SMEMBERS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:745:16
[INFO] [stdout]     |
[INFO] [stdout] 745 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 745 -         add_arg(key);
[INFO] [stdout] 745 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:749:16
[INFO] [stdout]     |
[INFO] [stdout] 749 |         add_cmd("SPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 749 -         add_cmd("SPOP");
[INFO] [stdout] 749 +         add_cmd"SPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:750:16
[INFO] [stdout]     |
[INFO] [stdout] 750 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 750 -         add_arg(key);
[INFO] [stdout] 750 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:754:16
[INFO] [stdout]     |
[INFO] [stdout] 754 |         add_cmd("SPOP");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 754 -         add_cmd("SPOP");
[INFO] [stdout] 754 +         add_cmd"SPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:755:16
[INFO] [stdout]     |
[INFO] [stdout] 755 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 755 -         add_arg(key);
[INFO] [stdout] 755 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:756:16
[INFO] [stdout]     |
[INFO] [stdout] 756 |         add_arg(count);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 756 -         add_arg(count);
[INFO] [stdout] 756 +         add_argcount;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:760:16
[INFO] [stdout]     |
[INFO] [stdout] 760 |         add_cmd("SREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 760 -         add_cmd("SREM");
[INFO] [stdout] 760 +         add_cmd"SREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:761:16
[INFO] [stdout]     |
[INFO] [stdout] 761 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 761 -         add_arg(key);
[INFO] [stdout] 761 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:762:16
[INFO] [stdout]     |
[INFO] [stdout] 762 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 762 -         add_arg(member);
[INFO] [stdout] 762 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:766:16
[INFO] [stdout]     |
[INFO] [stdout] 766 |         add_cmd("SREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 766 -         add_cmd("SREM");
[INFO] [stdout] 766 +         add_cmd"SREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:767:16
[INFO] [stdout]     |
[INFO] [stdout] 767 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 767 -         add_arg(key);
[INFO] [stdout] 767 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:768:17
[INFO] [stdout]     |
[INFO] [stdout] 768 |         add_args(members);
[INFO] [stdout]     |                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 768 -         add_args(members);
[INFO] [stdout] 768 +         add_argsmembers;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |         add_cmd("STRLEN");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 772 -         add_cmd("STRLEN");
[INFO] [stdout] 772 +         add_cmd"STRLEN";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:773:16
[INFO] [stdout]     |
[INFO] [stdout] 773 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 773 -         add_arg(key);
[INFO] [stdout] 773 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:777:16
[INFO] [stdout]     |
[INFO] [stdout] 777 |         add_cmd("TTL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 777 -         add_cmd("TTL");
[INFO] [stdout] 777 +         add_cmd"TTL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:778:16
[INFO] [stdout]     |
[INFO] [stdout] 778 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 778 -         add_arg(key);
[INFO] [stdout] 778 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:782:16
[INFO] [stdout]     |
[INFO] [stdout] 782 |         add_cmd("UNWATCH");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 782 -         add_cmd("UNWATCH");
[INFO] [stdout] 782 +         add_cmd"UNWATCH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:786:16
[INFO] [stdout]     |
[INFO] [stdout] 786 |         add_cmd("WATCH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 786 -         add_cmd("WATCH");
[INFO] [stdout] 786 +         add_cmd"WATCH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:787:16
[INFO] [stdout]     |
[INFO] [stdout] 787 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 787 -         add_arg(key);
[INFO] [stdout] 787 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:791:16
[INFO] [stdout]     |
[INFO] [stdout] 791 |         add_cmd("WATCH");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 791 -         add_cmd("WATCH");
[INFO] [stdout] 791 +         add_cmd"WATCH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:792:17
[INFO] [stdout]     |
[INFO] [stdout] 792 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 792 -         add_args(keys);
[INFO] [stdout] 792 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:796:16
[INFO] [stdout]     |
[INFO] [stdout] 796 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 796 -         add_cmd("ZADD");
[INFO] [stdout] 796 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:797:16
[INFO] [stdout]     |
[INFO] [stdout] 797 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 797 -         add_arg(key);
[INFO] [stdout] 797 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:798:16
[INFO] [stdout]     |
[INFO] [stdout] 798 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 798 -         add_arg(score);
[INFO] [stdout] 798 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:799:16
[INFO] [stdout]     |
[INFO] [stdout] 799 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 799 -         add_arg(member);
[INFO] [stdout] 799 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:803:16
[INFO] [stdout]     |
[INFO] [stdout] 803 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 803 -         add_cmd("ZADD");
[INFO] [stdout] 803 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:804:16
[INFO] [stdout]     |
[INFO] [stdout] 804 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 804 -         add_arg(key);
[INFO] [stdout] 804 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:805:16
[INFO] [stdout]     |
[INFO] [stdout] 805 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 805 -         add_arg(score);
[INFO] [stdout] 805 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:806:23
[INFO] [stdout]     |
[INFO] [stdout] 806 |         add_binary_arg(member);
[INFO] [stdout]     |                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 806 -         add_binary_arg(member);
[INFO] [stdout] 806 +         add_binary_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:810:16
[INFO] [stdout]     |
[INFO] [stdout] 810 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 810 -         add_cmd("ZADD");
[INFO] [stdout] 810 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:811:16
[INFO] [stdout]     |
[INFO] [stdout] 811 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 811 -         add_arg(key);
[INFO] [stdout] 811 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:812:16
[INFO] [stdout]     |
[INFO] [stdout] 812 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 812 -         add_arg("NX");
[INFO] [stdout] 812 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:813:16
[INFO] [stdout]     |
[INFO] [stdout] 813 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 813 -         add_arg(score);
[INFO] [stdout] 813 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:814:16
[INFO] [stdout]     |
[INFO] [stdout] 814 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 814 -         add_arg(member);
[INFO] [stdout] 814 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:818:16
[INFO] [stdout]     |
[INFO] [stdout] 818 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 818 -         add_cmd("ZADD");
[INFO] [stdout] 818 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:819:16
[INFO] [stdout]     |
[INFO] [stdout] 819 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 819 -         add_arg(key);
[INFO] [stdout] 819 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:820:16
[INFO] [stdout]     |
[INFO] [stdout] 820 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 820 -         add_arg("XX");
[INFO] [stdout] 820 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:821:16
[INFO] [stdout]     |
[INFO] [stdout] 821 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 821 -         add_arg(score);
[INFO] [stdout] 821 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:822:16
[INFO] [stdout]     |
[INFO] [stdout] 822 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 822 -         add_arg(member);
[INFO] [stdout] 822 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:826:16
[INFO] [stdout]     |
[INFO] [stdout] 826 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 826 -         add_cmd("ZADD");
[INFO] [stdout] 826 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:827:16
[INFO] [stdout]     |
[INFO] [stdout] 827 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 827 -         add_arg(key);
[INFO] [stdout] 827 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:828:16
[INFO] [stdout]     |
[INFO] [stdout] 828 |         add_arg("NX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 828 -         add_arg("NX");
[INFO] [stdout] 828 +         add_arg"NX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:829:16
[INFO] [stdout]     |
[INFO] [stdout] 829 |         add_arg("CH");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 829 -         add_arg("CH");
[INFO] [stdout] 829 +         add_arg"CH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:830:16
[INFO] [stdout]     |
[INFO] [stdout] 830 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 830 -         add_arg(score);
[INFO] [stdout] 830 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:831:16
[INFO] [stdout]     |
[INFO] [stdout] 831 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 831 -         add_arg(member);
[INFO] [stdout] 831 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:835:16
[INFO] [stdout]     |
[INFO] [stdout] 835 |         add_cmd("ZADD");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 835 -         add_cmd("ZADD");
[INFO] [stdout] 835 +         add_cmd"ZADD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:836:16
[INFO] [stdout]     |
[INFO] [stdout] 836 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 836 -         add_arg(key);
[INFO] [stdout] 836 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:837:16
[INFO] [stdout]     |
[INFO] [stdout] 837 |         add_arg("XX");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 837 -         add_arg("XX");
[INFO] [stdout] 837 +         add_arg"XX";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:838:16
[INFO] [stdout]     |
[INFO] [stdout] 838 |         add_arg("CH");
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 838 -         add_arg("CH");
[INFO] [stdout] 838 +         add_arg"CH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:839:16
[INFO] [stdout]     |
[INFO] [stdout] 839 |         add_arg(score);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 839 -         add_arg(score);
[INFO] [stdout] 839 +         add_argscore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:840:16
[INFO] [stdout]     |
[INFO] [stdout] 840 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 840 -         add_arg(member);
[INFO] [stdout] 840 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:844:16
[INFO] [stdout]     |
[INFO] [stdout] 844 |         add_cmd("ZCARD");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 844 -         add_cmd("ZCARD");
[INFO] [stdout] 844 +         add_cmd"ZCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:845:16
[INFO] [stdout]     |
[INFO] [stdout] 845 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 845 -         add_arg(key);
[INFO] [stdout] 845 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:849:16
[INFO] [stdout]     |
[INFO] [stdout] 849 |         add_cmd("ZCOUNT");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 849 -         add_cmd("ZCOUNT");
[INFO] [stdout] 849 +         add_cmd"ZCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:850:16
[INFO] [stdout]     |
[INFO] [stdout] 850 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 850 -         add_arg(key);
[INFO] [stdout] 850 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:851:16
[INFO] [stdout]     |
[INFO] [stdout] 851 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 851 -         add_arg(start_range);
[INFO] [stdout] 851 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:852:16
[INFO] [stdout]     |
[INFO] [stdout] 852 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 852 -         add_arg(end_range);
[INFO] [stdout] 852 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:856:16
[INFO] [stdout]     |
[INFO] [stdout] 856 |         add_cmd("ZINCRBY");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 856 -         add_cmd("ZINCRBY");
[INFO] [stdout] 856 +         add_cmd"ZINCRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:857:16
[INFO] [stdout]     |
[INFO] [stdout] 857 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 857 -         add_arg(key);
[INFO] [stdout] 857 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:858:16
[INFO] [stdout]     |
[INFO] [stdout] 858 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 858 -         add_arg(increment);
[INFO] [stdout] 858 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:859:16
[INFO] [stdout]     |
[INFO] [stdout] 859 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 859 -         add_arg(member);
[INFO] [stdout] 859 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:863:16
[INFO] [stdout]     |
[INFO] [stdout] 863 |         add_cmd("ZLEXCOUNT");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 863 -         add_cmd("ZLEXCOUNT");
[INFO] [stdout] 863 +         add_cmd"ZLEXCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:864:16
[INFO] [stdout]     |
[INFO] [stdout] 864 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 864 -         add_arg(key);
[INFO] [stdout] 864 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:865:16
[INFO] [stdout]     |
[INFO] [stdout] 865 |         add_arg(min);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 865 -         add_arg(min);
[INFO] [stdout] 865 +         add_argmin;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:866:16
[INFO] [stdout]     |
[INFO] [stdout] 866 |         add_arg(max);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 866 -         add_arg(max);
[INFO] [stdout] 866 +         add_argmax;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:870:16
[INFO] [stdout]     |
[INFO] [stdout] 870 |         add_cmd("ZREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 870 -         add_cmd("ZREM");
[INFO] [stdout] 870 +         add_cmd"ZREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:871:16
[INFO] [stdout]     |
[INFO] [stdout] 871 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 871 -         add_arg(key);
[INFO] [stdout] 871 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:872:16
[INFO] [stdout]     |
[INFO] [stdout] 872 |         add_arg(member);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 872 -         add_arg(member);
[INFO] [stdout] 872 +         add_argmember;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:876:16
[INFO] [stdout]     |
[INFO] [stdout] 876 |         add_cmd("ZREM");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 876 -         add_cmd("ZREM");
[INFO] [stdout] 876 +         add_cmd"ZREM";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:877:16
[INFO] [stdout]     |
[INFO] [stdout] 877 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 877 -         add_arg(key);
[INFO] [stdout] 877 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:878:17
[INFO] [stdout]     |
[INFO] [stdout] 878 |         add_args(members);
[INFO] [stdout]     |                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 878 -         add_args(members);
[INFO] [stdout] 878 +         add_argsmembers;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:882:16
[INFO] [stdout]     |
[INFO] [stdout] 882 |         add_cmd("ZRANGE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 882 -         add_cmd("ZRANGE");
[INFO] [stdout] 882 +         add_cmd"ZRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:883:16
[INFO] [stdout]     |
[INFO] [stdout] 883 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 883 -         add_arg(key);
[INFO] [stdout] 883 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:884:16
[INFO] [stdout]     |
[INFO] [stdout] 884 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 884 -         add_arg(start_range);
[INFO] [stdout] 884 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:885:16
[INFO] [stdout]     |
[INFO] [stdout] 885 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 885 -         add_arg(end_range);
[INFO] [stdout] 885 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:889:16
[INFO] [stdout]     |
[INFO] [stdout] 889 |         add_cmd("ZRANGE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 889 -         add_cmd("ZRANGE");
[INFO] [stdout] 889 +         add_cmd"ZRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:890:16
[INFO] [stdout]     |
[INFO] [stdout] 890 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 890 -         add_arg(key);
[INFO] [stdout] 890 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:891:16
[INFO] [stdout]     |
[INFO] [stdout] 891 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 891 -         add_arg(start_range);
[INFO] [stdout] 891 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:892:16
[INFO] [stdout]     |
[INFO] [stdout] 892 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 892 -         add_arg(end_range);
[INFO] [stdout] 892 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:893:16
[INFO] [stdout]     |
[INFO] [stdout] 893 |         add_arg("WITHSCORES");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 893 -         add_arg("WITHSCORES");
[INFO] [stdout] 893 +         add_arg"WITHSCORES";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:897:16
[INFO] [stdout]     |
[INFO] [stdout] 897 |         add_cmd("ZREVRANGE");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 897 -         add_cmd("ZREVRANGE");
[INFO] [stdout] 897 +         add_cmd"ZREVRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:898:16
[INFO] [stdout]     |
[INFO] [stdout] 898 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 898 -         add_arg(key);
[INFO] [stdout] 898 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:899:16
[INFO] [stdout]     |
[INFO] [stdout] 899 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 899 -         add_arg(start_range);
[INFO] [stdout] 899 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:900:16
[INFO] [stdout]     |
[INFO] [stdout] 900 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 900 -         add_arg(end_range);
[INFO] [stdout] 900 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:904:16
[INFO] [stdout]     |
[INFO] [stdout] 904 |         add_cmd("ZREVRANGE");
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 904 -         add_cmd("ZREVRANGE");
[INFO] [stdout] 904 +         add_cmd"ZREVRANGE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:905:16
[INFO] [stdout]     |
[INFO] [stdout] 905 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 905 -         add_arg(key);
[INFO] [stdout] 905 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:906:16
[INFO] [stdout]     |
[INFO] [stdout] 906 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 906 -         add_arg(start_range);
[INFO] [stdout] 906 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:907:16
[INFO] [stdout]     |
[INFO] [stdout] 907 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 907 -         add_arg(end_range);
[INFO] [stdout] 907 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:908:16
[INFO] [stdout]     |
[INFO] [stdout] 908 |         add_arg("WITHSCORES");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 908 -         add_arg("WITHSCORES");
[INFO] [stdout] 908 +         add_arg"WITHSCORES";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:171:31
[INFO] [stdout]     |
[INFO] [stdout] 171 |                       let res = try!(self.exec_redis_command(cmd));     
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:211:21
[INFO] [stdout]     |
[INFO] [stdout] 211 |                       try!(self.exec_redis_command_async(cmd, callback));     
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:236:17
[INFO] [stdout]     |
[INFO] [stdout] 236 |                   try!(self.exec_redis_command_async(cmd, cmd_callback, PubSubArg{
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:250:17
[INFO] [stdout]     |
[INFO] [stdout] 250 |                   try!(self.exec_redis_command_async(cmd, cmd_callback, PubSubArg{
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/commands.rs:263:17
[INFO] [stdout]     |
[INFO] [stdout] 263 |                   try!(self.exec_redis_command_async(cmd, cmd_callback, PubSubArg{
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 | / generate_command_traits!{
[INFO] [stdout] 274 | |     fn append<K: ToString, V: ToString>(key: K, value: V) {
[INFO] [stdout] 275 | |         add_cmd("APPEND");
[INFO] [stdout] 276 | |         add_arg(key);
[INFO] [stdout] ...   |
[INFO] [stdout] 911 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `generate_command_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         try!(buffer.read_line(&mut head_line));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:52:33
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let read_byte_nb: i64 = try!(head_line.trim().parse());
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     let buf = try!(buffer.fill_buf());
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling redis-client v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:87:29
[INFO] [stdout]    |
[INFO] [stdout] 87 |         Ok(RedisResult::Int(try!(integer_str.trim().parse::<i64>())))
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/reader.rs:97:37
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let mut read_elmt_nb: i64 = try!(array_str.trim().parse());
[INFO] [stdout]    |                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/redis.rs:82:20
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let size = try!(writer.write(buf_to_send));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/redis.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         try!(self.write_command(buf_to_send));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/redis.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |         try!(self.write_command(buf_to_send));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/redis.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |         try!(self.sender.send((SenderType::Pipe(redis_command.get_command_nb()), key, redis_command.into())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/redis.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |         try!(self.sender.send((SenderType::Simple, key, redis_command.into())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/redis.rs:330:9
[INFO] [stdout]     |
[INFO] [stdout] 330 |         try!(self.cmd_sender.send((pubsub_type, key, redis_command.into())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 29 |     callbacks: HashMap<u32, Box<Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     callbacks: HashMap<u32, Box<dyn Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pipe_callbacks: HashMap<u32, Box<Fn(Result<Vec<RedisResult>, RedisError>)>>,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pipe_callbacks: HashMap<u32, Box<dyn Fn(Result<Vec<RedisResult>, RedisError>)>>,
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub callback: Option<Box<Fn(RedisResult)>>
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub callback: Option<Box<dyn Fn(RedisResult)>>
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |     cmd_callbacks: HashMap<u32, Box<Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     cmd_callbacks: HashMap<u32, Box<dyn Fn(Result<RedisResult, RedisError>)>>,
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:46:44
[INFO] [stdout]    |
[INFO] [stdout] 46 |     channel_callbacks: HashMap<String, Box<Fn(RedisResult)>>,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 |     channel_callbacks: HashMap<String, Box<dyn Fn(RedisResult)>>,
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:47:44
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pattern_callbacks: HashMap<String, Box<Fn(RedisResult)>>
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pattern_callbacks: HashMap<String, Box<dyn Fn(RedisResult)>>
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:30:32
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:53:86
[INFO] [stdout]    |
[INFO] [stdout] 53 |             RedisError::Io(ref err) => RedisError::Io(io::Error::new(err.kind(), err.description())),
[INFO] [stdout]    |                                                                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:85:44
[INFO] [stdout]    |
[INFO] [stdout] 85 |             RedisError::Io(ref err) => err.description(),
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 |             RedisError::Utf8(ref err) => err.description(),
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:87:50
[INFO] [stdout]    |
[INFO] [stdout] 87 |             RedisError::ParseInt(ref err) => err.description(),
[INFO] [stdout]    |                                                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:88:47
[INFO] [stdout]    |
[INFO] [stdout] 88 |             RedisError::Parse(ref err) => err.description(),
[INFO] [stdout]    |                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:90:50
[INFO] [stdout]    |
[INFO] [stdout] 90 |             RedisError::MpscRecv(ref err) => err.description(),
[INFO] [stdout]    |                                                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:91:55
[INFO] [stdout]    |
[INFO] [stdout] 91 |             RedisError::MpscSendBytes(ref err) => err.description(),
[INFO] [stdout]    |                                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:92:61
[INFO] [stdout]    |
[INFO] [stdout] 92 |             RedisError::MpscSendPubSubBytes(ref err) => err.description(),
[INFO] [stdout]    |                                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:93:53
[INFO] [stdout]    |
[INFO] [stdout] 93 |             RedisError::MpscTryRecv(ref err) => err.description(),
[INFO] [stdout]    |                                                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/redis.rs:81:56
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let mut writer = self.buffer.get_mut() as &mut Write;
[INFO] [stdout]    |                                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let mut writer = self.buffer.get_mut() as &mut dyn Write;
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/redis.rs:81:13
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let mut writer = self.buffer.get_mut() as &mut Write;
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:275:16
[INFO] [stdout]     |
[INFO] [stdout] 275 |         add_cmd("APPEND");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 275 -         add_cmd("APPEND");
[INFO] [stdout] 275 +         add_cmd"APPEND";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:276:16
[INFO] [stdout]     |
[INFO] [stdout] 276 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 276 -         add_arg(key);
[INFO] [stdout] 276 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:277:16
[INFO] [stdout]     |
[INFO] [stdout] 277 |         add_arg(value);
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 277 -         add_arg(value);
[INFO] [stdout] 277 +         add_argvalue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |         add_cmd("AUTH");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 281 -         add_cmd("AUTH");
[INFO] [stdout] 281 +         add_cmd"AUTH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:282:16
[INFO] [stdout]     |
[INFO] [stdout] 282 |         add_arg(password);
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 282 -         add_arg(password);
[INFO] [stdout] 282 +         add_argpassword;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:286:16
[INFO] [stdout]     |
[INFO] [stdout] 286 |         add_cmd("BGREWRITEAOF");
[INFO] [stdout]     |                ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 286 -         add_cmd("BGREWRITEAOF");
[INFO] [stdout] 286 +         add_cmd"BGREWRITEAOF";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:290:16
[INFO] [stdout]     |
[INFO] [stdout] 290 |         add_cmd("BGSAVE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 290 -         add_cmd("BGSAVE");
[INFO] [stdout] 290 +         add_cmd"BGSAVE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:294:16
[INFO] [stdout]     |
[INFO] [stdout] 294 |         add_cmd("BITCOUNT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 294 -         add_cmd("BITCOUNT");
[INFO] [stdout] 294 +         add_cmd"BITCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:295:16
[INFO] [stdout]     |
[INFO] [stdout] 295 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 295 -         add_arg(key);
[INFO] [stdout] 295 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:299:16
[INFO] [stdout]     |
[INFO] [stdout] 299 |         add_cmd("BITCOUNT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 299 -         add_cmd("BITCOUNT");
[INFO] [stdout] 299 +         add_cmd"BITCOUNT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:300:16
[INFO] [stdout]     |
[INFO] [stdout] 300 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 300 -         add_arg(key);
[INFO] [stdout] 300 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:301:16
[INFO] [stdout]     |
[INFO] [stdout] 301 |         add_arg(start_range);
[INFO] [stdout]     |                ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 301 -         add_arg(start_range);
[INFO] [stdout] 301 +         add_argstart_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:302:16
[INFO] [stdout]     |
[INFO] [stdout] 302 |         add_arg(end_range);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 302 -         add_arg(end_range);
[INFO] [stdout] 302 +         add_argend_range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:306:16
[INFO] [stdout]     |
[INFO] [stdout] 306 |         add_cmd("BLPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 306 -         add_cmd("BLPOP");
[INFO] [stdout] 306 +         add_cmd"BLPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:307:16
[INFO] [stdout]     |
[INFO] [stdout] 307 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 307 -         add_arg(key);
[INFO] [stdout] 307 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:308:16
[INFO] [stdout]     |
[INFO] [stdout] 308 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 308 -         add_arg(timeout);
[INFO] [stdout] 308 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:312:16
[INFO] [stdout]     |
[INFO] [stdout] 312 |         add_cmd("BLPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 312 -         add_cmd("BLPOP");
[INFO] [stdout] 312 +         add_cmd"BLPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:313:17
[INFO] [stdout]     |
[INFO] [stdout] 313 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 313 -         add_args(keys);
[INFO] [stdout] 313 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:314:16
[INFO] [stdout]     |
[INFO] [stdout] 314 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 314 -         add_arg(timeout);
[INFO] [stdout] 314 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:318:16
[INFO] [stdout]     |
[INFO] [stdout] 318 |         add_cmd("BRPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 318 -         add_cmd("BRPOP");
[INFO] [stdout] 318 +         add_cmd"BRPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:319:16
[INFO] [stdout]     |
[INFO] [stdout] 319 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 319 -         add_arg(key);
[INFO] [stdout] 319 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:320:16
[INFO] [stdout]     |
[INFO] [stdout] 320 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 320 -         add_arg(timeout);
[INFO] [stdout] 320 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:324:16
[INFO] [stdout]     |
[INFO] [stdout] 324 |         add_cmd("BRPOP");
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 324 -         add_cmd("BRPOP");
[INFO] [stdout] 324 +         add_cmd"BRPOP";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 325 -         add_args(keys);
[INFO] [stdout] 325 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:326:16
[INFO] [stdout]     |
[INFO] [stdout] 326 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 326 -         add_arg(timeout);
[INFO] [stdout] 326 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:330:16
[INFO] [stdout]     |
[INFO] [stdout] 330 |         add_cmd("BRPOPLPUSH");
[INFO] [stdout]     |                ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 330 -         add_cmd("BRPOPLPUSH");
[INFO] [stdout] 330 +         add_cmd"BRPOPLPUSH";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:331:16
[INFO] [stdout]     |
[INFO] [stdout] 331 |         add_arg(source);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 331 -         add_arg(source);
[INFO] [stdout] 331 +         add_argsource;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:332:16
[INFO] [stdout]     |
[INFO] [stdout] 332 |         add_arg(dest);
[INFO] [stdout]     |                ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 332 -         add_arg(dest);
[INFO] [stdout] 332 +         add_argdest;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:333:16
[INFO] [stdout]     |
[INFO] [stdout] 333 |         add_arg(timeout);
[INFO] [stdout]     |                ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 333 -         add_arg(timeout);
[INFO] [stdout] 333 +         add_argtimeout;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:337:16
[INFO] [stdout]     |
[INFO] [stdout] 337 |         add_cmd("DECR");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 337 -         add_cmd("DECR");
[INFO] [stdout] 337 +         add_cmd"DECR";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:338:16
[INFO] [stdout]     |
[INFO] [stdout] 338 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 338 -         add_arg(key);
[INFO] [stdout] 338 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:342:16
[INFO] [stdout]     |
[INFO] [stdout] 342 |         add_cmd("DECRBY");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 342 -         add_cmd("DECRBY");
[INFO] [stdout] 342 +         add_cmd"DECRBY";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 343 -         add_arg(key);
[INFO] [stdout] 343 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:344:16
[INFO] [stdout]     |
[INFO] [stdout] 344 |         add_arg(increment);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 344 -         add_arg(increment);
[INFO] [stdout] 344 +         add_argincrement;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:348:16
[INFO] [stdout]     |
[INFO] [stdout] 348 |         add_cmd("DEL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 348 -         add_cmd("DEL");
[INFO] [stdout] 348 +         add_cmd"DEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:349:16
[INFO] [stdout]     |
[INFO] [stdout] 349 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 349 -         add_arg(key);
[INFO] [stdout] 349 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:353:16
[INFO] [stdout]     |
[INFO] [stdout] 353 |         add_cmd("DEL");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -         add_cmd("DEL");
[INFO] [stdout] 353 +         add_cmd"DEL";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 354 -         add_args(keys);
[INFO] [stdout] 354 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:358:16
[INFO] [stdout]     |
[INFO] [stdout] 358 |         add_cmd("DISCARD");
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 358 -         add_cmd("DISCARD");
[INFO] [stdout] 358 +         add_cmd"DISCARD";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:362:16
[INFO] [stdout]     |
[INFO] [stdout] 362 |         add_cmd("ECHO");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -         add_cmd("ECHO");
[INFO] [stdout] 362 +         add_cmd"ECHO";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:363:16
[INFO] [stdout]     |
[INFO] [stdout] 363 |         add_arg(msg);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 363 -         add_arg(msg);
[INFO] [stdout] 363 +         add_argmsg;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:367:16
[INFO] [stdout]     |
[INFO] [stdout] 367 |         add_cmd("EXEC");
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 367 -         add_cmd("EXEC");
[INFO] [stdout] 367 +         add_cmd"EXEC";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:371:16
[INFO] [stdout]     |
[INFO] [stdout] 371 |         add_cmd("EXISTS");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 371 -         add_cmd("EXISTS");
[INFO] [stdout] 371 +         add_cmd"EXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:372:16
[INFO] [stdout]     |
[INFO] [stdout] 372 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 372 -         add_arg(key);
[INFO] [stdout] 372 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:376:16
[INFO] [stdout]     |
[INFO] [stdout] 376 |         add_cmd("EXISTS");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -         add_cmd("EXISTS");
[INFO] [stdout] 376 +         add_cmd"EXISTS";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |         add_args(keys);
[INFO] [stdout]     |                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 377 -         add_args(keys);
[INFO] [stdout] 377 +         add_argskeys;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:381:16
[INFO] [stdout]     |
[INFO] [stdout] 381 |         add_cmd("EXPIRE");
[INFO] [stdout]     |                ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 381 -         add_cmd("EXPIRE");
[INFO] [stdout] 381 +         add_cmd"EXPIRE";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:382:16
[INFO] [stdout]     |
[INFO] [stdout] 382 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 382 -         add_arg(key);
[INFO] [stdout] 382 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:383:16
[INFO] [stdout]     |
[INFO] [stdout] 383 |         add_arg(expiry);
[INFO] [stdout]     |                ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -         add_arg(expiry);
[INFO] [stdout] 383 +         add_argexpiry;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:387:16
[INFO] [stdout]     |
[INFO] [stdout] 387 |         add_cmd("EXPIREAT");
[INFO] [stdout]     |                ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 387 -         add_cmd("EXPIREAT");
[INFO] [stdout] 387 +         add_cmd"EXPIREAT";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:388:16
[INFO] [stdout]     |
[INFO] [stdout] 388 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 388 -         add_arg(key);
[INFO] [stdout] 388 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:389:16
[INFO] [stdout]     |
[INFO] [stdout] 389 |         add_arg(timestamp);
[INFO] [stdout]     |                ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 389 -         add_arg(timestamp);
[INFO] [stdout] 389 +         add_argtimestamp;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:393:16
[INFO] [stdout]     |
[INFO] [stdout] 393 |         add_cmd("GET");
[INFO] [stdout]     |                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 393 -         add_cmd("GET");
[INFO] [stdout] 393 +         add_cmd"GET";
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:394:16
[INFO] [stdout]     |
[INFO] [stdout] 394 |         add_arg(key);
[INFO] [stdout]     |                ^   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 394 -         add_arg(key);
[INFO] [stdout] 394 +         add_argkey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/commands.rs:398:16
[INFO] [stdout]     |
[INFO] [stdout] 398 |         add_cmd("GETRANGE");
[INFO] [stdout]     |                ^          ^
[WARN] too many lines in the log, truncating it
