[INFO] fetching crate imperative 1.0.1... [INFO] checking imperative-1.0.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate imperative 1.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate imperative 1.0.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate imperative 1.0.1 [INFO] finished tweaking crates.io crate imperative 1.0.1 [INFO] tweaked toml for crates.io crate imperative 1.0.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 11b2d40d2c46bc87833d9e54b0e6591b87f45c54e424e83775aea09eaf78b098 [INFO] running `Command { std: "docker" "start" "-a" "11b2d40d2c46bc87833d9e54b0e6591b87f45c54e424e83775aea09eaf78b098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11b2d40d2c46bc87833d9e54b0e6591b87f45c54e424e83775aea09eaf78b098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11b2d40d2c46bc87833d9e54b0e6591b87f45c54e424e83775aea09eaf78b098", kill_on_drop: false }` [INFO] [stdout] 11b2d40d2c46bc87833d9e54b0e6591b87f45c54e424e83775aea09eaf78b098 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4131f694cb93f55547b7c080a55657e87b55c659798ac76aa40b9f507bf985df [INFO] running `Command { std: "docker" "start" "-a" "4131f694cb93f55547b7c080a55657e87b55c659798ac76aa40b9f507bf985df", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Checking rust-stemmers v1.2.0 [INFO] [stderr] Checking imperative v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: static variable `accept` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) static r#accept: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ACCEPT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `access` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) static r#access: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ACCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `add` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) static r#add: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `ADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `adjust` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) static r#adjust: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ADJUST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `aggreg` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) static r#aggreg: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `AGGREG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `allow` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) static r#allow: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ALLOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `append` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub(crate) static r#append: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `APPEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `appli` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) static r#appli: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `APPLI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `archiv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub(crate) static r#archiv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ARCHIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `assert` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | pub(crate) static r#assert: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ASSERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `assign` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) static r#assign: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ASSIGN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `attempt` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) static r#attempt: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ATTEMPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `authent` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | pub(crate) static r#authent: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `AUTHENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `author` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub(crate) static r#author: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `AUTHOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `break` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:132:19 [INFO] [stdout] | [INFO] [stdout] 132 | pub(crate) static r#break: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BREAK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `build` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 141 | pub(crate) static r#build: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BUILD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `cach` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | pub(crate) static r#cach: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CACH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `calcul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | pub(crate) static r#calcul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CALCUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `call` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:168:19 [INFO] [stdout] | [INFO] [stdout] 168 | pub(crate) static r#call: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `cancel` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:177:19 [INFO] [stdout] | [INFO] [stdout] 177 | pub(crate) static r#cancel: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CANCEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `captur` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 186 | pub(crate) static r#captur: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CAPTUR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `chang` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:195:19 [INFO] [stdout] | [INFO] [stdout] 195 | pub(crate) static r#chang: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CHANG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `check` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | pub(crate) static r#check: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CHECK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `clean` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:213:19 [INFO] [stdout] | [INFO] [stdout] 213 | pub(crate) static r#clean: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CLEAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `clear` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:222:19 [INFO] [stdout] | [INFO] [stdout] 222 | pub(crate) static r#clear: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `close` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | pub(crate) static r#close: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CLOSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `collect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:240:19 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) static r#collect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `COLLECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `combin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:249:19 [INFO] [stdout] | [INFO] [stdout] 249 | pub(crate) static r#combin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMBIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `commit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | pub(crate) static r#commit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `compar` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:267:19 [INFO] [stdout] | [INFO] [stdout] 267 | pub(crate) static r#compar: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMPAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `comput` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:276:19 [INFO] [stdout] | [INFO] [stdout] 276 | pub(crate) static r#comput: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `configur` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | pub(crate) static r#configur: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `CONFIGUR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `confirm` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:294:19 [INFO] [stdout] | [INFO] [stdout] 294 | pub(crate) static r#confirm: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONFIRM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `connect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:303:19 [INFO] [stdout] | [INFO] [stdout] 303 | pub(crate) static r#connect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONNECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `construct` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:312:19 [INFO] [stdout] | [INFO] [stdout] 312 | pub(crate) static r#construct: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `CONSTRUCT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `control` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:321:19 [INFO] [stdout] | [INFO] [stdout] 321 | pub(crate) static r#control: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONTROL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `convert` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | pub(crate) static r#convert: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONVERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `copi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:339:19 [INFO] [stdout] | [INFO] [stdout] 339 | pub(crate) static r#copi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `COPI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `count` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:348:19 [INFO] [stdout] | [INFO] [stdout] 348 | pub(crate) static r#count: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `creat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:357:19 [INFO] [stdout] | [INFO] [stdout] 357 | pub(crate) static r#creat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CREAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `custom` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:366:19 [INFO] [stdout] | [INFO] [stdout] 366 | pub(crate) static r#custom: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CUSTOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `declar` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:375:19 [INFO] [stdout] | [INFO] [stdout] 375 | pub(crate) static r#declar: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DECLAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `decod` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:384:19 [INFO] [stdout] | [INFO] [stdout] 384 | pub(crate) static r#decod: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DECOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `decor` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:393:19 [INFO] [stdout] | [INFO] [stdout] 393 | pub(crate) static r#decor: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DECOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `defin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:402:19 [INFO] [stdout] | [INFO] [stdout] 402 | pub(crate) static r#defin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DEFIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `deleg` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:411:19 [INFO] [stdout] | [INFO] [stdout] 411 | pub(crate) static r#deleg: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DELEG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `delet` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:420:19 [INFO] [stdout] | [INFO] [stdout] 420 | pub(crate) static r#delet: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DELET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `deprec` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:429:19 [INFO] [stdout] | [INFO] [stdout] 429 | pub(crate) static r#deprec: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DEPREC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `deriv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:438:19 [INFO] [stdout] | [INFO] [stdout] 438 | pub(crate) static r#deriv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DERIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `describ` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub(crate) static r#describ: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `DESCRIB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `detect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:456:19 [INFO] [stdout] | [INFO] [stdout] 456 | pub(crate) static r#detect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DETECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `determin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:465:19 [INFO] [stdout] | [INFO] [stdout] 465 | pub(crate) static r#determin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DETERMIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `display` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:474:19 [INFO] [stdout] | [INFO] [stdout] 474 | pub(crate) static r#display: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `DISPLAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `download` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:483:19 [INFO] [stdout] | [INFO] [stdout] 483 | pub(crate) static r#download: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DOWNLOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `drop` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) static r#drop: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DROP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `dump` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:501:19 [INFO] [stdout] | [INFO] [stdout] 501 | pub(crate) static r#dump: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DUMP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `emit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:510:19 [INFO] [stdout] | [INFO] [stdout] 510 | pub(crate) static r#emit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `EMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `empti` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:519:19 [INFO] [stdout] | [INFO] [stdout] 519 | pub(crate) static r#empti: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `EMPTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `enabl` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:528:19 [INFO] [stdout] | [INFO] [stdout] 528 | pub(crate) static r#enabl: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ENABL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `encapsul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:537:19 [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) static r#encapsul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ENCAPSUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `encod` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:546:19 [INFO] [stdout] | [INFO] [stdout] 546 | pub(crate) static r#encod: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ENCOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `end` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:555:19 [INFO] [stdout] | [INFO] [stdout] 555 | pub(crate) static r#end: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `ensur` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:564:19 [INFO] [stdout] | [INFO] [stdout] 564 | pub(crate) static r#ensur: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ENSUR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `enumer` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:573:19 [INFO] [stdout] | [INFO] [stdout] 573 | pub(crate) static r#enumer: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ENUMER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `establish` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:582:19 [INFO] [stdout] | [INFO] [stdout] 582 | pub(crate) static r#establish: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ESTABLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `evalu` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:591:19 [INFO] [stdout] | [INFO] [stdout] 591 | pub(crate) static r#evalu: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `EVALU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `examin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:600:19 [INFO] [stdout] | [INFO] [stdout] 600 | pub(crate) static r#examin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXAMIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `execut` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:609:19 [INFO] [stdout] | [INFO] [stdout] 609 | pub(crate) static r#execut: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXECUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `exit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:618:19 [INFO] [stdout] | [INFO] [stdout] 618 | pub(crate) static r#exit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `EXIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `expand` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:627:19 [INFO] [stdout] | [INFO] [stdout] 627 | pub(crate) static r#expand: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXPAND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `expect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:636:19 [INFO] [stdout] | [INFO] [stdout] 636 | pub(crate) static r#expect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXPECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `export` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:645:19 [INFO] [stdout] | [INFO] [stdout] 645 | pub(crate) static r#export: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXPORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `extend` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:654:19 [INFO] [stdout] | [INFO] [stdout] 654 | pub(crate) static r#extend: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXTEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `extract` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:663:19 [INFO] [stdout] | [INFO] [stdout] 663 | pub(crate) static r#extract: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `EXTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `feed` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:672:19 [INFO] [stdout] | [INFO] [stdout] 672 | pub(crate) static r#feed: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FEED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fetch` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:681:19 [INFO] [stdout] | [INFO] [stdout] 681 | pub(crate) static r#fetch: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FETCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fill` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:690:19 [INFO] [stdout] | [INFO] [stdout] 690 | pub(crate) static r#fill: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `filter` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:699:19 [INFO] [stdout] | [INFO] [stdout] 699 | pub(crate) static r#filter: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `FILTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `final` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:708:19 [INFO] [stdout] | [INFO] [stdout] 708 | pub(crate) static r#final: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FINAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `find` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:717:19 [INFO] [stdout] | [INFO] [stdout] 717 | pub(crate) static r#find: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FIND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fire` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:726:19 [INFO] [stdout] | [INFO] [stdout] 726 | pub(crate) static r#fire: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FIRE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fix` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:735:19 [INFO] [stdout] | [INFO] [stdout] 735 | pub(crate) static r#fix: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `flag` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:744:19 [INFO] [stdout] | [INFO] [stdout] 744 | pub(crate) static r#flag: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FLAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `forc` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:753:19 [INFO] [stdout] | [INFO] [stdout] 753 | pub(crate) static r#forc: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FORC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `format` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:762:19 [INFO] [stdout] | [INFO] [stdout] 762 | pub(crate) static r#format: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `forward` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:771:19 [INFO] [stdout] | [INFO] [stdout] 771 | pub(crate) static r#forward: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `FORWARD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `generat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:780:19 [INFO] [stdout] | [INFO] [stdout] 780 | pub(crate) static r#generat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `GENERAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `get` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:789:19 [INFO] [stdout] | [INFO] [stdout] 789 | pub(crate) static r#get: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `GET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `give` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:798:19 [INFO] [stdout] | [INFO] [stdout] 798 | pub(crate) static r#give: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `GIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `go` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:807:19 [INFO] [stdout] | [INFO] [stdout] 807 | pub(crate) static r#go: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `group` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:816:19 [INFO] [stdout] | [INFO] [stdout] 816 | pub(crate) static r#group: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GROUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `handl` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:825:19 [INFO] [stdout] | [INFO] [stdout] 825 | pub(crate) static r#handl: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `HANDL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `help` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:834:19 [INFO] [stdout] | [INFO] [stdout] 834 | pub(crate) static r#help: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `HELP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `hold` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:843:19 [INFO] [stdout] | [INFO] [stdout] 843 | pub(crate) static r#hold: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `HOLD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `identifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:852:19 [INFO] [stdout] | [INFO] [stdout] 852 | pub(crate) static r#identifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `IDENTIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `implement` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:861:19 [INFO] [stdout] | [INFO] [stdout] 861 | pub(crate) static r#implement: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `IMPLEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `import` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | pub(crate) static r#import: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `IMPORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `indic` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:879:19 [INFO] [stdout] | [INFO] [stdout] 879 | pub(crate) static r#indic: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INDIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `init` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:888:19 [INFO] [stdout] | [INFO] [stdout] 888 | pub(crate) static r#init: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `initi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:897:19 [INFO] [stdout] | [INFO] [stdout] 897 | pub(crate) static r#initi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INITI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `initialis` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:907:19 [INFO] [stdout] | [INFO] [stdout] 907 | pub(crate) static r#initialis: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `INITIALIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `input` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:916:19 [INFO] [stdout] | [INFO] [stdout] 916 | pub(crate) static r#input: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `insert` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:925:19 [INFO] [stdout] | [INFO] [stdout] 925 | pub(crate) static r#insert: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `INSERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `instanti` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:934:19 [INFO] [stdout] | [INFO] [stdout] 934 | pub(crate) static r#instanti: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `INSTANTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `intercept` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:943:19 [INFO] [stdout] | [INFO] [stdout] 943 | pub(crate) static r#intercept: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `INTERCEPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `invok` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:952:19 [INFO] [stdout] | [INFO] [stdout] 952 | pub(crate) static r#invok: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INVOK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `iter` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:961:19 [INFO] [stdout] | [INFO] [stdout] 961 | pub(crate) static r#iter: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ITER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `join` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:970:19 [INFO] [stdout] | [INFO] [stdout] 970 | pub(crate) static r#join: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `JOIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `keep` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:979:19 [INFO] [stdout] | [INFO] [stdout] 979 | pub(crate) static r#keep: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `launch` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:988:19 [INFO] [stdout] | [INFO] [stdout] 988 | pub(crate) static r#launch: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LAUNCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `list` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:997:19 [INFO] [stdout] | [INFO] [stdout] 997 | pub(crate) static r#list: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `LIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `listen` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1006:19 [INFO] [stdout] | [INFO] [stdout] 1006 | pub(crate) static r#listen: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LISTEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `load` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1015:19 [INFO] [stdout] | [INFO] [stdout] 1015 | pub(crate) static r#load: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `LOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `log` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1024:19 [INFO] [stdout] | [INFO] [stdout] 1024 | pub(crate) static r#log: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `look` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1033:19 [INFO] [stdout] | [INFO] [stdout] 1033 | pub(crate) static r#look: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `LOOK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `make` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | pub(crate) static r#make: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MAKE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `manag` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1051:19 [INFO] [stdout] | [INFO] [stdout] 1051 | pub(crate) static r#manag: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MANAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `manipul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1060:19 [INFO] [stdout] | [INFO] [stdout] 1060 | pub(crate) static r#manipul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MANIPUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `map` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1069:19 [INFO] [stdout] | [INFO] [stdout] 1069 | pub(crate) static r#map: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `MAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `mark` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1078:19 [INFO] [stdout] | [INFO] [stdout] 1078 | pub(crate) static r#mark: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MARK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `match` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1087:19 [INFO] [stdout] | [INFO] [stdout] 1087 | pub(crate) static r#match: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MATCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `merg` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1096:19 [INFO] [stdout] | [INFO] [stdout] 1096 | pub(crate) static r#merg: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MERG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `mock` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1105:19 [INFO] [stdout] | [INFO] [stdout] 1105 | pub(crate) static r#mock: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `modifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1114:19 [INFO] [stdout] | [INFO] [stdout] 1114 | pub(crate) static r#modifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MODIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `monitor` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1123:19 [INFO] [stdout] | [INFO] [stdout] 1123 | pub(crate) static r#monitor: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MONITOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `move` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1132:19 [INFO] [stdout] | [INFO] [stdout] 1132 | pub(crate) static r#move: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MOVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `normal` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1141:19 [INFO] [stdout] | [INFO] [stdout] 1141 | pub(crate) static r#normal: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NORMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `note` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1150:19 [INFO] [stdout] | [INFO] [stdout] 1150 | pub(crate) static r#note: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NOTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `obtain` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1159:19 [INFO] [stdout] | [INFO] [stdout] 1159 | pub(crate) static r#obtain: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `OBTAIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `open` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1168:19 [INFO] [stdout] | [INFO] [stdout] 1168 | pub(crate) static r#open: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `OPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `output` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1177:19 [INFO] [stdout] | [INFO] [stdout] 1177 | pub(crate) static r#output: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `OUTPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `overrid` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1186:19 [INFO] [stdout] | [INFO] [stdout] 1186 | pub(crate) static r#overrid: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `OVERRID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `overwrit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1195:19 [INFO] [stdout] | [INFO] [stdout] 1195 | pub(crate) static r#overwrit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `OVERWRIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pad` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1204:19 [INFO] [stdout] | [INFO] [stdout] 1204 | pub(crate) static r#pad: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `PAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pars` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1213:19 [INFO] [stdout] | [INFO] [stdout] 1213 | pub(crate) static r#pars: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PARS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `partial` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1222:19 [INFO] [stdout] | [INFO] [stdout] 1222 | pub(crate) static r#partial: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PARTIAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pass` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1231:19 [INFO] [stdout] | [INFO] [stdout] 1231 | pub(crate) static r#pass: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `perform` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1240:19 [INFO] [stdout] | [INFO] [stdout] 1240 | pub(crate) static r#perform: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PERFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `persist` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1249:19 [INFO] [stdout] | [INFO] [stdout] 1249 | pub(crate) static r#persist: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PERSIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pick` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1258:19 [INFO] [stdout] | [INFO] [stdout] 1258 | pub(crate) static r#pick: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PICK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `plot` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1267:19 [INFO] [stdout] | [INFO] [stdout] 1267 | pub(crate) static r#plot: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PLOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `poll` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1276:19 [INFO] [stdout] | [INFO] [stdout] 1276 | pub(crate) static r#poll: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `POLL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `popul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | pub(crate) static r#popul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `POPUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `post` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1294:19 [INFO] [stdout] | [INFO] [stdout] 1294 | pub(crate) static r#post: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `POST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `prepar` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1303:19 [INFO] [stdout] | [INFO] [stdout] 1303 | pub(crate) static r#prepar: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PREPAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `print` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1312:19 [INFO] [stdout] | [INFO] [stdout] 1312 | pub(crate) static r#print: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `PRINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `process` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1321:19 [INFO] [stdout] | [INFO] [stdout] 1321 | pub(crate) static r#process: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PROCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `produc` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1330:19 [INFO] [stdout] | [INFO] [stdout] 1330 | pub(crate) static r#produc: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PRODUC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `provid` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1339:19 [INFO] [stdout] | [INFO] [stdout] 1339 | pub(crate) static r#provid: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PROVID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `publish` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1348:19 [INFO] [stdout] | [INFO] [stdout] 1348 | pub(crate) static r#publish: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PUBLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pull` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1357:19 [INFO] [stdout] | [INFO] [stdout] 1357 | pub(crate) static r#pull: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PULL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `put` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1366:19 [INFO] [stdout] | [INFO] [stdout] 1366 | pub(crate) static r#put: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `PUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `queri` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1375:19 [INFO] [stdout] | [INFO] [stdout] 1375 | pub(crate) static r#queri: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `QUERI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `rais` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1384:19 [INFO] [stdout] | [INFO] [stdout] 1384 | pub(crate) static r#rais: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `RAIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `read` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1393:19 [INFO] [stdout] | [INFO] [stdout] 1393 | pub(crate) static r#read: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `record` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1402:19 [INFO] [stdout] | [INFO] [stdout] 1402 | pub(crate) static r#record: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RECORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `refer` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1411:19 [INFO] [stdout] | [INFO] [stdout] 1411 | pub(crate) static r#refer: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `REFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `refresh` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1420:19 [INFO] [stdout] | [INFO] [stdout] 1420 | pub(crate) static r#refresh: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `REFRESH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `regist` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1429:19 [INFO] [stdout] | [INFO] [stdout] 1429 | pub(crate) static r#regist: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REGIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `reload` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1438:19 [INFO] [stdout] | [INFO] [stdout] 1438 | pub(crate) static r#reload: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RELOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `remov` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1447:19 [INFO] [stdout] | [INFO] [stdout] 1447 | pub(crate) static r#remov: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `REMOV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `renam` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1456:19 [INFO] [stdout] | [INFO] [stdout] 1456 | pub(crate) static r#renam: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `RENAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `render` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1465:19 [INFO] [stdout] | [INFO] [stdout] 1465 | pub(crate) static r#render: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RENDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `replac` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1474:19 [INFO] [stdout] | [INFO] [stdout] 1474 | pub(crate) static r#replac: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REPLAC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `repli` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1483:19 [INFO] [stdout] | [INFO] [stdout] 1483 | pub(crate) static r#repli: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `REPLI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `report` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1492:19 [INFO] [stdout] | [INFO] [stdout] 1492 | pub(crate) static r#report: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REPORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `repres` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1501:19 [INFO] [stdout] | [INFO] [stdout] 1501 | pub(crate) static r#repres: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REPRES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `request` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1510:19 [INFO] [stdout] | [INFO] [stdout] 1510 | pub(crate) static r#request: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `REQUEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `requir` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1519:19 [INFO] [stdout] | [INFO] [stdout] 1519 | pub(crate) static r#requir: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REQUIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `reset` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1528:19 [INFO] [stdout] | [INFO] [stdout] 1528 | pub(crate) static r#reset: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `RESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `resolv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1537:19 [INFO] [stdout] | [INFO] [stdout] 1537 | pub(crate) static r#resolv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RESOLV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `retriev` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1546:19 [INFO] [stdout] | [INFO] [stdout] 1546 | pub(crate) static r#retriev: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `RETRIEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `return` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1555:19 [INFO] [stdout] | [INFO] [stdout] 1555 | pub(crate) static r#return: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RETURN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `roll` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1564:19 [INFO] [stdout] | [INFO] [stdout] 1564 | pub(crate) static r#roll: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ROLL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `rollback` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1573:19 [INFO] [stdout] | [INFO] [stdout] 1573 | pub(crate) static r#rollback: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ROLLBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `round` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1582:19 [INFO] [stdout] | [INFO] [stdout] 1582 | pub(crate) static r#round: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `run` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1591:19 [INFO] [stdout] | [INFO] [stdout] 1591 | pub(crate) static r#run: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RUN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sampl` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1600:19 [INFO] [stdout] | [INFO] [stdout] 1600 | pub(crate) static r#sampl: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SAMPL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `save` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1609:19 [INFO] [stdout] | [INFO] [stdout] 1609 | pub(crate) static r#save: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `scan` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1618:19 [INFO] [stdout] | [INFO] [stdout] 1618 | pub(crate) static r#scan: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SCAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `search` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1627:19 [INFO] [stdout] | [INFO] [stdout] 1627 | pub(crate) static r#search: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SEARCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `select` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1636:19 [INFO] [stdout] | [INFO] [stdout] 1636 | pub(crate) static r#select: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SELECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `send` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1645:19 [INFO] [stdout] | [INFO] [stdout] 1645 | pub(crate) static r#send: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `serial` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1654:19 [INFO] [stdout] | [INFO] [stdout] 1654 | pub(crate) static r#serial: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SERIAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `serialis` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1663:19 [INFO] [stdout] | [INFO] [stdout] 1663 | pub(crate) static r#serialis: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SERIALIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `serv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1672:19 [INFO] [stdout] | [INFO] [stdout] 1672 | pub(crate) static r#serv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SERV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `set` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1681:19 [INFO] [stdout] | [INFO] [stdout] 1681 | pub(crate) static r#set: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `show` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1690:19 [INFO] [stdout] | [INFO] [stdout] 1690 | pub(crate) static r#show: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SHOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `simul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1699:19 [INFO] [stdout] | [INFO] [stdout] 1699 | pub(crate) static r#simul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SIMUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sourc` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1708:19 [INFO] [stdout] | [INFO] [stdout] 1708 | pub(crate) static r#sourc: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SOURC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `specifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1717:19 [INFO] [stdout] | [INFO] [stdout] 1717 | pub(crate) static r#specifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `SPECIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `split` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1726:19 [INFO] [stdout] | [INFO] [stdout] 1726 | pub(crate) static r#split: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SPLIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `start` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1735:19 [INFO] [stdout] | [INFO] [stdout] 1735 | pub(crate) static r#start: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `START` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `step` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1744:19 [INFO] [stdout] | [INFO] [stdout] 1744 | pub(crate) static r#step: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `STEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `stop` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1753:19 [INFO] [stdout] | [INFO] [stdout] 1753 | pub(crate) static r#stop: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `STOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `store` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1762:19 [INFO] [stdout] | [INFO] [stdout] 1762 | pub(crate) static r#store: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `strip` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1771:19 [INFO] [stdout] | [INFO] [stdout] 1771 | pub(crate) static r#strip: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `STRIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `submit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1780:19 [INFO] [stdout] | [INFO] [stdout] 1780 | pub(crate) static r#submit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SUBMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `subscrib` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1789:19 [INFO] [stdout] | [INFO] [stdout] 1789 | pub(crate) static r#subscrib: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SUBSCRIB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sum` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1798:19 [INFO] [stdout] | [INFO] [stdout] 1798 | pub(crate) static r#sum: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `swap` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1807:19 [INFO] [stdout] | [INFO] [stdout] 1807 | pub(crate) static r#swap: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SWAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sync` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1816:19 [INFO] [stdout] | [INFO] [stdout] 1816 | pub(crate) static r#sync: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SYNC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `synchron` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1825:19 [INFO] [stdout] | [INFO] [stdout] 1825 | pub(crate) static r#synchron: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SYNCHRON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `synchronis` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1834:19 [INFO] [stdout] | [INFO] [stdout] 1834 | pub(crate) static r#synchronis: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SYNCHRONIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `take` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1843:19 [INFO] [stdout] | [INFO] [stdout] 1843 | pub(crate) static r#take: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TAKE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tear` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1852:19 [INFO] [stdout] | [INFO] [stdout] 1852 | pub(crate) static r#tear: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `test` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1861:19 [INFO] [stdout] | [INFO] [stdout] 1861 | pub(crate) static r#test: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `time` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1870:19 [INFO] [stdout] | [INFO] [stdout] 1870 | pub(crate) static r#time: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `transform` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1879:19 [INFO] [stdout] | [INFO] [stdout] 1879 | pub(crate) static r#transform: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `translat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1888:19 [INFO] [stdout] | [INFO] [stdout] 1888 | pub(crate) static r#translat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `TRANSLAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `transmit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1897:19 [INFO] [stdout] | [INFO] [stdout] 1897 | pub(crate) static r#transmit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `TRANSMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tri` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1906:19 [INFO] [stdout] | [INFO] [stdout] 1906 | pub(crate) static r#tri: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `truncat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1915:19 [INFO] [stdout] | [INFO] [stdout] 1915 | pub(crate) static r#truncat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `TRUNCAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `turn` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1924:19 [INFO] [stdout] | [INFO] [stdout] 1924 | pub(crate) static r#turn: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TURN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tweak` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1933:19 [INFO] [stdout] | [INFO] [stdout] 1933 | pub(crate) static r#tweak: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TWEAK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `updat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1942:19 [INFO] [stdout] | [INFO] [stdout] 1942 | pub(crate) static r#updat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `UPDAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `upload` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1951:19 [INFO] [stdout] | [INFO] [stdout] 1951 | pub(crate) static r#upload: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `UPLOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `use` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1960:19 [INFO] [stdout] | [INFO] [stdout] 1960 | pub(crate) static r#use: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `USE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `valid` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1969:19 [INFO] [stdout] | [INFO] [stdout] 1969 | pub(crate) static r#valid: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `VALID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `verifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1978:19 [INFO] [stdout] | [INFO] [stdout] 1978 | pub(crate) static r#verifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `VERIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `view` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1987:19 [INFO] [stdout] | [INFO] [stdout] 1987 | pub(crate) static r#view: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `VIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `wait` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1996:19 [INFO] [stdout] | [INFO] [stdout] 1996 | pub(crate) static r#wait: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WAIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `walk` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2005:19 [INFO] [stdout] | [INFO] [stdout] 2005 | pub(crate) static r#walk: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WALK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `wrap` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2014:19 [INFO] [stdout] | [INFO] [stdout] 2014 | pub(crate) static r#wrap: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WRAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `write` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2023:19 [INFO] [stdout] | [INFO] [stdout] 2023 | pub(crate) static r#write: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `yield` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2032:19 [INFO] [stdout] | [INFO] [stdout] 2032 | pub(crate) static r#yield: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `YIELD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `accept` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) static r#accept: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ACCEPT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `access` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) static r#access: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ACCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `add` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) static r#add: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `ADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `adjust` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) static r#adjust: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ADJUST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `aggreg` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) static r#aggreg: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `AGGREG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `allow` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) static r#allow: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ALLOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `append` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub(crate) static r#append: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `APPEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `appli` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) static r#appli: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `APPLI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `archiv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub(crate) static r#archiv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ARCHIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `assert` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | pub(crate) static r#assert: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ASSERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `assign` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) static r#assign: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ASSIGN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `attempt` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) static r#attempt: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ATTEMPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `authent` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | pub(crate) static r#authent: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `AUTHENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `author` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub(crate) static r#author: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `AUTHOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `break` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:132:19 [INFO] [stdout] | [INFO] [stdout] 132 | pub(crate) static r#break: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BREAK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `build` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 141 | pub(crate) static r#build: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BUILD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `cach` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | pub(crate) static r#cach: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CACH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `calcul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | pub(crate) static r#calcul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CALCUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `call` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:168:19 [INFO] [stdout] | [INFO] [stdout] 168 | pub(crate) static r#call: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `cancel` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:177:19 [INFO] [stdout] | [INFO] [stdout] 177 | pub(crate) static r#cancel: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CANCEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `captur` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 186 | pub(crate) static r#captur: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CAPTUR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `chang` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:195:19 [INFO] [stdout] | [INFO] [stdout] 195 | pub(crate) static r#chang: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CHANG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `check` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | pub(crate) static r#check: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CHECK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `clean` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:213:19 [INFO] [stdout] | [INFO] [stdout] 213 | pub(crate) static r#clean: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CLEAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `clear` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:222:19 [INFO] [stdout] | [INFO] [stdout] 222 | pub(crate) static r#clear: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `close` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | pub(crate) static r#close: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CLOSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `collect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:240:19 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) static r#collect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `COLLECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `combin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:249:19 [INFO] [stdout] | [INFO] [stdout] 249 | pub(crate) static r#combin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMBIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `commit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | pub(crate) static r#commit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `compar` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:267:19 [INFO] [stdout] | [INFO] [stdout] 267 | pub(crate) static r#compar: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMPAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `comput` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:276:19 [INFO] [stdout] | [INFO] [stdout] 276 | pub(crate) static r#comput: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `COMPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `configur` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | pub(crate) static r#configur: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `CONFIGUR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `confirm` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:294:19 [INFO] [stdout] | [INFO] [stdout] 294 | pub(crate) static r#confirm: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONFIRM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `connect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:303:19 [INFO] [stdout] | [INFO] [stdout] 303 | pub(crate) static r#connect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONNECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `construct` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:312:19 [INFO] [stdout] | [INFO] [stdout] 312 | pub(crate) static r#construct: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `CONSTRUCT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `control` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:321:19 [INFO] [stdout] | [INFO] [stdout] 321 | pub(crate) static r#control: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONTROL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `convert` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | pub(crate) static r#convert: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CONVERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `copi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:339:19 [INFO] [stdout] | [INFO] [stdout] 339 | pub(crate) static r#copi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `COPI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `count` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:348:19 [INFO] [stdout] | [INFO] [stdout] 348 | pub(crate) static r#count: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `creat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:357:19 [INFO] [stdout] | [INFO] [stdout] 357 | pub(crate) static r#creat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CREAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `custom` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:366:19 [INFO] [stdout] | [INFO] [stdout] 366 | pub(crate) static r#custom: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CUSTOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `declar` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:375:19 [INFO] [stdout] | [INFO] [stdout] 375 | pub(crate) static r#declar: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DECLAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `decod` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:384:19 [INFO] [stdout] | [INFO] [stdout] 384 | pub(crate) static r#decod: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DECOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `decor` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:393:19 [INFO] [stdout] | [INFO] [stdout] 393 | pub(crate) static r#decor: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DECOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `defin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:402:19 [INFO] [stdout] | [INFO] [stdout] 402 | pub(crate) static r#defin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DEFIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `deleg` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:411:19 [INFO] [stdout] | [INFO] [stdout] 411 | pub(crate) static r#deleg: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DELEG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `delet` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:420:19 [INFO] [stdout] | [INFO] [stdout] 420 | pub(crate) static r#delet: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DELET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `deprec` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:429:19 [INFO] [stdout] | [INFO] [stdout] 429 | pub(crate) static r#deprec: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DEPREC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `deriv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:438:19 [INFO] [stdout] | [INFO] [stdout] 438 | pub(crate) static r#deriv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `DERIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `describ` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub(crate) static r#describ: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `DESCRIB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `detect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:456:19 [INFO] [stdout] | [INFO] [stdout] 456 | pub(crate) static r#detect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DETECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `determin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:465:19 [INFO] [stdout] | [INFO] [stdout] 465 | pub(crate) static r#determin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DETERMIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `display` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:474:19 [INFO] [stdout] | [INFO] [stdout] 474 | pub(crate) static r#display: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `DISPLAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `download` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:483:19 [INFO] [stdout] | [INFO] [stdout] 483 | pub(crate) static r#download: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DOWNLOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `drop` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) static r#drop: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DROP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `dump` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:501:19 [INFO] [stdout] | [INFO] [stdout] 501 | pub(crate) static r#dump: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DUMP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `emit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:510:19 [INFO] [stdout] | [INFO] [stdout] 510 | pub(crate) static r#emit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `EMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `empti` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:519:19 [INFO] [stdout] | [INFO] [stdout] 519 | pub(crate) static r#empti: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `EMPTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `enabl` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:528:19 [INFO] [stdout] | [INFO] [stdout] 528 | pub(crate) static r#enabl: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ENABL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `encapsul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:537:19 [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) static r#encapsul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ENCAPSUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `encod` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:546:19 [INFO] [stdout] | [INFO] [stdout] 546 | pub(crate) static r#encod: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ENCOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `end` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:555:19 [INFO] [stdout] | [INFO] [stdout] 555 | pub(crate) static r#end: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `ensur` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:564:19 [INFO] [stdout] | [INFO] [stdout] 564 | pub(crate) static r#ensur: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ENSUR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `enumer` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:573:19 [INFO] [stdout] | [INFO] [stdout] 573 | pub(crate) static r#enumer: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ENUMER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `establish` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:582:19 [INFO] [stdout] | [INFO] [stdout] 582 | pub(crate) static r#establish: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ESTABLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `evalu` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:591:19 [INFO] [stdout] | [INFO] [stdout] 591 | pub(crate) static r#evalu: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `EVALU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `examin` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:600:19 [INFO] [stdout] | [INFO] [stdout] 600 | pub(crate) static r#examin: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXAMIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `execut` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:609:19 [INFO] [stdout] | [INFO] [stdout] 609 | pub(crate) static r#execut: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXECUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `exit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:618:19 [INFO] [stdout] | [INFO] [stdout] 618 | pub(crate) static r#exit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `EXIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `expand` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:627:19 [INFO] [stdout] | [INFO] [stdout] 627 | pub(crate) static r#expand: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXPAND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `expect` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:636:19 [INFO] [stdout] | [INFO] [stdout] 636 | pub(crate) static r#expect: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXPECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `export` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:645:19 [INFO] [stdout] | [INFO] [stdout] 645 | pub(crate) static r#export: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXPORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `extend` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:654:19 [INFO] [stdout] | [INFO] [stdout] 654 | pub(crate) static r#extend: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `EXTEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `extract` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:663:19 [INFO] [stdout] | [INFO] [stdout] 663 | pub(crate) static r#extract: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `EXTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `feed` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:672:19 [INFO] [stdout] | [INFO] [stdout] 672 | pub(crate) static r#feed: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FEED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fetch` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:681:19 [INFO] [stdout] | [INFO] [stdout] 681 | pub(crate) static r#fetch: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FETCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fill` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:690:19 [INFO] [stdout] | [INFO] [stdout] 690 | pub(crate) static r#fill: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `filter` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:699:19 [INFO] [stdout] | [INFO] [stdout] 699 | pub(crate) static r#filter: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `FILTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `final` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:708:19 [INFO] [stdout] | [INFO] [stdout] 708 | pub(crate) static r#final: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FINAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `find` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:717:19 [INFO] [stdout] | [INFO] [stdout] 717 | pub(crate) static r#find: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FIND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fire` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:726:19 [INFO] [stdout] | [INFO] [stdout] 726 | pub(crate) static r#fire: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FIRE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fix` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:735:19 [INFO] [stdout] | [INFO] [stdout] 735 | pub(crate) static r#fix: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `flag` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:744:19 [INFO] [stdout] | [INFO] [stdout] 744 | pub(crate) static r#flag: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FLAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `forc` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:753:19 [INFO] [stdout] | [INFO] [stdout] 753 | pub(crate) static r#forc: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FORC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `format` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:762:19 [INFO] [stdout] | [INFO] [stdout] 762 | pub(crate) static r#format: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `forward` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:771:19 [INFO] [stdout] | [INFO] [stdout] 771 | pub(crate) static r#forward: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `FORWARD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `generat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:780:19 [INFO] [stdout] | [INFO] [stdout] 780 | pub(crate) static r#generat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `GENERAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `get` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:789:19 [INFO] [stdout] | [INFO] [stdout] 789 | pub(crate) static r#get: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `GET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `give` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:798:19 [INFO] [stdout] | [INFO] [stdout] 798 | pub(crate) static r#give: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `GIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `go` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:807:19 [INFO] [stdout] | [INFO] [stdout] 807 | pub(crate) static r#go: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `group` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:816:19 [INFO] [stdout] | [INFO] [stdout] 816 | pub(crate) static r#group: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GROUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `handl` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:825:19 [INFO] [stdout] | [INFO] [stdout] 825 | pub(crate) static r#handl: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `HANDL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `help` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:834:19 [INFO] [stdout] | [INFO] [stdout] 834 | pub(crate) static r#help: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `HELP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `hold` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:843:19 [INFO] [stdout] | [INFO] [stdout] 843 | pub(crate) static r#hold: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `HOLD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `identifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:852:19 [INFO] [stdout] | [INFO] [stdout] 852 | pub(crate) static r#identifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `IDENTIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `implement` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:861:19 [INFO] [stdout] | [INFO] [stdout] 861 | pub(crate) static r#implement: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `IMPLEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `import` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | pub(crate) static r#import: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `IMPORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `indic` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:879:19 [INFO] [stdout] | [INFO] [stdout] 879 | pub(crate) static r#indic: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INDIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `init` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:888:19 [INFO] [stdout] | [INFO] [stdout] 888 | pub(crate) static r#init: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `initi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:897:19 [INFO] [stdout] | [INFO] [stdout] 897 | pub(crate) static r#initi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INITI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `initialis` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:907:19 [INFO] [stdout] | [INFO] [stdout] 907 | pub(crate) static r#initialis: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `INITIALIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `input` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:916:19 [INFO] [stdout] | [INFO] [stdout] 916 | pub(crate) static r#input: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `insert` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:925:19 [INFO] [stdout] | [INFO] [stdout] 925 | pub(crate) static r#insert: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `INSERT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `instanti` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:934:19 [INFO] [stdout] | [INFO] [stdout] 934 | pub(crate) static r#instanti: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `INSTANTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `intercept` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:943:19 [INFO] [stdout] | [INFO] [stdout] 943 | pub(crate) static r#intercept: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `INTERCEPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `invok` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:952:19 [INFO] [stdout] | [INFO] [stdout] 952 | pub(crate) static r#invok: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `INVOK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `iter` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:961:19 [INFO] [stdout] | [INFO] [stdout] 961 | pub(crate) static r#iter: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ITER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `join` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:970:19 [INFO] [stdout] | [INFO] [stdout] 970 | pub(crate) static r#join: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `JOIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `keep` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:979:19 [INFO] [stdout] | [INFO] [stdout] 979 | pub(crate) static r#keep: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `KEEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `launch` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:988:19 [INFO] [stdout] | [INFO] [stdout] 988 | pub(crate) static r#launch: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LAUNCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `list` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:997:19 [INFO] [stdout] | [INFO] [stdout] 997 | pub(crate) static r#list: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `LIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `listen` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1006:19 [INFO] [stdout] | [INFO] [stdout] 1006 | pub(crate) static r#listen: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LISTEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `load` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1015:19 [INFO] [stdout] | [INFO] [stdout] 1015 | pub(crate) static r#load: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `LOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `log` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1024:19 [INFO] [stdout] | [INFO] [stdout] 1024 | pub(crate) static r#log: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `look` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1033:19 [INFO] [stdout] | [INFO] [stdout] 1033 | pub(crate) static r#look: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `LOOK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `make` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | pub(crate) static r#make: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MAKE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `manag` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1051:19 [INFO] [stdout] | [INFO] [stdout] 1051 | pub(crate) static r#manag: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MANAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `manipul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1060:19 [INFO] [stdout] | [INFO] [stdout] 1060 | pub(crate) static r#manipul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MANIPUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `map` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1069:19 [INFO] [stdout] | [INFO] [stdout] 1069 | pub(crate) static r#map: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `MAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `mark` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1078:19 [INFO] [stdout] | [INFO] [stdout] 1078 | pub(crate) static r#mark: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MARK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `match` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1087:19 [INFO] [stdout] | [INFO] [stdout] 1087 | pub(crate) static r#match: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MATCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `merg` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1096:19 [INFO] [stdout] | [INFO] [stdout] 1096 | pub(crate) static r#merg: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MERG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `mock` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1105:19 [INFO] [stdout] | [INFO] [stdout] 1105 | pub(crate) static r#mock: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `modifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1114:19 [INFO] [stdout] | [INFO] [stdout] 1114 | pub(crate) static r#modifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MODIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `monitor` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1123:19 [INFO] [stdout] | [INFO] [stdout] 1123 | pub(crate) static r#monitor: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MONITOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `move` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1132:19 [INFO] [stdout] | [INFO] [stdout] 1132 | pub(crate) static r#move: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MOVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `normal` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1141:19 [INFO] [stdout] | [INFO] [stdout] 1141 | pub(crate) static r#normal: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NORMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `note` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1150:19 [INFO] [stdout] | [INFO] [stdout] 1150 | pub(crate) static r#note: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NOTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `obtain` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1159:19 [INFO] [stdout] | [INFO] [stdout] 1159 | pub(crate) static r#obtain: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `OBTAIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `open` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1168:19 [INFO] [stdout] | [INFO] [stdout] 1168 | pub(crate) static r#open: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `OPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `output` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1177:19 [INFO] [stdout] | [INFO] [stdout] 1177 | pub(crate) static r#output: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `OUTPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `overrid` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1186:19 [INFO] [stdout] | [INFO] [stdout] 1186 | pub(crate) static r#overrid: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `OVERRID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `overwrit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1195:19 [INFO] [stdout] | [INFO] [stdout] 1195 | pub(crate) static r#overwrit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `OVERWRIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pad` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1204:19 [INFO] [stdout] | [INFO] [stdout] 1204 | pub(crate) static r#pad: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `PAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pars` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1213:19 [INFO] [stdout] | [INFO] [stdout] 1213 | pub(crate) static r#pars: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PARS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `partial` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1222:19 [INFO] [stdout] | [INFO] [stdout] 1222 | pub(crate) static r#partial: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PARTIAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pass` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1231:19 [INFO] [stdout] | [INFO] [stdout] 1231 | pub(crate) static r#pass: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `perform` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1240:19 [INFO] [stdout] | [INFO] [stdout] 1240 | pub(crate) static r#perform: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PERFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `persist` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1249:19 [INFO] [stdout] | [INFO] [stdout] 1249 | pub(crate) static r#persist: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PERSIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pick` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1258:19 [INFO] [stdout] | [INFO] [stdout] 1258 | pub(crate) static r#pick: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PICK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `plot` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1267:19 [INFO] [stdout] | [INFO] [stdout] 1267 | pub(crate) static r#plot: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PLOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `poll` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1276:19 [INFO] [stdout] | [INFO] [stdout] 1276 | pub(crate) static r#poll: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `POLL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `popul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | pub(crate) static r#popul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `POPUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `post` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1294:19 [INFO] [stdout] | [INFO] [stdout] 1294 | pub(crate) static r#post: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `POST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `prepar` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1303:19 [INFO] [stdout] | [INFO] [stdout] 1303 | pub(crate) static r#prepar: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PREPAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `print` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1312:19 [INFO] [stdout] | [INFO] [stdout] 1312 | pub(crate) static r#print: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `PRINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 226 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `process` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1321:19 [INFO] [stdout] | [INFO] [stdout] 1321 | pub(crate) static r#process: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PROCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `produc` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1330:19 [INFO] [stdout] | [INFO] [stdout] 1330 | pub(crate) static r#produc: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PRODUC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `provid` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1339:19 [INFO] [stdout] | [INFO] [stdout] 1339 | pub(crate) static r#provid: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PROVID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `publish` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1348:19 [INFO] [stdout] | [INFO] [stdout] 1348 | pub(crate) static r#publish: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PUBLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `pull` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1357:19 [INFO] [stdout] | [INFO] [stdout] 1357 | pub(crate) static r#pull: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PULL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `put` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1366:19 [INFO] [stdout] | [INFO] [stdout] 1366 | pub(crate) static r#put: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `PUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `queri` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1375:19 [INFO] [stdout] | [INFO] [stdout] 1375 | pub(crate) static r#queri: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `QUERI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `rais` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1384:19 [INFO] [stdout] | [INFO] [stdout] 1384 | pub(crate) static r#rais: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `RAIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `read` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1393:19 [INFO] [stdout] | [INFO] [stdout] 1393 | pub(crate) static r#read: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `record` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1402:19 [INFO] [stdout] | [INFO] [stdout] 1402 | pub(crate) static r#record: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RECORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `refer` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1411:19 [INFO] [stdout] | [INFO] [stdout] 1411 | pub(crate) static r#refer: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `REFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `refresh` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1420:19 [INFO] [stdout] | [INFO] [stdout] 1420 | pub(crate) static r#refresh: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `REFRESH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `regist` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1429:19 [INFO] [stdout] | [INFO] [stdout] 1429 | pub(crate) static r#regist: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REGIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `reload` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1438:19 [INFO] [stdout] | [INFO] [stdout] 1438 | pub(crate) static r#reload: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RELOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `remov` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1447:19 [INFO] [stdout] | [INFO] [stdout] 1447 | pub(crate) static r#remov: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `REMOV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `renam` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1456:19 [INFO] [stdout] | [INFO] [stdout] 1456 | pub(crate) static r#renam: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `RENAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `render` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1465:19 [INFO] [stdout] | [INFO] [stdout] 1465 | pub(crate) static r#render: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RENDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `replac` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1474:19 [INFO] [stdout] | [INFO] [stdout] 1474 | pub(crate) static r#replac: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REPLAC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `repli` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1483:19 [INFO] [stdout] | [INFO] [stdout] 1483 | pub(crate) static r#repli: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `REPLI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `report` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1492:19 [INFO] [stdout] | [INFO] [stdout] 1492 | pub(crate) static r#report: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REPORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `repres` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1501:19 [INFO] [stdout] | [INFO] [stdout] 1501 | pub(crate) static r#repres: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REPRES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `request` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1510:19 [INFO] [stdout] | [INFO] [stdout] 1510 | pub(crate) static r#request: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `REQUEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `requir` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1519:19 [INFO] [stdout] | [INFO] [stdout] 1519 | pub(crate) static r#requir: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `REQUIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `reset` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1528:19 [INFO] [stdout] | [INFO] [stdout] 1528 | pub(crate) static r#reset: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `RESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `resolv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1537:19 [INFO] [stdout] | [INFO] [stdout] 1537 | pub(crate) static r#resolv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RESOLV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `retriev` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1546:19 [INFO] [stdout] | [INFO] [stdout] 1546 | pub(crate) static r#retriev: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `RETRIEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `return` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1555:19 [INFO] [stdout] | [INFO] [stdout] 1555 | pub(crate) static r#return: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RETURN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `roll` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1564:19 [INFO] [stdout] | [INFO] [stdout] 1564 | pub(crate) static r#roll: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ROLL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `rollback` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1573:19 [INFO] [stdout] | [INFO] [stdout] 1573 | pub(crate) static r#rollback: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ROLLBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `round` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1582:19 [INFO] [stdout] | [INFO] [stdout] 1582 | pub(crate) static r#round: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `run` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1591:19 [INFO] [stdout] | [INFO] [stdout] 1591 | pub(crate) static r#run: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RUN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sampl` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1600:19 [INFO] [stdout] | [INFO] [stdout] 1600 | pub(crate) static r#sampl: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SAMPL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `save` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1609:19 [INFO] [stdout] | [INFO] [stdout] 1609 | pub(crate) static r#save: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `scan` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1618:19 [INFO] [stdout] | [INFO] [stdout] 1618 | pub(crate) static r#scan: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SCAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `search` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1627:19 [INFO] [stdout] | [INFO] [stdout] 1627 | pub(crate) static r#search: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SEARCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `select` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1636:19 [INFO] [stdout] | [INFO] [stdout] 1636 | pub(crate) static r#select: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SELECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `send` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1645:19 [INFO] [stdout] | [INFO] [stdout] 1645 | pub(crate) static r#send: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `serial` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1654:19 [INFO] [stdout] | [INFO] [stdout] 1654 | pub(crate) static r#serial: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SERIAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `serialis` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1663:19 [INFO] [stdout] | [INFO] [stdout] 1663 | pub(crate) static r#serialis: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SERIALIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `serv` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1672:19 [INFO] [stdout] | [INFO] [stdout] 1672 | pub(crate) static r#serv: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SERV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `set` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1681:19 [INFO] [stdout] | [INFO] [stdout] 1681 | pub(crate) static r#set: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `show` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1690:19 [INFO] [stdout] | [INFO] [stdout] 1690 | pub(crate) static r#show: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SHOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `simul` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1699:19 [INFO] [stdout] | [INFO] [stdout] 1699 | pub(crate) static r#simul: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SIMUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sourc` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1708:19 [INFO] [stdout] | [INFO] [stdout] 1708 | pub(crate) static r#sourc: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SOURC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `specifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1717:19 [INFO] [stdout] | [INFO] [stdout] 1717 | pub(crate) static r#specifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `SPECIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `split` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1726:19 [INFO] [stdout] | [INFO] [stdout] 1726 | pub(crate) static r#split: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SPLIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `start` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1735:19 [INFO] [stdout] | [INFO] [stdout] 1735 | pub(crate) static r#start: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `START` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `step` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1744:19 [INFO] [stdout] | [INFO] [stdout] 1744 | pub(crate) static r#step: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `STEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `stop` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1753:19 [INFO] [stdout] | [INFO] [stdout] 1753 | pub(crate) static r#stop: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `STOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `store` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1762:19 [INFO] [stdout] | [INFO] [stdout] 1762 | pub(crate) static r#store: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `strip` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1771:19 [INFO] [stdout] | [INFO] [stdout] 1771 | pub(crate) static r#strip: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `STRIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `submit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1780:19 [INFO] [stdout] | [INFO] [stdout] 1780 | pub(crate) static r#submit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SUBMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `subscrib` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1789:19 [INFO] [stdout] | [INFO] [stdout] 1789 | pub(crate) static r#subscrib: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SUBSCRIB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sum` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1798:19 [INFO] [stdout] | [INFO] [stdout] 1798 | pub(crate) static r#sum: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `swap` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1807:19 [INFO] [stdout] | [INFO] [stdout] 1807 | pub(crate) static r#swap: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SWAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `sync` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1816:19 [INFO] [stdout] | [INFO] [stdout] 1816 | pub(crate) static r#sync: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SYNC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `synchron` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1825:19 [INFO] [stdout] | [INFO] [stdout] 1825 | pub(crate) static r#synchron: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SYNCHRON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `synchronis` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1834:19 [INFO] [stdout] | [INFO] [stdout] 1834 | pub(crate) static r#synchronis: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SYNCHRONIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `take` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1843:19 [INFO] [stdout] | [INFO] [stdout] 1843 | pub(crate) static r#take: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TAKE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tear` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1852:19 [INFO] [stdout] | [INFO] [stdout] 1852 | pub(crate) static r#tear: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `test` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1861:19 [INFO] [stdout] | [INFO] [stdout] 1861 | pub(crate) static r#test: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `time` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1870:19 [INFO] [stdout] | [INFO] [stdout] 1870 | pub(crate) static r#time: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `transform` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1879:19 [INFO] [stdout] | [INFO] [stdout] 1879 | pub(crate) static r#transform: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `TRANSFORM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `translat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1888:19 [INFO] [stdout] | [INFO] [stdout] 1888 | pub(crate) static r#translat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `TRANSLAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `transmit` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1897:19 [INFO] [stdout] | [INFO] [stdout] 1897 | pub(crate) static r#transmit: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `TRANSMIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tri` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1906:19 [INFO] [stdout] | [INFO] [stdout] 1906 | pub(crate) static r#tri: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `truncat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1915:19 [INFO] [stdout] | [INFO] [stdout] 1915 | pub(crate) static r#truncat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `TRUNCAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `turn` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1924:19 [INFO] [stdout] | [INFO] [stdout] 1924 | pub(crate) static r#turn: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TURN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tweak` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1933:19 [INFO] [stdout] | [INFO] [stdout] 1933 | pub(crate) static r#tweak: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TWEAK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `updat` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1942:19 [INFO] [stdout] | [INFO] [stdout] 1942 | pub(crate) static r#updat: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `UPDAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `upload` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1951:19 [INFO] [stdout] | [INFO] [stdout] 1951 | pub(crate) static r#upload: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `UPLOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `use` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1960:19 [INFO] [stdout] | [INFO] [stdout] 1960 | pub(crate) static r#use: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `USE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `valid` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1969:19 [INFO] [stdout] | [INFO] [stdout] 1969 | pub(crate) static r#valid: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `VALID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `verifi` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1978:19 [INFO] [stdout] | [INFO] [stdout] 1978 | pub(crate) static r#verifi: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `VERIFI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `view` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1987:19 [INFO] [stdout] | [INFO] [stdout] 1987 | pub(crate) static r#view: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `VIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `wait` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:1996:19 [INFO] [stdout] | [INFO] [stdout] 1996 | pub(crate) static r#wait: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WAIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `walk` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2005:19 [INFO] [stdout] | [INFO] [stdout] 2005 | pub(crate) static r#walk: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WALK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `wrap` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2014:19 [INFO] [stdout] | [INFO] [stdout] 2014 | pub(crate) static r#wrap: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WRAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `write` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2023:19 [INFO] [stdout] | [INFO] [stdout] 2023 | pub(crate) static r#write: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `yield` should have an upper case name [INFO] [stdout] --> src/wordlist_codegen.rs:2032:19 [INFO] [stdout] | [INFO] [stdout] 2032 | pub(crate) static r#yield: phf::Set<&'static str> = ::phf::Set { map: ::phf::Map { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `YIELD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 226 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.68s [INFO] running `Command { std: "docker" "inspect" "4131f694cb93f55547b7c080a55657e87b55c659798ac76aa40b9f507bf985df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4131f694cb93f55547b7c080a55657e87b55c659798ac76aa40b9f507bf985df", kill_on_drop: false }` [INFO] [stdout] 4131f694cb93f55547b7c080a55657e87b55c659798ac76aa40b9f507bf985df