[INFO] crate ucd 0.1.1 is already in cache [INFO] extracting crate ucd 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/ucd/0.1.1 [INFO] extracting crate ucd 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ucd/0.1.1 [INFO] validating manifest of ucd-0.1.1 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ucd-0.1.1 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ucd-0.1.1 [INFO] finished frobbing ucd-0.1.1 [INFO] frobbed toml for ucd-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/ucd/0.1.1/Cargo.toml [INFO] started frobbing ucd-0.1.1 [INFO] finished frobbing ucd-0.1.1 [INFO] frobbed toml for ucd-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ucd/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting ucd-0.1.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/ucd/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f11a39e5fa17f3e3780a0e07883f7ad494739e64176c92d2ab56e9f9d27bf51a [INFO] running `"docker" "start" "-a" "f11a39e5fa17f3e3780a0e07883f7ad494739e64176c92d2ab56e9f9d27bf51a"` [INFO] [stderr] Checking ucd v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `100_000` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `200_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:54 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `216_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:67 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `300_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:4 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `400_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `432_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `500_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:43 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `600_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `700_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:69 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `800_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:4 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^ help: consider: `900_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^ help: consider: `1_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^^^ help: consider: `100_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:47 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^^^^^ help: consider: `10_000_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:65 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider: `1_000_000_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `100_000` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `200_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:54 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `216_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:17:67 [INFO] [stderr] | [INFO] [stderr] 17 | (80000, 1), (90000, 1), (100000, 1), (200000, 1), (216000, 1), (300000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `300_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:4 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `400_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `432_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `500_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:43 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `600_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `700_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:18:69 [INFO] [stderr] | [INFO] [stderr] 18 | (400000, 1), (432000, 1), (500000, 1), (600000, 1), (700000, 1), (800000, 1), [INFO] [stderr] | ^^^^^^ help: consider: `800_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:4 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^ help: consider: `900_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^ help: consider: `1_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^^^ help: consider: `100_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:47 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^^^^^ help: consider: `10_000_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tables/misc.rs:19:65 [INFO] [stderr] | [INFO] [stderr] 19 | (900000, 1), (1000000, 1), (100000000, 1), (10000000000, 1), (1000000000000, [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider: `1_000_000_000_000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:267:47 [INFO] [stderr] | [INFO] [stderr] 267 | 8298...8303 | 9001 | 9002 | 917505 => true, [INFO] [stderr] | ^^^^^^ help: consider: `917_505` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:331:16 [INFO] [stderr] | [INFO] [stderr] 331 | (cp >= 917760 && cp <= 917999) [INFO] [stderr] | ^^^^^^ help: consider: `917_760` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:331:32 [INFO] [stderr] | [INFO] [stderr] 331 | (cp >= 917760 && cp <= 917999) [INFO] [stderr] | ^^^^^^ help: consider: `917_999` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:593:41 [INFO] [stderr] | [INFO] [stderr] 593 | 8544...8559 | 9398...9423 | 127280...127305 [INFO] [stderr] | ^^^^^^ help: consider: `127_280` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:593:50 [INFO] [stderr] | [INFO] [stderr] 593 | 8544...8559 | 9398...9423 | 127280...127305 [INFO] [stderr] | ^^^^^^ help: consider: `127_305` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:27 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_312` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:36 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_337` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:45 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_344` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:54 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_369` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:267:47 [INFO] [stderr] | [INFO] [stderr] 267 | 8298...8303 | 9001 | 9002 | 917505 => true, [INFO] [stderr] | ^^^^^^ help: consider: `917_505` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:331:16 [INFO] [stderr] | [INFO] [stderr] 331 | (cp >= 917760 && cp <= 917999) [INFO] [stderr] | ^^^^^^ help: consider: `917_760` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:331:32 [INFO] [stderr] | [INFO] [stderr] 331 | (cp >= 917760 && cp <= 917999) [INFO] [stderr] | ^^^^^^ help: consider: `917_999` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:593:41 [INFO] [stderr] | [INFO] [stderr] 593 | 8544...8559 | 9398...9423 | 127280...127305 [INFO] [stderr] | ^^^^^^ help: consider: `127_280` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:593:50 [INFO] [stderr] | [INFO] [stderr] 593 | 8544...8559 | 9398...9423 | 127280...127305 [INFO] [stderr] | ^^^^^^ help: consider: `127_305` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:27 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_312` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:36 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_337` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:45 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_344` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:594:54 [INFO] [stderr] | [INFO] [stderr] 594 | | 127312...127337 | 127344...127369 => true, [INFO] [stderr] | ^^^^^^ help: consider: `127_369` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:70:23 [INFO] [stderr] | [INFO] [stderr] 70 | pub static UCD_BLOCK: &'static [((u8,u8,u8), (u8,u8,u8), UnicodeBlock)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::type_complexity)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:346:21 [INFO] [stderr] | [INFO] [stderr] 346 | pub static UCD_AGE: &'static [((u8,u8,u8), (u8,u8,u8), (u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:1039:21 [INFO] [stderr] | [INFO] [stderr] 1039 | pub static UCD_CAT: &'static [((u8,u8,u8), (u8,u8,u8), UnicodeCategory)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:4058:25 [INFO] [stderr] | [INFO] [stderr] 4058 | pub static UCD_COMBCLS: &'static [((u8,u8,u8), (u8,u8,u8), u8)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bidi.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | pub static UCD_BIDI_CLASS: &'static [((u8,u8,u8), (u8,u8,u8), BidiClass)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bidi.rs:642:31 [INFO] [stderr] | [INFO] [stderr] 642 | pub static UCD_BIDI_MIRRORED: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/misc.rs:415:25 [INFO] [stderr] | [INFO] [stderr] 415 | pub static UCD_NUMTYPE: &'static [((u8,u8,u8), (u8,u8,u8), NumericType)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/misc.rs:637:25 [INFO] [stderr] | [INFO] [stderr] 637 | pub static UCD_EAWIDTH: &'static [((u8,u8,u8), (u8,u8,u8), EastAsianWidth)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/misc.rs:952:20 [INFO] [stderr] | [INFO] [stderr] 952 | pub static UCD_LB: &'static [((u8,u8,u8), (u8,u8,u8), LinebreakClass)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:192:26 [INFO] [stderr] | [INFO] [stderr] 192 | pub static UCD_JOINTYPE: &'static [((u8,u8,u8), (u8,u8,u8), JoiningType)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:629:24 [INFO] [stderr] | [INFO] [stderr] 629 | pub static UCD_SCRIPT: &'static [((u8,u8,u8), (u8,u8,u8), Script)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:1317:27 [INFO] [stderr] | [INFO] [stderr] 1317 | pub static UCD_SCRIPTEXT: &'static [((u8,u8,u8), &'static [Script])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:1763:22 [INFO] [stderr] | [INFO] [stderr] 1763 | pub static UCD_INSC: &'static [((u8,u8,u8), (u8,u8,u8), IndicSyllabicCategory)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:70:23 [INFO] [stderr] | [INFO] [stderr] 70 | pub static UCD_BLOCK: &'static [((u8,u8,u8), (u8,u8,u8), UnicodeBlock)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::type_complexity)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:346:21 [INFO] [stderr] | [INFO] [stderr] 346 | pub static UCD_AGE: &'static [((u8,u8,u8), (u8,u8,u8), (u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:193:35 [INFO] [stderr] | [INFO] [stderr] 193 | pub static UCD_DEFAULT_IGNORABLE: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:204:23 [INFO] [stderr] | [INFO] [stderr] 204 | pub static UCD_ALPHA: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:485:41 [INFO] [stderr] | [INFO] [stderr] 485 | pub static UCD_DEFAULT_IGNORABLE_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:493:28 [INFO] [stderr] | [INFO] [stderr] 493 | pub static UCD_MATH_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:559:27 [INFO] [stderr] | [INFO] [stderr] 559 | pub static UCD_DIACRITIC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:632:22 [INFO] [stderr] | [INFO] [stderr] 632 | pub static UCD_MATH: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:698:29 [INFO] [stderr] | [INFO] [stderr] 698 | pub static UCD_ALPHA_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1:27 [INFO] [stderr] | [INFO] [stderr] 1 | pub static UCD_QUICK_NFD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:100:28 [INFO] [stderr] | [INFO] [stderr] 100 | pub static UCD_QUICK_NFKD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:1039:21 [INFO] [stderr] | [INFO] [stderr] 1039 | pub static UCD_CAT: &'static [((u8,u8,u8), (u8,u8,u8), UnicodeCategory)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/general.rs:4058:25 [INFO] [stderr] | [INFO] [stderr] 4058 | pub static UCD_COMBCLS: &'static [((u8,u8,u8), (u8,u8,u8), u8)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bidi.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | pub static UCD_BIDI_CLASS: &'static [((u8,u8,u8), (u8,u8,u8), BidiClass)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bidi.rs:642:31 [INFO] [stderr] | [INFO] [stderr] 642 | pub static UCD_BIDI_MIRRORED: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1647:38 [INFO] [stderr] | [INFO] [stderr] 1647 | pub static UCD_CASE_CHANGES_CASEMAP: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1697:37 [INFO] [stderr] | [INFO] [stderr] 1697 | pub static UCD_CASE_IS_LOWER_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1709:31 [INFO] [stderr] | [INFO] [stderr] 1709 | pub static UCD_EXPANDING_NFD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1800:27 [INFO] [stderr] | [INFO] [stderr] 1800 | pub static UCD_GRAPH_EXT: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1936:23 [INFO] [stderr] | [INFO] [stderr] 1936 | pub static UCD_CASED: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1997:31 [INFO] [stderr] | [INFO] [stderr] 1997 | pub static UCD_ID_START_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/misc.rs:415:25 [INFO] [stderr] | [INFO] [stderr] 415 | pub static UCD_NUMTYPE: &'static [((u8,u8,u8), (u8,u8,u8), NumericType)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2251:32 [INFO] [stderr] | [INFO] [stderr] 2251 | pub static UCD_EXPANDING_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2308:32 [INFO] [stderr] | [INFO] [stderr] 2308 | pub static UCD_COMP_EXCL_FULL: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/misc.rs:637:25 [INFO] [stderr] | [INFO] [stderr] 637 | pub static UCD_EAWIDTH: &'static [((u8,u8,u8), (u8,u8,u8), EastAsianWidth)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2344:31 [INFO] [stderr] | [INFO] [stderr] 2344 | pub static UCD_CASE_IS_LOWER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2609:31 [INFO] [stderr] | [INFO] [stderr] 2609 | pub static UCD_CASE_IS_UPPER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2870:30 [INFO] [stderr] | [INFO] [stderr] 2870 | pub static UCD_IDEO_UNIFIED: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2880:29 [INFO] [stderr] | [INFO] [stderr] 2880 | pub static UCD_PATT_SYNTAX: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2893:44 [INFO] [stderr] | [INFO] [stderr] 2893 | pub static UCD_CASE_CHANGES_CASEFOLD_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/misc.rs:952:20 [INFO] [stderr] | [INFO] [stderr] 952 | pub static UCD_LB: &'static [((u8,u8,u8), (u8,u8,u8), LinebreakClass)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:3237:25 [INFO] [stderr] | [INFO] [stderr] 3237 | pub static UCD_ID_CONT: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:3533:32 [INFO] [stderr] | [INFO] [stderr] 3533 | pub static UCD_CASE_IGNORABLE: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:3695:28 [INFO] [stderr] | [INFO] [stderr] 3695 | pub static UCD_GRAPH_BASE: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:192:26 [INFO] [stderr] | [INFO] [stderr] 192 | pub static UCD_JOINTYPE: &'static [((u8,u8,u8), (u8,u8,u8), JoiningType)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4036:33 [INFO] [stderr] | [INFO] [stderr] 4036 | pub static UCD_GRAPH_EXT_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4050:30 [INFO] [stderr] | [INFO] [stderr] 4050 | pub static UCD_ID_CONT_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:629:24 [INFO] [stderr] | [INFO] [stderr] 629 | pub static UCD_SCRIPT: &'static [((u8,u8,u8), (u8,u8,u8), Script)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4349:32 [INFO] [stderr] | [INFO] [stderr] 4349 | pub static UCD_EXPANDING_NFKD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4472:22 [INFO] [stderr] | [INFO] [stderr] 4472 | pub static UCD_IDEO: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4482:26 [INFO] [stderr] | [INFO] [stderr] 4482 | pub static UCD_ID_START: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | pub static UCD_QNFC: &'static [((u8,u8,u8), (u8,u8,u8), Trilean)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:92:23 [INFO] [stderr] | [INFO] [stderr] 92 | pub static UCD_QNFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:1317:27 [INFO] [stderr] | [INFO] [stderr] 1317 | pub static UCD_SCRIPTEXT: &'static [((u8,u8,u8), &'static [Script])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:179:30 [INFO] [stderr] | [INFO] [stderr] 179 | pub static UCD_CASE_SIMP_UP: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/scripts.rs:1763:22 [INFO] [stderr] | [INFO] [stderr] 1763 | pub static UCD_INSC: &'static [((u8,u8,u8), (u8,u8,u8), IndicSyllabicCategory)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:629:30 [INFO] [stderr] | [INFO] [stderr] 629 | pub static UCD_CASE_SIMP_LW: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:193:35 [INFO] [stderr] | [INFO] [stderr] 193 | pub static UCD_DEFAULT_IGNORABLE: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:204:23 [INFO] [stderr] | [INFO] [stderr] 204 | pub static UCD_ALPHA: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:485:41 [INFO] [stderr] | [INFO] [stderr] 485 | pub static UCD_DEFAULT_IGNORABLE_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:493:28 [INFO] [stderr] | [INFO] [stderr] 493 | pub static UCD_MATH_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:559:27 [INFO] [stderr] | [INFO] [stderr] 559 | pub static UCD_DIACRITIC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:1073:30 [INFO] [stderr] | [INFO] [stderr] 1073 | pub static UCD_CASE_SIMP_TI: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:632:22 [INFO] [stderr] | [INFO] [stderr] 632 | pub static UCD_MATH: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/function.rs:698:29 [INFO] [stderr] | [INFO] [stderr] 698 | pub static UCD_ALPHA_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1:27 [INFO] [stderr] | [INFO] [stderr] 1 | pub static UCD_QUICK_NFD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:100:28 [INFO] [stderr] | [INFO] [stderr] 100 | pub static UCD_QUICK_NFKD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:1523:30 [INFO] [stderr] | [INFO] [stderr] 1523 | pub static UCD_CASE_SIMP_FD: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:1974:25 [INFO] [stderr] | [INFO] [stderr] 1974 | pub static UCD_CASE_UP: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1647:38 [INFO] [stderr] | [INFO] [stderr] 1647 | pub static UCD_CASE_CHANGES_CASEMAP: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1697:37 [INFO] [stderr] | [INFO] [stderr] 1697 | pub static UCD_CASE_IS_LOWER_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1709:31 [INFO] [stderr] | [INFO] [stderr] 1709 | pub static UCD_EXPANDING_NFD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1800:27 [INFO] [stderr] | [INFO] [stderr] 1800 | pub static UCD_GRAPH_EXT: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:2528:25 [INFO] [stderr] | [INFO] [stderr] 2528 | pub static UCD_CASE_LW: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1936:23 [INFO] [stderr] | [INFO] [stderr] 1936 | pub static UCD_CASED: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:1997:31 [INFO] [stderr] | [INFO] [stderr] 1997 | pub static UCD_ID_START_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2251:32 [INFO] [stderr] | [INFO] [stderr] 2251 | pub static UCD_EXPANDING_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2308:32 [INFO] [stderr] | [INFO] [stderr] 2308 | pub static UCD_COMP_EXCL_FULL: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2344:31 [INFO] [stderr] | [INFO] [stderr] 2344 | pub static UCD_CASE_IS_LOWER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2609:31 [INFO] [stderr] | [INFO] [stderr] 2609 | pub static UCD_CASE_IS_UPPER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:3033:25 [INFO] [stderr] | [INFO] [stderr] 3033 | pub static UCD_CASE_TI: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2870:30 [INFO] [stderr] | [INFO] [stderr] 2870 | pub static UCD_IDEO_UNIFIED: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2880:29 [INFO] [stderr] | [INFO] [stderr] 2880 | pub static UCD_PATT_SYNTAX: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:2893:44 [INFO] [stderr] | [INFO] [stderr] 2893 | pub static UCD_CASE_CHANGES_CASEFOLD_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:3237:25 [INFO] [stderr] | [INFO] [stderr] 3237 | pub static UCD_ID_CONT: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:3533:32 [INFO] [stderr] | [INFO] [stderr] 3533 | pub static UCD_CASE_IGNORABLE: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:3570:25 [INFO] [stderr] | [INFO] [stderr] 3570 | pub static UCD_CASE_FD: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:3695:28 [INFO] [stderr] | [INFO] [stderr] 3695 | pub static UCD_GRAPH_BASE: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4036:33 [INFO] [stderr] | [INFO] [stderr] 4036 | pub static UCD_GRAPH_EXT_OTHER: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4050:30 [INFO] [stderr] | [INFO] [stderr] 4050 | pub static UCD_ID_CONT_NFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4349:32 [INFO] [stderr] | [INFO] [stderr] 4349 | pub static UCD_EXPANDING_NFKD: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4472:22 [INFO] [stderr] | [INFO] [stderr] 4472 | pub static UCD_IDEO: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/bool.rs:4482:26 [INFO] [stderr] | [INFO] [stderr] 4482 | pub static UCD_ID_START: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | pub static UCD_QNFC: &'static [((u8,u8,u8), (u8,u8,u8), Trilean)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:92:23 [INFO] [stderr] | [INFO] [stderr] 92 | pub static UCD_QNFKC: &'static [((u8,u8,u8), (u8,u8,u8), ())] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:179:30 [INFO] [stderr] | [INFO] [stderr] 179 | pub static UCD_CASE_SIMP_UP: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:629:30 [INFO] [stderr] | [INFO] [stderr] 629 | pub static UCD_CASE_SIMP_LW: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:1073:30 [INFO] [stderr] | [INFO] [stderr] 1073 | pub static UCD_CASE_SIMP_TI: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:1523:30 [INFO] [stderr] | [INFO] [stderr] 1523 | pub static UCD_CASE_SIMP_FD: &'static [((u8,u8,u8),(u8,u8,u8))] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:1974:25 [INFO] [stderr] | [INFO] [stderr] 1974 | pub static UCD_CASE_UP: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:4126:30 [INFO] [stderr] | [INFO] [stderr] 4126 | pub static UCD_CASE_FD_NFKC: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:2528:25 [INFO] [stderr] | [INFO] [stderr] 2528 | pub static UCD_CASE_LW: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:3033:25 [INFO] [stderr] | [INFO] [stderr] 3033 | pub static UCD_CASE_TI: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:3570:25 [INFO] [stderr] | [INFO] [stderr] 3570 | pub static UCD_CASE_FD: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:7838:30 [INFO] [stderr] | [INFO] [stderr] 7838 | pub static UCD_CASE_FD_CLOS: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | pub static UCD_DECOMP_TYPE: &'static [((u8,u8,u8), (u8,u8,u8), DecompositionType)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:800:21 [INFO] [stderr] | [INFO] [stderr] 800 | pub static UCD_GCB: &'static [((u8,u8,u8), (u8,u8,u8), GraphemeClusterBreak)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:1318:22 [INFO] [stderr] | [INFO] [stderr] 1318 | pub static UCD_WBRK: &'static [((u8,u8,u8), (u8,u8,u8), WordBreak)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:2228:22 [INFO] [stderr] | [INFO] [stderr] 2228 | pub static UCD_SBRK: &'static [((u8,u8,u8), (u8,u8,u8), SentenceBreak)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:4126:30 [INFO] [stderr] | [INFO] [stderr] 4126 | pub static UCD_CASE_FD_NFKC: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:4441:28 [INFO] [stderr] | [INFO] [stderr] 4441 | pub static UCD_DECOMP_MAP: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: redundant pattern matching, consider using `is_some()` [INFO] [stderr] --> src/tables/mod.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | / match self.search(cp) { [INFO] [stderr] 33 | | Some(_) => true, [INFO] [stderr] 34 | | None => false [INFO] [stderr] 35 | | } [INFO] [stderr] | |_________^ help: try this: `self.search(cp).is_some()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_pattern_matching)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | let rb: u32 = (rb1 as u32)*65536 + (rb2 as u32)*256 + (rb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(rb1)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:44:48 [INFO] [stderr] | [INFO] [stderr] 44 | let rb: u32 = (rb1 as u32)*65536 + (rb2 as u32)*256 + (rb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(rb2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:44:67 [INFO] [stderr] | [INFO] [stderr] 44 | let rb: u32 = (rb1 as u32)*65536 + (rb2 as u32)*256 + (rb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(rb3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:45:27 [INFO] [stderr] | [INFO] [stderr] 45 | let re: u32 = (re1 as u32)*65536 + (re2 as u32)*256 + (re3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(re1)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:45:48 [INFO] [stderr] | [INFO] [stderr] 45 | let re: u32 = (re1 as u32)*65536 + (re2 as u32)*256 + (re3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(re2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:45:67 [INFO] [stderr] | [INFO] [stderr] 45 | let re: u32 = (re1 as u32)*65536 + (re2 as u32)*256 + (re3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(re3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:64:27 [INFO] [stderr] | [INFO] [stderr] 64 | let cb: u32 = (cb1 as u32)*65536 + (cb2 as u32)*256 + (cb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(cb1)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | let cb: u32 = (cb1 as u32)*65536 + (cb2 as u32)*256 + (cb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(cb2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:64:67 [INFO] [stderr] | [INFO] [stderr] 64 | let cb: u32 = (cb1 as u32)*65536 + (cb2 as u32)*256 + (cb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(cb3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:87:32 [INFO] [stderr] | [INFO] [stderr] 87 | char::from_u32(v as u32) [INFO] [stderr] | ^^^^^^^^ help: try: `u32::from(v)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let c = (c1 as u32)*65536 + (c2 as u32)*256 + (c3 as u32); [INFO] [stderr] | ^^^^^^^^^^^ help: try: `u32::from(c1)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | let c = (c1 as u32)*65536 + (c2 as u32)*256 + (c3 as u32); [INFO] [stderr] | ^^^^^^^^^^^ help: try: `u32::from(c2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:36:51 [INFO] [stderr] | [INFO] [stderr] 36 | let c = (c1 as u32)*65536 + (c2 as u32)*256 + (c3 as u32); [INFO] [stderr] | ^^^^^^^^^^^ help: try: `u32::from(c3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:352:60 [INFO] [stderr] | [INFO] [stderr] 352 | (num, den) => Number::Rational(num as i32, den as u32) [INFO] [stderr] | ^^^^^^^^^^ help: try: `u32::from(den)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:544:14 [INFO] [stderr] | [INFO] [stderr] 544 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::or_fun_call)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:606:14 [INFO] [stderr] | [INFO] [stderr] 606 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:616:14 [INFO] [stderr] | [INFO] [stderr] 616 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:626:14 [INFO] [stderr] | [INFO] [stderr] 626 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: you seem to be trying to match on a boolean expression [INFO] [stderr] --> src/lib.rs:711:9 [INFO] [stderr] | [INFO] [stderr] 711 | / match tables::UCD_QNFKC.includes(self) { [INFO] [stderr] 712 | | true => Trilean::False, [INFO] [stderr] 713 | | false => self.quick_check_nfc() [INFO] [stderr] 714 | | } [INFO] [stderr] | |_________^ help: consider using an if/else expression: `if tables::UCD_QNFKC.includes(self) { Trilean::False } else { self.quick_check_nfc() }` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::match_bool)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_bool [INFO] [stderr] [INFO] [stderr] warning: using `clone` on a `Copy` type [INFO] [stderr] --> src/lib.rs:726:18 [INFO] [stderr] | [INFO] [stderr] 726 | let cx = self.clone(); [INFO] [stderr] | ^^^^^^^^^^^^ help: try removing the `clone` call: `self` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::clone_on_copy)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/rem.rs:7838:30 [INFO] [stderr] | [INFO] [stderr] 7838 | pub static UCD_CASE_FD_CLOS: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | pub static UCD_DECOMP_TYPE: &'static [((u8,u8,u8), (u8,u8,u8), DecompositionType)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:800:21 [INFO] [stderr] | [INFO] [stderr] 800 | pub static UCD_GCB: &'static [((u8,u8,u8), (u8,u8,u8), GraphemeClusterBreak)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:1318:22 [INFO] [stderr] | [INFO] [stderr] 1318 | pub static UCD_WBRK: &'static [((u8,u8,u8), (u8,u8,u8), WordBreak)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:2228:22 [INFO] [stderr] | [INFO] [stderr] 2228 | pub static UCD_SBRK: &'static [((u8,u8,u8), (u8,u8,u8), SentenceBreak)] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/tables/decomp.rs:4441:28 [INFO] [stderr] | [INFO] [stderr] 4441 | pub static UCD_DECOMP_MAP: &'static [((u8,u8,u8),&'static [(u8,u8,u8)])] = &[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: redundant pattern matching, consider using `is_some()` [INFO] [stderr] --> src/tables/mod.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | / match self.search(cp) { [INFO] [stderr] 33 | | Some(_) => true, [INFO] [stderr] 34 | | None => false [INFO] [stderr] 35 | | } [INFO] [stderr] | |_________^ help: try this: `self.search(cp).is_some()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_pattern_matching)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | let rb: u32 = (rb1 as u32)*65536 + (rb2 as u32)*256 + (rb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(rb1)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:44:48 [INFO] [stderr] | [INFO] [stderr] 44 | let rb: u32 = (rb1 as u32)*65536 + (rb2 as u32)*256 + (rb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(rb2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:44:67 [INFO] [stderr] | [INFO] [stderr] 44 | let rb: u32 = (rb1 as u32)*65536 + (rb2 as u32)*256 + (rb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(rb3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:45:27 [INFO] [stderr] | [INFO] [stderr] 45 | let re: u32 = (re1 as u32)*65536 + (re2 as u32)*256 + (re3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(re1)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:45:48 [INFO] [stderr] | [INFO] [stderr] 45 | let re: u32 = (re1 as u32)*65536 + (re2 as u32)*256 + (re3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(re2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:45:67 [INFO] [stderr] | [INFO] [stderr] 45 | let re: u32 = (re1 as u32)*65536 + (re2 as u32)*256 + (re3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(re3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:64:27 [INFO] [stderr] | [INFO] [stderr] 64 | let cb: u32 = (cb1 as u32)*65536 + (cb2 as u32)*256 + (cb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(cb1)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | let cb: u32 = (cb1 as u32)*65536 + (cb2 as u32)*256 + (cb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(cb2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:64:67 [INFO] [stderr] | [INFO] [stderr] 64 | let cb: u32 = (cb1 as u32)*65536 + (cb2 as u32)*256 + (cb3 as u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: try: `u32::from(cb3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/tables/mod.rs:87:32 [INFO] [stderr] | [INFO] [stderr] 87 | char::from_u32(v as u32) [INFO] [stderr] | ^^^^^^^^ help: try: `u32::from(v)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let c = (c1 as u32)*65536 + (c2 as u32)*256 + (c3 as u32); [INFO] [stderr] | ^^^^^^^^^^^ help: try: `u32::from(c1)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | let c = (c1 as u32)*65536 + (c2 as u32)*256 + (c3 as u32); [INFO] [stderr] | ^^^^^^^^^^^ help: try: `u32::from(c2)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:36:51 [INFO] [stderr] | [INFO] [stderr] 36 | let c = (c1 as u32)*65536 + (c2 as u32)*256 + (c3 as u32); [INFO] [stderr] | ^^^^^^^^^^^ help: try: `u32::from(c3)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:352:60 [INFO] [stderr] | [INFO] [stderr] 352 | (num, den) => Number::Rational(num as i32, den as u32) [INFO] [stderr] | ^^^^^^^^^^ help: try: `u32::from(den)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:544:14 [INFO] [stderr] | [INFO] [stderr] 544 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::or_fun_call)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:606:14 [INFO] [stderr] | [INFO] [stderr] 606 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:616:14 [INFO] [stderr] | [INFO] [stderr] 616 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/lib.rs:626:14 [INFO] [stderr] | [INFO] [stderr] 626 | .unwrap_or(self.codepoint()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| self.codepoint())` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: you seem to be trying to match on a boolean expression [INFO] [stderr] --> src/lib.rs:711:9 [INFO] [stderr] | [INFO] [stderr] 711 | / match tables::UCD_QNFKC.includes(self) { [INFO] [stderr] 712 | | true => Trilean::False, [INFO] [stderr] 713 | | false => self.quick_check_nfc() [INFO] [stderr] 714 | | } [INFO] [stderr] | |_________^ help: consider using an if/else expression: `if tables::UCD_QNFKC.includes(self) { Trilean::False } else { self.quick_check_nfc() }` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::match_bool)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_bool [INFO] [stderr] [INFO] [stderr] warning: using `clone` on a `Copy` type [INFO] [stderr] --> src/lib.rs:726:18 [INFO] [stderr] | [INFO] [stderr] 726 | let cx = self.clone(); [INFO] [stderr] | ^^^^^^^^^^^^ help: try removing the `clone` call: `self` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::clone_on_copy)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.68s [INFO] running `"docker" "inspect" "f11a39e5fa17f3e3780a0e07883f7ad494739e64176c92d2ab56e9f9d27bf51a"` [INFO] running `"docker" "rm" "-f" "f11a39e5fa17f3e3780a0e07883f7ad494739e64176c92d2ab56e9f9d27bf51a"` [INFO] [stdout] f11a39e5fa17f3e3780a0e07883f7ad494739e64176c92d2ab56e9f9d27bf51a