[INFO] crate zip_codes 0.1.0 is already in cache [INFO] extracting crate zip_codes 0.1.0 into work/ex/clippy-test-run/sources/stable/reg/zip_codes/0.1.0 [INFO] extracting crate zip_codes 0.1.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/zip_codes/0.1.0 [INFO] validating manifest of zip_codes-0.1.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zip_codes-0.1.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zip_codes-0.1.0 [INFO] finished frobbing zip_codes-0.1.0 [INFO] frobbed toml for zip_codes-0.1.0 written to work/ex/clippy-test-run/sources/stable/reg/zip_codes/0.1.0/Cargo.toml [INFO] started frobbing zip_codes-0.1.0 [INFO] finished frobbing zip_codes-0.1.0 [INFO] frobbed toml for zip_codes-0.1.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/zip_codes/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting zip_codes-0.1.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/zip_codes/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1058cfcec34b38365ffbb8dd0c31b597c506b10e0eeb6e90095f19cc928eba8e [INFO] running `"docker" "start" "-a" "1058cfcec34b38365ffbb8dd0c31b597c506b10e0eeb6e90095f19cc928eba8e"` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling zip_codes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | key: 3213172566270843353, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `3_213_172_566_270_843_353` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8514:262 [INFO] [stderr] | [INFO] [stderr] 8514 | ("75065", Record {zip_code: "75065",zip_code_type: Type::Standard,city: "LAKE DALLAS",state: "TX",coordinates: Some((33.12 as f64, -97.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(4879),estimated_population: Some(8944),total_wages: Some(235370842),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `235_370_842` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8516:260 [INFO] [stderr] | [INFO] [stderr] 8516 | ("62242", Record {zip_code: "62242",zip_code_type: Type::Standard,city: "EVANSVILLE",state: "IL",coordinates: Some((38.08 as f64, -89.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(728),estimated_population: Some(1301),total_wages: Some(21618966),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_618_966` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8517:259 [INFO] [stderr] | [INFO] [stderr] 8517 | ("48017", Record {zip_code: "48017",zip_code_type: Type::Standard,city: "CLAWSON",state: "MI",coordinates: Some((42.53 as f64, -83.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(6457),estimated_population: Some(10384),total_wages: Some(255807740),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `255_807_740` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8518:262 [INFO] [stderr] | [INFO] [stderr] 8518 | ("95030", Record {zip_code: "95030",zip_code_type: Type::Standard,city: "LOS GATOS",state: "CA",coordinates: Some((37.22 as f64, -121.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(6506),estimated_population: Some(11508),total_wages: Some(867631227),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `867_631_227` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8522:259 [INFO] [stderr] | [INFO] [stderr] 8522 | ("41216", Record {zip_code: "41216",zip_code_type: Type::Standard,city: "EAST POINT",state: "KY",coordinates: Some((37.74 as f64, -82.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(381),estimated_population: Some(742),total_wages: Some(13145694),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_145_694` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8523:253 [INFO] [stderr] | [INFO] [stderr] 8523 | ("07723", Record {zip_code: "07723",zip_code_type: Type::Standard,city: "DEAL",state: "NJ",coordinates: Some((40.24 as f64, -73.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(535),estimated_population: Some(875),total_wages: Some(38425444),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_425_444` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8525:263 [INFO] [stderr] | [INFO] [stderr] 8525 | ("92139", Record {zip_code: "92139",zip_code_type: Type::Standard,city: "SAN DIEGO",state: "CA",coordinates: Some((32.68 as f64, -117.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(15368),estimated_population: Some(28551),total_wages: Some(545669456),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `545_669_456` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8526:257 [INFO] [stderr] | [INFO] [stderr] 8526 | ("96069", Record {zip_code: "96069",zip_code_type: Type::Standard,city: "OAK RUN",state: "CA",coordinates: Some((40.66 as f64, -122.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(368),estimated_population: Some(667),total_wages: Some(10750018),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_750_018` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8528:261 [INFO] [stderr] | [INFO] [stderr] 8528 | ("11590", Record {zip_code: "11590",zip_code_type: Type::Standard,city: "WESTBURY",state: "NY",coordinates: Some((40.75 as f64, -73.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(22680),estimated_population: Some(38259),total_wages: Some(1016567712),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_016_567_712` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8529:253 [INFO] [stderr] | [INFO] [stderr] 8529 | ("47147", Record {zip_code: "47147",zip_code_type: Type::Standard,city: "NABB",state: "IN",coordinates: Some((38.61 as f64, -85.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(445),estimated_population: Some(833),total_wages: Some(15154316),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_154_316` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8530:259 [INFO] [stderr] | [INFO] [stderr] 8530 | ("71433", Record {zip_code: "71433",zip_code_type: Type::Standard,city: "GLENMORA",state: "LA",coordinates: Some((30.97 as f64, -92.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(1700),estimated_population: Some(3236),total_wages: Some(54002962),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_002_962` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8531:258 [INFO] [stderr] | [INFO] [stderr] 8531 | ("49755", Record {zip_code: "49755",zip_code_type: Type::Standard,city: "LEVERING",state: "MI",coordinates: Some((45.63 as f64, -84.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(923),estimated_population: Some(1636),total_wages: Some(21274109),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_274_109` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8532:262 [INFO] [stderr] | [INFO] [stderr] 8532 | ("90501", Record {zip_code: "90501",zip_code_type: Type::Standard,city: "TORRANCE",state: "CA",coordinates: Some((33.83 as f64, -118.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(18738),estimated_population: Some(33170),total_wages: Some(808795012),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `808_795_012` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8533:256 [INFO] [stderr] | [INFO] [stderr] 8533 | ("56083", Record {zip_code: "56083",zip_code_type: Type::Standard,city: "SANBORN",state: "MN",coordinates: Some((44.21 as f64, -95.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(463),estimated_population: Some(816),total_wages: Some(10672993),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_672_993` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8534:254 [INFO] [stderr] | [INFO] [stderr] 8534 | ("56528", Record {zip_code: "56528",zip_code_type: Type::Standard,city: "DENT",state: "MN",coordinates: Some((46.55 as f64, -95.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(793),estimated_population: Some(1391),total_wages: Some(18566481),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_566_481` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8535:259 [INFO] [stderr] | [INFO] [stderr] 8535 | ("76239", Record {zip_code: "76239",zip_code_type: Type::Standard,city: "FORESTBURG",state: "TX",coordinates: Some((33.54 as f64, -97.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(439),estimated_population: Some(827),total_wages: Some(15251339),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_251_339` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8536:265 [INFO] [stderr] | [INFO] [stderr] 8536 | ("15425", Record {zip_code: "15425",zip_code_type: Type::Standard,city: "CONNELLSVILLE",state: "PA",coordinates: Some((40.01 as f64, -79.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(9011),estimated_population: Some(15435),total_wages: Some(249710855),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `249_710_855` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8537:260 [INFO] [stderr] | [INFO] [stderr] 8537 | ("61062", Record {zip_code: "61062",zip_code_type: Type::Standard,city: "PEARL CITY",state: "IL",coordinates: Some((42.26 as f64, -89.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(930),estimated_population: Some(1753),total_wages: Some(30943041),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_943_041` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8538:260 [INFO] [stderr] | [INFO] [stderr] 8538 | ("55367", Record {zip_code: "55367",zip_code_type: Type::Standard,city: "NEW GERMANY",state: "MN",coordinates: Some((44.88 as f64, -93.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(475),estimated_population: Some(831),total_wages: Some(16737852),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_737_852` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8539:252 [INFO] [stderr] | [INFO] [stderr] 8539 | ("77444", Record {zip_code: "77444",zip_code_type: Type::Standard,city: "GUY",state: "TX",coordinates: Some((29.33 as f64, -95.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(366),estimated_population: Some(687),total_wages: Some(14332226),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_332_226` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8540:262 [INFO] [stderr] | [INFO] [stderr] 8540 | ("33972", Record {zip_code: "33972",zip_code_type: Type::Standard,city: "LEHIGH ACRES",state: "FL",coordinates: Some((26.6 as f64, -81.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(4172),estimated_population: Some(7695),total_wages: Some(128587019),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `128_587_019` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8541:258 [INFO] [stderr] | [INFO] [stderr] 8541 | ("30470", Record {zip_code: "30470",zip_code_type: Type::Standard,city: "TARRYTOWN",state: "GA",coordinates: Some((32.31 as f64, -82.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(342),estimated_population: Some(648),total_wages: Some(9596581),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_596_581` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8543:262 [INFO] [stderr] | [INFO] [stderr] 8543 | ("32514", Record {zip_code: "32514",zip_code_type: Type::Standard,city: "PENSACOLA",state: "FL",coordinates: Some((30.44 as f64, -87.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(17085),estimated_population: Some(28009),total_wages: Some(508962885),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `508_962_885` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8544:261 [INFO] [stderr] | [INFO] [stderr] 8544 | ("88203", Record {zip_code: "88203",zip_code_type: Type::Standard,city: "ROSWELL",state: "NM",coordinates: Some((33.33 as f64, -104.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(11213),estimated_population: Some(20372),total_wages: Some(262220186),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `262_220_186` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8545:258 [INFO] [stderr] | [INFO] [stderr] 8545 | ("45326", Record {zip_code: "45326",zip_code_type: Type::Standard,city: "FLETCHER",state: "OH",coordinates: Some((40.14 as f64, -84.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(577),estimated_population: Some(1041),total_wages: Some(20099534),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_099_534` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8550:259 [INFO] [stderr] | [INFO] [stderr] 8550 | ("08525", Record {zip_code: "08525",zip_code_type: Type::Standard,city: "HOPEWELL",state: "NJ",coordinates: Some((40.38 as f64, -74.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(2482),estimated_population: Some(4389),total_wages: Some(198612067),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `198_612_067` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8551:261 [INFO] [stderr] | [INFO] [stderr] 8551 | ("14615", Record {zip_code: "14615",zip_code_type: Type::Standard,city: "ROCHESTER",state: "NY",coordinates: Some((43.16 as f64, -77.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(7783),estimated_population: Some(12569),total_wages: Some(210914068),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `210_914_068` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8552:251 [INFO] [stderr] | [INFO] [stderr] 8552 | ("83656", Record {zip_code: "83656",zip_code_type: Type::PoBox,city: "NOTUS",state: "ID",coordinates: Some((43.72 as f64, -116.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(282),estimated_population: Some(575),total_wages: Some(7787597),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_787_597` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8554:262 [INFO] [stderr] | [INFO] [stderr] 8554 | ("62237", Record {zip_code: "62237",zip_code_type: Type::Standard,city: "COULTERVILLE",state: "IL",coordinates: Some((38.18 as f64, -89.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(1228),estimated_population: Some(2191),total_wages: Some(35317407),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_317_407` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8555:255 [INFO] [stderr] | [INFO] [stderr] 8555 | ("62272", Record {zip_code: "62272",zip_code_type: Type::Standard,city: "PERCY",state: "IL",coordinates: Some((38.01 as f64, -89.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(692),estimated_population: Some(1258),total_wages: Some(18053957),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_053_957` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8556:261 [INFO] [stderr] | [INFO] [stderr] 8556 | ("28904", Record {zip_code: "28904",zip_code_type: Type::Standard,city: "HAYESVILLE",state: "NC",coordinates: Some((35.04 as f64, -83.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(3430),estimated_population: Some(6240),total_wages: Some(80392328),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `80_392_328` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8557:260 [INFO] [stderr] | [INFO] [stderr] 8557 | ("27203", Record {zip_code: "27203",zip_code_type: Type::Standard,city: "ASHEBORO",state: "NC",coordinates: Some((35.71 as f64, -79.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(8355),estimated_population: Some(15228),total_wages: Some(215474318),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `215_474_318` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8558:257 [INFO] [stderr] | [INFO] [stderr] 8558 | ("43416", Record {zip_code: "43416",zip_code_type: Type::Standard,city: "ELMORE",state: "OH",coordinates: Some((41.47 as f64, -83.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(1446),estimated_population: Some(2544),total_wages: Some(53459949),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `53_459_949` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8562:259 [INFO] [stderr] | [INFO] [stderr] 8562 | ("60402", Record {zip_code: "60402",zip_code_type: Type::Standard,city: "BERWYN",state: "IL",coordinates: Some((41.84 as f64, -87.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(27944),estimated_population: Some(49199),total_wages: Some(920747662),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `920_747_662` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8563:264 [INFO] [stderr] | [INFO] [stderr] 8563 | ("95831", Record {zip_code: "95831",zip_code_type: Type::Standard,city: "SACRAMENTO",state: "CA",coordinates: Some((38.49 as f64, -121.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(20666),estimated_population: Some(34473),total_wages: Some(924394856),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `924_394_856` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8567:260 [INFO] [stderr] | [INFO] [stderr] 8567 | ("71019", Record {zip_code: "71019",zip_code_type: Type::Standard,city: "COUSHATTA",state: "LA",coordinates: Some((32.02 as f64, -93.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(3389),estimated_population: Some(6374),total_wages: Some(101627755),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `101_627_755` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8568:259 [INFO] [stderr] | [INFO] [stderr] 8568 | ("30535", Record {zip_code: "30535",zip_code_type: Type::Standard,city: "DEMOREST",state: "GA",coordinates: Some((34.56 as f64, -83.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(2950),estimated_population: Some(5384),total_wages: Some(90861639),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `90_861_639` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8569:260 [INFO] [stderr] | [INFO] [stderr] 8569 | ("98901", Record {zip_code: "98901",zip_code_type: Type::Standard,city: "YAKIMA",state: "WA",coordinates: Some((46.71 as f64, -120.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(10090),estimated_population: Some(18927),total_wages: Some(279883302),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `279_883_302` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8570:259 [INFO] [stderr] | [INFO] [stderr] 8570 | ("81521", Record {zip_code: "81521",zip_code_type: Type::Standard,city: "FRUITA",state: "CO",coordinates: Some((39.15 as f64, -108.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(6740),estimated_population: Some(12464),total_wages: Some(276339638),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `276_339_638` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8571:260 [INFO] [stderr] | [INFO] [stderr] 8571 | ("57028", Record {zip_code: "57028",zip_code_type: Type::Standard,city: "FLANDREAU",state: "SD",coordinates: Some((44.04 as f64, -96.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(1619),estimated_population: Some(2722),total_wages: Some(43236379),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `43_236_379` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8572:252 [INFO] [stderr] | [INFO] [stderr] 8572 | ("78766", Record {zip_code: "78766",zip_code_type: Type::PoBox,city: "AUSTIN",state: "TX",coordinates: Some((30.26 as f64, -97.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(437),estimated_population: Some(621),total_wages: Some(16059075),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_059_075` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8573:261 [INFO] [stderr] | [INFO] [stderr] 8573 | ("49080", Record {zip_code: "49080",zip_code_type: Type::Standard,city: "PLAINWELL",state: "MI",coordinates: Some((42.44 as f64, -85.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(7263),estimated_population: Some(13032),total_wages: Some(264996250),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `264_996_250` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8576:257 [INFO] [stderr] | [INFO] [stderr] 8576 | ("36904", Record {zip_code: "36904",zip_code_type: Type::Standard,city: "BUTLER",state: "AL",coordinates: Some((32.08 as f64, -88.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(1811),estimated_population: Some(3280),total_wages: Some(57907362),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_907_362` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8577:261 [INFO] [stderr] | [INFO] [stderr] 8577 | ("84110", Record {zip_code: "84110",zip_code_type: Type::PoBox,city: "SALT LAKE CITY",state: "UT",coordinates: Some((40.75 as f64, -111.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(709),estimated_population: Some(1023),total_wages: Some(22241202),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_241_202` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8578:260 [INFO] [stderr] | [INFO] [stderr] 8578 | ("01913", Record {zip_code: "01913",zip_code_type: Type::Standard,city: "AMESBURY",state: "MA",coordinates: Some((42.85 as f64, -70.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(8287),estimated_population: Some(14037),total_wages: Some(413947797),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `413_947_797` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8580:259 [INFO] [stderr] | [INFO] [stderr] 8580 | ("04422", Record {zip_code: "04422",zip_code_type: Type::Standard,city: "CHARLESTON",state: "ME",coordinates: Some((45.08 as f64, -69.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(490),estimated_population: Some(928),total_wages: Some(15345590),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_345_590` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8581:258 [INFO] [stderr] | [INFO] [stderr] 8581 | ("10457", Record {zip_code: "10457",zip_code_type: Type::Standard,city: "BRONX",state: "NY",coordinates: Some((40.84 as f64, -73.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(29023),estimated_population: Some(48779),total_wages: Some(614273091),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `614_273_091` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8582:259 [INFO] [stderr] | [INFO] [stderr] 8582 | ("16738", Record {zip_code: "16738",zip_code_type: Type::Standard,city: "LEWIS RUN",state: "PA",coordinates: Some((41.87 as f64, -78.66 as f64)),is_decommissioned: false,tax_returns_filed: Some(645),estimated_population: Some(1079),total_wages: Some(19133855),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_133_855` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8583:253 [INFO] [stderr] | [INFO] [stderr] 8583 | ("01354", Record {zip_code: "01354",zip_code_type: Type::Standard,city: "GILL",state: "MA",coordinates: Some((42.7 as f64, -72.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(757),estimated_population: Some(1338),total_wages: Some(29687155),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_687_155` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8584:260 [INFO] [stderr] | [INFO] [stderr] 8584 | ("22850", Record {zip_code: "22850",zip_code_type: Type::Standard,city: "SINGERS GLEN",state: "VA",coordinates: Some((38.56 as f64, -78.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(425),estimated_population: Some(790),total_wages: Some(13977924),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_977_924` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8585:257 [INFO] [stderr] | [INFO] [stderr] 8585 | ("92052", Record {zip_code: "92052",zip_code_type: Type::PoBox,city: "OCEANSIDE",state: "CA",coordinates: Some((33.19 as f64, -117.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(793),estimated_population: Some(1285),total_wages: Some(28188938),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_188_938` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8587:266 [INFO] [stderr] | [INFO] [stderr] 8587 | ("40356", Record {zip_code: "40356",zip_code_type: Type::Standard,city: "NICHOLASVILLE",state: "KY",coordinates: Some((37.87 as f64, -84.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(16721),estimated_population: Some(31017),total_wages: Some(645962773),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `645_962_773` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8588:260 [INFO] [stderr] | [INFO] [stderr] 8588 | ("30256", Record {zip_code: "30256",zip_code_type: Type::Standard,city: "MEANSVILLE",state: "GA",coordinates: Some((33.04 as f64, -84.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(1120),estimated_population: Some(2180),total_wages: Some(37964354),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_964_354` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8589:264 [INFO] [stderr] | [INFO] [stderr] 8589 | ("62018", Record {zip_code: "62018",zip_code_type: Type::Standard,city: "COTTAGE HILLS",state: "IL",coordinates: Some((38.91 as f64, -90.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(1560),estimated_population: Some(2781),total_wages: Some(41789548),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_789_548` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8591:257 [INFO] [stderr] | [INFO] [stderr] 8591 | ("45679", Record {zip_code: "45679",zip_code_type: Type::Standard,city: "SEAMAN",state: "OH",coordinates: Some((38.93 as f64, -83.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(1251),estimated_population: Some(2291),total_wages: Some(34108494),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_108_494` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8593:257 [INFO] [stderr] | [INFO] [stderr] 8593 | ("57730", Record {zip_code: "57730",zip_code_type: Type::Standard,city: "CUSTER",state: "SD",coordinates: Some((43.76 as f64, -103.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(2591),estimated_population: Some(4499),total_wages: Some(72847834),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `72_847_834` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8594:262 [INFO] [stderr] | [INFO] [stderr] 8594 | ("02138", Record {zip_code: "02138",zip_code_type: Type::Standard,city: "CAMBRIDGE",state: "MA",coordinates: Some((42.37 as f64, -71.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(15668),estimated_population: Some(21578),total_wages: Some(1027911979),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_027_911_979` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8595:256 [INFO] [stderr] | [INFO] [stderr] 8595 | ("80155", Record {zip_code: "80155",zip_code_type: Type::PoBox,city: "ENGLEWOOD",state: "CO",coordinates: Some((39.64 as f64, -104.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(414),estimated_population: Some(636),total_wages: Some(23921330),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_921_330` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8596:254 [INFO] [stderr] | [INFO] [stderr] 8596 | ("34712", Record {zip_code: "34712",zip_code_type: Type::PoBox,city: "CLERMONT",state: "FL",coordinates: Some((28.55 as f64, -81.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(566),estimated_population: Some(976),total_wages: Some(17886681),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_886_681` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8598:257 [INFO] [stderr] | [INFO] [stderr] 8598 | ("68138", Record {zip_code: "68138",zip_code_type: Type::Standard,city: "OMAHA",state: "NE",coordinates: Some((41.26 as f64, -96.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(5957),estimated_population: Some(10485),total_wages: Some(270939167),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `270_939_167` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8600:258 [INFO] [stderr] | [INFO] [stderr] 8600 | ("02056", Record {zip_code: "02056",zip_code_type: Type::Standard,city: "NORFOLK",state: "MA",coordinates: Some((42.11 as f64, -71.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(4404),estimated_population: Some(8410),total_wages: Some(358517844),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `358_517_844` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8601:256 [INFO] [stderr] | [INFO] [stderr] 8601 | ("39182", Record {zip_code: "39182",zip_code_type: Type::PoBox,city: "VICKSBURG",state: "MS",coordinates: Some((32.32 as f64, -90.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(667),estimated_population: Some(1117),total_wages: Some(23185241),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_185_241` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8603:256 [INFO] [stderr] | [INFO] [stderr] 8603 | ("72384", Record {zip_code: "72384",zip_code_type: Type::Standard,city: "TURRELL",state: "AR",coordinates: Some((35.37 as f64, -90.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(409),estimated_population: Some(748),total_wages: Some(8615855),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_615_855` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8604:255 [INFO] [stderr] | [INFO] [stderr] 8604 | ("95487", Record {zip_code: "95487",zip_code_type: Type::PoBox,city: "VINEBURG",state: "CA",coordinates: Some((38.25 as f64, -122.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(276),estimated_population: Some(470),total_wages: Some(8891097),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_891_097` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8605:263 [INFO] [stderr] | [INFO] [stderr] 8605 | ("97457", Record {zip_code: "97457",zip_code_type: Type::Standard,city: "MYRTLE CREEK",state: "OR",coordinates: Some((43.05 as f64, -123.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(3951),estimated_population: Some(7128),total_wages: Some(100415178),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `100_415_178` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8606:266 [INFO] [stderr] | [INFO] [stderr] 8606 | ("29544", Record {zip_code: "29544",zip_code_type: Type::Standard,city: "GALIVANTS FERRY",state: "SC",coordinates: Some((34.05 as f64, -79.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(1983),estimated_population: Some(3649),total_wages: Some(55278466),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `55_278_466` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8607:260 [INFO] [stderr] | [INFO] [stderr] 8607 | ("85716", Record {zip_code: "85716",zip_code_type: Type::Standard,city: "TUCSON",state: "AZ",coordinates: Some((32.24 as f64, -110.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(14127),estimated_population: Some(21232),total_wages: Some(414466434),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `414_466_434` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8609:259 [INFO] [stderr] | [INFO] [stderr] 8609 | ("41098", Record {zip_code: "41098",zip_code_type: Type::Standard,city: "WORTHVILLE",state: "KY",coordinates: Some((38.6 as f64, -85.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(744),estimated_population: Some(1365),total_wages: Some(21184328),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_184_328` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8611:258 [INFO] [stderr] | [INFO] [stderr] 8611 | ("98407", Record {zip_code: "98407",zip_code_type: Type::Standard,city: "TACOMA",state: "WA",coordinates: Some((47.29 as f64, -122.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(9838),estimated_population: Some(16446),total_wages: Some(467605629),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `467_605_629` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8612:259 [INFO] [stderr] | [INFO] [stderr] 8612 | ("18914", Record {zip_code: "18914",zip_code_type: Type::Standard,city: "CHALFONT",state: "PA",coordinates: Some((40.28 as f64, -75.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(9700),estimated_population: Some(18039),total_wages: Some(615504076),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `615_504_076` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8614:258 [INFO] [stderr] | [INFO] [stderr] 8614 | ("27608", Record {zip_code: "27608",zip_code_type: Type::Standard,city: "RALEIGH",state: "NC",coordinates: Some((35.82 as f64, -78.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(5435),estimated_population: Some(8837),total_wages: Some(393702347),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `393_702_347` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8616:262 [INFO] [stderr] | [INFO] [stderr] 8616 | ("55401", Record {zip_code: "55401",zip_code_type: Type::Standard,city: "MINNEAPOLIS",state: "MN",coordinates: Some((44.96 as f64, -93.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(4373),estimated_population: Some(5440),total_wages: Some(335439864),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `335_439_864` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8618:255 [INFO] [stderr] | [INFO] [stderr] 8618 | ("65681", Record {zip_code: "65681",zip_code_type: Type::Standard,city: "LAMPE",state: "MO",coordinates: Some((36.56 as f64, -93.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(992),estimated_population: Some(1764),total_wages: Some(22055665),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_055_665` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8619:255 [INFO] [stderr] | [INFO] [stderr] 8619 | ("75554", Record {zip_code: "75554",zip_code_type: Type::Standard,city: "AVERY",state: "TX",coordinates: Some((33.55 as f64, -94.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(732),estimated_population: Some(1352),total_wages: Some(21659851),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_659_851` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8620:255 [INFO] [stderr] | [INFO] [stderr] 8620 | ("04221", Record {zip_code: "04221",zip_code_type: Type::Standard,city: "CANTON",state: "ME",coordinates: Some((44.44 as f64, -70.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(397),estimated_population: Some(686),total_wages: Some(11465440),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_465_440` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8621:266 [INFO] [stderr] | [INFO] [stderr] 8621 | ("08089", Record {zip_code: "08089",zip_code_type: Type::Standard,city: "WATERFORD WORKS",state: "NJ",coordinates: Some((39.71 as f64, -74.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(2049),estimated_population: Some(3545),total_wages: Some(84149497),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `84_149_497` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8622:259 [INFO] [stderr] | [INFO] [stderr] 8622 | ("60917", Record {zip_code: "60917",zip_code_type: Type::Standard,city: "BUCKINGHAM",state: "IL",coordinates: Some((41.04 as f64, -88.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(274),estimated_population: Some(491),total_wages: Some(8998604),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_998_604` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8623:254 [INFO] [stderr] | [INFO] [stderr] 8623 | ("35956", Record {zip_code: "35956",zip_code_type: Type::Standard,city: "BOAZ",state: "AL",coordinates: Some((34.2 as f64, -86.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(3390),estimated_population: Some(6666),total_wages: Some(102079493),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `102_079_493` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8624:260 [INFO] [stderr] | [INFO] [stderr] 8624 | ("73639", Record {zip_code: "73639",zip_code_type: Type::Standard,city: "CUSTER CITY",state: "OK",coordinates: Some((35.66 as f64, -98.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(293),estimated_population: Some(533),total_wages: Some(7993289),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_993_289` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8625:259 [INFO] [stderr] | [INFO] [stderr] 8625 | ("42071", Record {zip_code: "42071",zip_code_type: Type::Standard,city: "MURRAY",state: "KY",coordinates: Some((36.61 as f64, -88.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(11365),estimated_population: Some(19797),total_wages: Some(313341731),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `313_341_731` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8626:258 [INFO] [stderr] | [INFO] [stderr] 8626 | ("61550", Record {zip_code: "61550",zip_code_type: Type::Standard,city: "MORTON",state: "IL",coordinates: Some((40.61 as f64, -89.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(8765),estimated_population: Some(15680),total_wages: Some(439743630),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `439_743_630` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8627:268 [INFO] [stderr] | [INFO] [stderr] 8627 | ("84103", Record {zip_code: "84103",zip_code_type: Type::Standard,city: "SALT LAKE CITY",state: "UT",coordinates: Some((40.79 as f64, -111.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(10539),estimated_population: Some(16096),total_wages: Some(574254467),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `574_254_467` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8628:258 [INFO] [stderr] | [INFO] [stderr] 8628 | ("95713", Record {zip_code: "95713",zip_code_type: Type::Standard,city: "COLFAX",state: "CA",coordinates: Some((39.09 as f64, -120.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(3364),estimated_population: Some(6066),total_wages: Some(130507090),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `130_507_090` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8629:254 [INFO] [stderr] | [INFO] [stderr] 8629 | ("23184", Record {zip_code: "23184",zip_code_type: Type::PoBox,city: "WICOMICO",state: "VA",coordinates: Some((37.29 as f64, -76.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(399),estimated_population: Some(646),total_wages: Some(10985788),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_985_788` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8630:261 [INFO] [stderr] | [INFO] [stderr] 8630 | ("49720", Record {zip_code: "49720",zip_code_type: Type::Standard,city: "CHARLEVOIX",state: "MI",coordinates: Some((45.31 as f64, -85.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(4867),estimated_population: Some(8298),total_wages: Some(142545019),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `142_545_019` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8632:256 [INFO] [stderr] | [INFO] [stderr] 8632 | ("04488", Record {zip_code: "04488",zip_code_type: Type::Standard,city: "STETSON",state: "ME",coordinates: Some((44.89 as f64, -69.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(519),estimated_population: Some(944),total_wages: Some(16712172),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_712_172` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8634:255 [INFO] [stderr] | [INFO] [stderr] 8634 | ("05867", Record {zip_code: "05867",zip_code_type: Type::Standard,city: "SUTTON",state: "VT",coordinates: Some((44.66 as f64, -72.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(304),estimated_population: Some(547),total_wages: Some(7760262),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_760_262` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8635:258 [INFO] [stderr] | [INFO] [stderr] 8635 | ("57751", Record {zip_code: "57751",zip_code_type: Type::Standard,city: "KEYSTONE",state: "SD",coordinates: Some((43.89 as f64, -103.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(429),estimated_population: Some(699),total_wages: Some(11070292),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_070_292` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8636:259 [INFO] [stderr] | [INFO] [stderr] 8636 | ("18435", Record {zip_code: "18435",zip_code_type: Type::Standard,city: "LACKAWAXEN",state: "PA",coordinates: Some((41.48 as f64, -74.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(485),estimated_population: Some(839),total_wages: Some(15900672),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_900_672` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8638:259 [INFO] [stderr] | [INFO] [stderr] 8638 | ("67430", Record {zip_code: "67430",zip_code_type: Type::Standard,city: "CAWKER CITY",state: "KS",coordinates: Some((39.5 as f64, -98.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(348),estimated_population: Some(587),total_wages: Some(7166001),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_166_001` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8639:264 [INFO] [stderr] | [INFO] [stderr] 8639 | ("95826", Record {zip_code: "95826",zip_code_type: Type::Standard,city: "SACRAMENTO",state: "CA",coordinates: Some((38.54 as f64, -121.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(16604),estimated_population: Some(26728),total_wages: Some(591278645),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `591_278_645` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8643:258 [INFO] [stderr] | [INFO] [stderr] 8643 | ("24013", Record {zip_code: "24013",zip_code_type: Type::Standard,city: "ROANOKE",state: "VA",coordinates: Some((37.27 as f64, -79.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(3300),estimated_population: Some(5397),total_wages: Some(70917910),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `70_917_910` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8644:258 [INFO] [stderr] | [INFO] [stderr] 8644 | ("53118", Record {zip_code: "53118",zip_code_type: Type::Standard,city: "DOUSMAN",state: "WI",coordinates: Some((43.01 as f64, -88.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(3592),estimated_population: Some(6516),total_wages: Some(185441591),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `185_441_591` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8646:256 [INFO] [stderr] | [INFO] [stderr] 8646 | ("67420", Record {zip_code: "67420",zip_code_type: Type::Standard,city: "BELOIT",state: "KS",coordinates: Some((39.46 as f64, -98.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(2277),estimated_population: Some(3984),total_wages: Some(63215926),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `63_215_926` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8647:255 [INFO] [stderr] | [INFO] [stderr] 8647 | ("82832", Record {zip_code: "82832",zip_code_type: Type::Standard,city: "BANNER",state: "WY",coordinates: Some((44.63 as f64, -106.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(261),estimated_population: Some(459),total_wages: Some(8557961),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_557_961` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8649:258 [INFO] [stderr] | [INFO] [stderr] 8649 | ("07933", Record {zip_code: "07933",zip_code_type: Type::Standard,city: "GILLETTE",state: "NJ",coordinates: Some((40.7 as f64, -74.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(1631),estimated_population: Some(2952),total_wages: Some(124364041),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `124_364_041` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8650:255 [INFO] [stderr] | [INFO] [stderr] 8650 | ("13123", Record {zip_code: "13123",zip_code_type: Type::PoBox,city: "NORTH BAY",state: "NY",coordinates: Some((43.22 as f64, -75.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(258),estimated_population: Some(451),total_wages: Some(5933714),}), [INFO] [stderr] | ^^^^^^^ help: consider: `5_933_714` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8651:260 [INFO] [stderr] | [INFO] [stderr] 8651 | ("65233", Record {zip_code: "65233",zip_code_type: Type::Standard,city: "BOONVILLE",state: "MO",coordinates: Some((38.96 as f64, -92.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(4964),estimated_population: Some(8691),total_wages: Some(145014257),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `145_014_257` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8656:263 [INFO] [stderr] | [INFO] [stderr] 8656 | ("06060", Record {zip_code: "06060",zip_code_type: Type::Standard,city: "NORTH GRANBY",state: "CT",coordinates: Some((42.01 as f64, -72.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(1160),estimated_population: Some(2317),total_wages: Some(97373325),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `97_373_325` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8657:262 [INFO] [stderr] | [INFO] [stderr] 8657 | ("21702", Record {zip_code: "21702",zip_code_type: Type::Standard,city: "FREDERICK",state: "MD",coordinates: Some((39.42 as f64, -77.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(18498),estimated_population: Some(32205),total_wages: Some(911417378),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `911_417_378` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8658:265 [INFO] [stderr] | [INFO] [stderr] 8658 | ("19114", Record {zip_code: "19114",zip_code_type: Type::Standard,city: "PHILADELPHIA",state: "PA",coordinates: Some((39.95 as f64, -75.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(15450),estimated_population: Some(25060),total_wages: Some(563719707),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `563_719_707` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8660:257 [INFO] [stderr] | [INFO] [stderr] 8660 | ("26055", Record {zip_code: "26055",zip_code_type: Type::Standard,city: "PROCTOR",state: "WV",coordinates: Some((39.72 as f64, -80.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(795),estimated_population: Some(1507),total_wages: Some(26440112),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_440_112` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8661:257 [INFO] [stderr] | [INFO] [stderr] 8661 | ("06035", Record {zip_code: "06035",zip_code_type: Type::Standard,city: "GRANBY",state: "CT",coordinates: Some((41.95 as f64, -72.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(3787),estimated_population: Some(6864),total_wages: Some(231660397),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `231_660_397` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8662:261 [INFO] [stderr] | [INFO] [stderr] 8662 | ("37912", Record {zip_code: "37912",zip_code_type: Type::Standard,city: "KNOXVILLE",state: "TN",coordinates: Some((35.97 as f64, -83.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(9663),estimated_population: Some(15594),total_wages: Some(256352002),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `256_352_002` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8666:262 [INFO] [stderr] | [INFO] [stderr] 8666 | ("38256", Record {zip_code: "38256",zip_code_type: Type::Standard,city: "SPRINGVILLE",state: "TN",coordinates: Some((36.25 as f64, -88.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(1425),estimated_population: Some(2535),total_wages: Some(31635880),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `31_635_880` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8667:257 [INFO] [stderr] | [INFO] [stderr] 8667 | ("44849", Record {zip_code: "44849",zip_code_type: Type::Standard,city: "NEVADA",state: "OH",coordinates: Some((40.81 as f64, -83.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(1086),estimated_population: Some(1897),total_wages: Some(31130094),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `31_130_094` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8668:255 [INFO] [stderr] | [INFO] [stderr] 8668 | ("77210", Record {zip_code: "77210",zip_code_type: Type::PoBox,city: "HOUSTON",state: "TX",coordinates: Some((29.76 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(2716),estimated_population: Some(5564),total_wages: Some(956356685),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `956_356_685` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8669:260 [INFO] [stderr] | [INFO] [stderr] 8669 | ("34453", Record {zip_code: "34453",zip_code_type: Type::Standard,city: "INVERNESS",state: "FL",coordinates: Some((28.83 as f64, -82.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(4162),estimated_population: Some(7259),total_wages: Some(91225526),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `91_225_526` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8671:264 [INFO] [stderr] | [INFO] [stderr] 8671 | ("64119", Record {zip_code: "64119",zip_code_type: Type::Standard,city: "KANSAS CITY",state: "MO",coordinates: Some((39.09 as f64, -94.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(14280),estimated_population: Some(24389),total_wages: Some(571345521),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `571_345_521` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8672:260 [INFO] [stderr] | [INFO] [stderr] 8672 | ("18822", Record {zip_code: "18822",zip_code_type: Type::Standard,city: "HALLSTEAD",state: "PA",coordinates: Some((41.96 as f64, -75.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(1735),estimated_population: Some(3006),total_wages: Some(46155357),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_155_357` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8673:256 [INFO] [stderr] | [INFO] [stderr] 8673 | ("31537", Record {zip_code: "31537",zip_code_type: Type::Standard,city: "FOLKSTON",state: "GA",coordinates: Some((30.83 as f64, -82 as f64)),is_decommissioned: false,tax_returns_filed: Some(3150),estimated_population: Some(5931),total_wages: Some(89614456),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `89_614_456` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8674:261 [INFO] [stderr] | [INFO] [stderr] 8674 | ("53149", Record {zip_code: "53149",zip_code_type: Type::Standard,city: "MUKWONAGO",state: "WI",coordinates: Some((42.86 as f64, -88.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(9295),estimated_population: Some(17162),total_wages: Some(484229006),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `484_229_006` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8675:257 [INFO] [stderr] | [INFO] [stderr] 8675 | ("36518", Record {zip_code: "36518",zip_code_type: Type::Standard,city: "CHATOM",state: "AL",coordinates: Some((31.46 as f64, -88.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(1159),estimated_population: Some(2203),total_wages: Some(45612393),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `45_612_393` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8676:258 [INFO] [stderr] | [INFO] [stderr] 8676 | ("96148", Record {zip_code: "96148",zip_code_type: Type::PoBox,city: "TAHOE VISTA",state: "CA",coordinates: Some((39.24 as f64, -120.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(387),estimated_population: Some(632),total_wages: Some(10908505),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_908_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8680:258 [INFO] [stderr] | [INFO] [stderr] 8680 | ("37185", Record {zip_code: "37185",zip_code_type: Type::Standard,city: "WAVERLY",state: "TN",coordinates: Some((36.09 as f64, -87.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(3689),estimated_population: Some(6660),total_wages: Some(107036065),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `107_036_065` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8683:262 [INFO] [stderr] | [INFO] [stderr] 8683 | ("30238", Record {zip_code: "30238",zip_code_type: Type::Standard,city: "JONESBORO",state: "GA",coordinates: Some((33.52 as f64, -84.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(15534),estimated_population: Some(27283),total_wages: Some(457131344),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `457_131_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8684:255 [INFO] [stderr] | [INFO] [stderr] 8684 | ("04098", Record {zip_code: "04098",zip_code_type: Type::PoBox,city: "WESTBROOK",state: "ME",coordinates: Some((43.69 as f64, -70.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(366),estimated_population: Some(537),total_wages: Some(9909716),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_909_716` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8685:261 [INFO] [stderr] | [INFO] [stderr] 8685 | ("97868", Record {zip_code: "97868",zip_code_type: Type::Standard,city: "PILOT ROCK",state: "OR",coordinates: Some((45.39 as f64, -118.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(874),estimated_population: Some(1627),total_wages: Some(27351787),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `27_351_787` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8686:255 [INFO] [stderr] | [INFO] [stderr] 8686 | ("68301", Record {zip_code: "68301",zip_code_type: Type::Standard,city: "ADAMS",state: "NE",coordinates: Some((40.45 as f64, -96.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(654),estimated_population: Some(1242),total_wages: Some(23120606),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_120_606` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8687:257 [INFO] [stderr] | [INFO] [stderr] 8687 | ("44306", Record {zip_code: "44306",zip_code_type: Type::Standard,city: "AKRON",state: "OH",coordinates: Some((41.08 as f64, -81.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(9120),estimated_population: Some(14933),total_wages: Some(196415325),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `196_415_325` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8689:255 [INFO] [stderr] | [INFO] [stderr] 8689 | ("29922", Record {zip_code: "29922",zip_code_type: Type::Standard,city: "GARNETT",state: "SC",coordinates: Some((32.6 as f64, -81.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(410),estimated_population: Some(713),total_wages: Some(8803456),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_803_456` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8691:260 [INFO] [stderr] | [INFO] [stderr] 8691 | ("02835", Record {zip_code: "02835",zip_code_type: Type::Standard,city: "JAMESTOWN",state: "RI",coordinates: Some((41.48 as f64, -71.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(3002),estimated_population: Some(5079),total_wages: Some(165880966),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `165_880_966` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8692:257 [INFO] [stderr] | [INFO] [stderr] 8692 | ("04456", Record {zip_code: "04456",zip_code_type: Type::Standard,city: "LEVANT",state: "ME",coordinates: Some((44.86 as f64, -68.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(1279),estimated_population: Some(2357),total_wages: Some(44900597),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `44_900_597` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8693:257 [INFO] [stderr] | [INFO] [stderr] 8693 | ("14858", Record {zip_code: "14858",zip_code_type: Type::Standard,city: "LINDLEY",state: "NY",coordinates: Some((42.02 as f64, -77.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(706),estimated_population: Some(1319),total_wages: Some(23330580),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_330_580` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8695:258 [INFO] [stderr] | [INFO] [stderr] 8695 | ("14031", Record {zip_code: "14031",zip_code_type: Type::Standard,city: "CLARENCE",state: "NY",coordinates: Some((42.98 as f64, -78.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(4792),estimated_population: Some(8352),total_wages: Some(250579550),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `250_579_550` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8697:257 [INFO] [stderr] | [INFO] [stderr] 8697 | ("56549", Record {zip_code: "56549",zip_code_type: Type::Standard,city: "HAWLEY",state: "MN",coordinates: Some((46.87 as f64, -96.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(2093),estimated_population: Some(3869),total_wages: Some(81197484),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `81_197_484` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8698:256 [INFO] [stderr] | [INFO] [stderr] 8698 | ("67352", Record {zip_code: "67352",zip_code_type: Type::Standard,city: "LONGTON",state: "KS",coordinates: Some((37.37 as f64, -96.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(261),estimated_population: Some(481),total_wages: Some(5741025),}), [INFO] [stderr] | ^^^^^^^ help: consider: `5_741_025` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8700:262 [INFO] [stderr] | [INFO] [stderr] 8700 | ("93550", Record {zip_code: "93550",zip_code_type: Type::Standard,city: "PALMDALE",state: "CA",coordinates: Some((34.52 as f64, -118.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(24894),estimated_population: Some(48104),total_wages: Some(753382569),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `753_382_569` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8703:256 [INFO] [stderr] | [INFO] [stderr] 8703 | ("64653", Record {zip_code: "64653",zip_code_type: Type::Standard,city: "LINNEUS",state: "MO",coordinates: Some((39.87 as f64, -93.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(322),estimated_population: Some(584),total_wages: Some(7231612),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_231_612` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8705:262 [INFO] [stderr] | [INFO] [stderr] 8705 | ("32503", Record {zip_code: "32503",zip_code_type: Type::Standard,city: "PENSACOLA",state: "FL",coordinates: Some((30.44 as f64, -87.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(14501),estimated_population: Some(23321),total_wages: Some(471846283),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `471_846_283` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8707:259 [INFO] [stderr] | [INFO] [stderr] 8707 | ("92685", Record {zip_code: "92685",zip_code_type: Type::PoBox,city: "WESTMINSTER",state: "CA",coordinates: Some((33.75 as f64, -117.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(801),estimated_population: Some(1209),total_wages: Some(24821027),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_821_027` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8708:253 [INFO] [stderr] | [INFO] [stderr] 8708 | ("29377", Record {zip_code: "29377",zip_code_type: Type::PoBox,city: "STARTEX",state: "SC",coordinates: Some((34.93 as f64, -82.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(362),estimated_population: Some(649),total_wages: Some(9247729),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_247_729` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8709:253 [INFO] [stderr] | [INFO] [stderr] 8709 | ("92226", Record {zip_code: "92226",zip_code_type: Type::PoBox,city: "BLYTHE",state: "CA",coordinates: Some((33.6 as f64, -114.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(965),estimated_population: Some(1695),total_wages: Some(33547128),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `33_547_128` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8711:255 [INFO] [stderr] | [INFO] [stderr] 8711 | ("61567", Record {zip_code: "61567",zip_code_type: Type::Standard,city: "TOPEKA",state: "IL",coordinates: Some((40.32 as f64, -89.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(344),estimated_population: Some(608),total_wages: Some(9487829),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_487_829` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8712:265 [INFO] [stderr] | [INFO] [stderr] 8712 | ("97018", Record {zip_code: "97018",zip_code_type: Type::Standard,city: "COLUMBIA CITY",state: "OR",coordinates: Some((45.89 as f64, -122.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(1011),estimated_population: Some(1834),total_wages: Some(41232338),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_232_338` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8715:257 [INFO] [stderr] | [INFO] [stderr] 8715 | ("75083", Record {zip_code: "75083",zip_code_type: Type::PoBox,city: "RICHARDSON",state: "TX",coordinates: Some((32.97 as f64, -96.7 as f64)),is_decommissioned: false,tax_returns_filed: Some(1059),estimated_population: Some(1713),total_wages: Some(43016394),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `43_016_394` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8716:261 [INFO] [stderr] | [INFO] [stderr] 8716 | ("29483", Record {zip_code: "29483",zip_code_type: Type::Standard,city: "SUMMERVILLE",state: "SC",coordinates: Some((33 as f64, -80.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(28413),estimated_population: Some(51619),total_wages: Some(998665611),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `998_665_611` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8718:257 [INFO] [stderr] | [INFO] [stderr] 8718 | ("12953", Record {zip_code: "12953",zip_code_type: Type::Standard,city: "MALONE",state: "NY",coordinates: Some((44.84 as f64, -74.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(5002),estimated_population: Some(8697),total_wages: Some(158536956),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `158_536_956` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8719:261 [INFO] [stderr] | [INFO] [stderr] 8719 | ("55033", Record {zip_code: "55033",zip_code_type: Type::Standard,city: "HASTINGS",state: "MN",coordinates: Some((44.73 as f64, -92.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(14238),estimated_population: Some(25103),total_wages: Some(643260938),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `643_260_938` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8720:262 [INFO] [stderr] | [INFO] [stderr] 8720 | ("40511", Record {zip_code: "40511",zip_code_type: Type::Standard,city: "LEXINGTON",state: "KY",coordinates: Some((38.04 as f64, -84.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(12902),estimated_population: Some(22292),total_wages: Some(477905843),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `477_905_843` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8724:263 [INFO] [stderr] | [INFO] [stderr] 8724 | ("60445", Record {zip_code: "60445",zip_code_type: Type::Standard,city: "MIDLOTHIAN",state: "IL",coordinates: Some((41.62 as f64, -87.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(13128),estimated_population: Some(21818),total_wages: Some(487597895),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `487_597_895` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8726:265 [INFO] [stderr] | [INFO] [stderr] 8726 | ("49546", Record {zip_code: "49546",zip_code_type: Type::Standard,city: "GRAND RAPIDS",state: "MI",coordinates: Some((42.96 as f64, -85.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(14142),estimated_population: Some(25323),total_wages: Some(772629557),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `772_629_557` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8728:260 [INFO] [stderr] | [INFO] [stderr] 8728 | ("92548", Record {zip_code: "92548",zip_code_type: Type::Standard,city: "HOMELAND",state: "CA",coordinates: Some((33.75 as f64, -117.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(2217),estimated_population: Some(4175),total_wages: Some(54832147),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_832_147` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8729:255 [INFO] [stderr] | [INFO] [stderr] 8729 | ("59412", Record {zip_code: "59412",zip_code_type: Type::Standard,city: "BELT",state: "MT",coordinates: Some((47.26 as f64, -110.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(827),estimated_population: Some(1409),total_wages: Some(19236334),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_236_334` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8732:261 [INFO] [stderr] | [INFO] [stderr] 8732 | ("28604", Record {zip_code: "28604",zip_code_type: Type::Standard,city: "BANNER ELK",state: "NC",coordinates: Some((36.16 as f64, -81.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(2670),estimated_population: Some(4593),total_wages: Some(74562079),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `74_562_079` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8734:264 [INFO] [stderr] | [INFO] [stderr] 8734 | ("23868", Record {zip_code: "23868",zip_code_type: Type::Standard,city: "LAWRENCEVILLE",state: "VA",coordinates: Some((36.75 as f64, -77.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(2172),estimated_population: Some(3859),total_wages: Some(59126425),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `59_126_425` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8735:255 [INFO] [stderr] | [INFO] [stderr] 8735 | ("51653", Record {zip_code: "51653",zip_code_type: Type::Standard,city: "TABOR",state: "IA",coordinates: Some((40.89 as f64, -95.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(586),estimated_population: Some(1082),total_wages: Some(20565304),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_565_304` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8737:260 [INFO] [stderr] | [INFO] [stderr] 8737 | ("23231", Record {zip_code: "23231",zip_code_type: Type::Standard,city: "HENRICO",state: "VA",coordinates: Some((37.55 as f64, -77.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(16492),estimated_population: Some(28091),total_wages: Some(606831085),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `606_831_085` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8739:257 [INFO] [stderr] | [INFO] [stderr] 8739 | ("68434", Record {zip_code: "68434",zip_code_type: Type::Standard,city: "SEWARD",state: "NE",coordinates: Some((40.91 as f64, -97.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(3593),estimated_population: Some(6581),total_wages: Some(137383068),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `137_383_068` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8740:255 [INFO] [stderr] | [INFO] [stderr] 8740 | ("57257", Record {zip_code: "57257",zip_code_type: Type::Standard,city: "PEEVER",state: "SD",coordinates: Some((45.54 as f64, -96.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(291),estimated_population: Some(527),total_wages: Some(6203807),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_203_807` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8742:251 [INFO] [stderr] | [INFO] [stderr] 8742 | ("33694", Record {zip_code: "33694",zip_code_type: Type::PoBox,city: "TAMPA",state: "FL",coordinates: Some((27.95 as f64, -82.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(374),estimated_population: Some(592),total_wages: Some(11910544),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_910_544` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8743:262 [INFO] [stderr] | [INFO] [stderr] 8743 | ("76001", Record {zip_code: "76001",zip_code_type: Type::Standard,city: "ARLINGTON",state: "TX",coordinates: Some((32.69 as f64, -97.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(12974),estimated_population: Some(24832),total_wages: Some(653354675),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `653_354_675` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8744:259 [INFO] [stderr] | [INFO] [stderr] 8744 | ("30522", Record {zip_code: "30522",zip_code_type: Type::Standard,city: "CHERRY LOG",state: "GA",coordinates: Some((34.78 as f64, -84.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(500),estimated_population: Some(889),total_wages: Some(12505343),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_505_343` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8745:254 [INFO] [stderr] | [INFO] [stderr] 8745 | ("97432", Record {zip_code: "97432",zip_code_type: Type::PoBox,city: "DILLARD",state: "OR",coordinates: Some((43.16 as f64, -123.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(285),estimated_population: Some(503),total_wages: Some(7039679),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_039_679` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8746:257 [INFO] [stderr] | [INFO] [stderr] 8746 | ("91980", Record {zip_code: "91980",zip_code_type: Type::Standard,city: "TECATE",state: "CA",coordinates: Some((32.59 as f64, -116.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(961),estimated_population: Some(1985),total_wages: Some(18564117),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_564_117` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8748:257 [INFO] [stderr] | [INFO] [stderr] 8748 | ("32097", Record {zip_code: "32097",zip_code_type: Type::Standard,city: "YULEE",state: "FL",coordinates: Some((30.63 as f64, -81.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(6667),estimated_population: Some(12135),total_wages: Some(260501614),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `260_501_614` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8749:260 [INFO] [stderr] | [INFO] [stderr] 8749 | ("04773", Record {zip_code: "04773",zip_code_type: Type::Standard,city: "SAINT DAVID",state: "ME",coordinates: Some((47.31 as f64, -68.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(328),estimated_population: Some(581),total_wages: Some(8533570),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_533_570` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8750:261 [INFO] [stderr] | [INFO] [stderr] 8750 | ("32322", Record {zip_code: "32322",zip_code_type: Type::Standard,city: "CARRABELLE",state: "FL",coordinates: Some((29.84 as f64, -84.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(1112),estimated_population: Some(1948),total_wages: Some(24827423),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_827_423` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8751:263 [INFO] [stderr] | [INFO] [stderr] 8751 | ("71603", Record {zip_code: "71603",zip_code_type: Type::Standard,city: "PINE BLUFF",state: "AR",coordinates: Some((34.21 as f64, -92.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(14109),estimated_population: Some(24782),total_wages: Some(428841363),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `428_841_363` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8752:258 [INFO] [stderr] | [INFO] [stderr] 8752 | ("77802", Record {zip_code: "77802",zip_code_type: Type::Standard,city: "BRYAN",state: "TX",coordinates: Some((30.66 as f64, -96.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(10177),estimated_population: Some(17103),total_wages: Some(369447654),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `369_447_654` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8753:263 [INFO] [stderr] | [INFO] [stderr] 8753 | ("87031", Record {zip_code: "87031",zip_code_type: Type::Standard,city: "LOS LUNAS",state: "NM",coordinates: Some((34.81 as f64, -106.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(16182),estimated_population: Some(29693),total_wages: Some(509858758),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `509_858_758` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8754:259 [INFO] [stderr] | [INFO] [stderr] 8754 | ("21550", Record {zip_code: "21550",zip_code_type: Type::Standard,city: "OAKLAND",state: "MD",coordinates: Some((39.41 as f64, -79.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(6233),estimated_population: Some(11196),total_wages: Some(185755353),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `185_755_353` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8756:255 [INFO] [stderr] | [INFO] [stderr] 8756 | ("24479", Record {zip_code: "24479",zip_code_type: Type::Standard,city: "SWOOPE",state: "VA",coordinates: Some((38.14 as f64, -79.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(753),estimated_population: Some(1344),total_wages: Some(23069496),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_069_496` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8757:258 [INFO] [stderr] | [INFO] [stderr] 8757 | ("23836", Record {zip_code: "23836",zip_code_type: Type::Standard,city: "CHESTER",state: "VA",coordinates: Some((37.35 as f64, -77.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(5140),estimated_population: Some(9709),total_wages: Some(279155748),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `279_155_748` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8758:261 [INFO] [stderr] | [INFO] [stderr] 8758 | ("74039", Record {zip_code: "74039",zip_code_type: Type::Standard,city: "KELLYVILLE",state: "OK",coordinates: Some((35.94 as f64, -96.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(1614),estimated_population: Some(3134),total_wages: Some(55698403),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `55_698_403` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8761:262 [INFO] [stderr] | [INFO] [stderr] 8761 | ("48105", Record {zip_code: "48105",zip_code_type: Type::Standard,city: "ANN ARBOR",state: "MI",coordinates: Some((42.27 as f64, -83.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(15149),estimated_population: Some(25072),total_wages: Some(901733416),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `901_733_416` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8762:262 [INFO] [stderr] | [INFO] [stderr] 8762 | ("53182", Record {zip_code: "53182",zip_code_type: Type::Standard,city: "UNION GROVE",state: "WI",coordinates: Some((42.68 as f64, -88.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(4283),estimated_population: Some(7498),total_wages: Some(180794391),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `180_794_391` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8763:258 [INFO] [stderr] | [INFO] [stderr] 8763 | ("86444", Record {zip_code: "86444",zip_code_type: Type::Standard,city: "MEADVIEW",state: "AZ",coordinates: Some((35.98 as f64, -114.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(436),estimated_population: Some(726),total_wages: Some(4815070),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_815_070` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8765:259 [INFO] [stderr] | [INFO] [stderr] 8765 | ("14885", Record {zip_code: "14885",zip_code_type: Type::Standard,city: "TROUPSBURG",state: "NY",coordinates: Some((42.04 as f64, -77.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(329),estimated_population: Some(641),total_wages: Some(7975615),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_975_615` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8766:261 [INFO] [stderr] | [INFO] [stderr] 8766 | ("23192", Record {zip_code: "23192",zip_code_type: Type::Standard,city: "MONTPELIER",state: "VA",coordinates: Some((37.81 as f64, -77.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(3124),estimated_population: Some(5891),total_wages: Some(172618559),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `172_618_559` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8767:259 [INFO] [stderr] | [INFO] [stderr] 8767 | ("89040", Record {zip_code: "89040",zip_code_type: Type::Standard,city: "OVERTON",state: "NV",coordinates: Some((36.39 as f64, -114.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(1391),estimated_population: Some(2610),total_wages: Some(50170611),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `50_170_611` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8768:261 [INFO] [stderr] | [INFO] [stderr] 8768 | ("19342", Record {zip_code: "19342",zip_code_type: Type::Standard,city: "GLEN MILLS",state: "PA",coordinates: Some((39.89 as f64, -75.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(8429),estimated_population: Some(14826),total_wages: Some(544549459),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `544_549_459` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8769:260 [INFO] [stderr] | [INFO] [stderr] 8769 | ("13205", Record {zip_code: "13205",zip_code_type: Type::Standard,city: "SYRACUSE",state: "NY",coordinates: Some((43.04 as f64, -76.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(7500),estimated_population: Some(12129),total_wages: Some(179604626),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `179_604_626` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8771:263 [INFO] [stderr] | [INFO] [stderr] 8771 | ("27406", Record {zip_code: "27406",zip_code_type: Type::Standard,city: "GREENSBORO",state: "NC",coordinates: Some((36.07 as f64, -79.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(23665),estimated_population: Some(40803),total_wages: Some(707613884),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `707_613_884` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8772:257 [INFO] [stderr] | [INFO] [stderr] 8772 | ("49101", Record {zip_code: "49101",zip_code_type: Type::Standard,city: "BARODA",state: "MI",coordinates: Some((41.95 as f64, -86.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(1526),estimated_population: Some(2738),total_wages: Some(52416857),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_416_857` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8775:249 [INFO] [stderr] | [INFO] [stderr] 8775 | ("38187", Record {zip_code: "38187",zip_code_type: Type::PoBox,city: "MEMPHIS",state: "TN",coordinates: Some((35.1 as f64, -90 as f64)),is_decommissioned: false,tax_returns_filed: Some(298),estimated_population: Some(443),total_wages: Some(13660374),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_660_374` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8776:262 [INFO] [stderr] | [INFO] [stderr] 8776 | ("97141", Record {zip_code: "97141",zip_code_type: Type::Standard,city: "TILLAMOOK",state: "OR",coordinates: Some((45.46 as f64, -123.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(5630),estimated_population: Some(10032),total_wages: Some(157265852),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `157_265_852` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8777:253 [INFO] [stderr] | [INFO] [stderr] 8777 | ("55708", Record {zip_code: "55708",zip_code_type: Type::PoBox,city: "BIWABIK",state: "MN",coordinates: Some((47.53 as f64, -92.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(467),estimated_population: Some(755),total_wages: Some(12011416),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_011_416` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8778:255 [INFO] [stderr] | [INFO] [stderr] 8778 | ("60549", Record {zip_code: "60549",zip_code_type: Type::Standard,city: "SERENA",state: "IL",coordinates: Some((41.49 as f64, -88.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(353),estimated_population: Some(656),total_wages: Some(15221551),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_221_551` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8779:267 [INFO] [stderr] | [INFO] [stderr] 8779 | ("95605", Record {zip_code: "95605",zip_code_type: Type::Standard,city: "WEST SACRAMENTO",state: "CA",coordinates: Some((38.59 as f64, -121.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(5155),estimated_population: Some(9280),total_wages: Some(153053927),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `153_053_927` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8780:265 [INFO] [stderr] | [INFO] [stderr] 8780 | ("08844", Record {zip_code: "08844",zip_code_type: Type::Standard,city: "HILLSBOROUGH",state: "NJ",coordinates: Some((40.47 as f64, -74.62 as f64)),is_decommissioned: false,tax_returns_filed: Some(18663),estimated_population: Some(34693),total_wages: Some(1442247439),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_442_247_439` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8784:262 [INFO] [stderr] | [INFO] [stderr] 8784 | ("28379", Record {zip_code: "28379",zip_code_type: Type::Standard,city: "ROCKINGHAM",state: "NC",coordinates: Some((34.93 as f64, -79.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(9671),estimated_population: Some(17809),total_wages: Some(267305077),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `267_305_077` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8785:264 [INFO] [stderr] | [INFO] [stderr] 8785 | ("68313", Record {zip_code: "68313",zip_code_type: Type::Standard,city: "BEAVER CROSSING",state: "NE",coordinates: Some((40.77 as f64, -97.28 as f64)),is_decommissioned: false,tax_returns_filed: Some(422),estimated_population: Some(776),total_wages: Some(12633544),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_633_544` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8786:257 [INFO] [stderr] | [INFO] [stderr] 8786 | ("10931", Record {zip_code: "10931",zip_code_type: Type::Standard,city: "HILLBURN",state: "NY",coordinates: Some((41.12 as f64, -74.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(477),estimated_population: Some(780),total_wages: Some(19599559),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_599_559` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8788:264 [INFO] [stderr] | [INFO] [stderr] 8788 | ("72512", Record {zip_code: "72512",zip_code_type: Type::Standard,city: "HORSESHOE BEND",state: "AR",coordinates: Some((36.22 as f64, -91.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(857),estimated_population: Some(1488),total_wages: Some(11618358),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_618_358` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8789:254 [INFO] [stderr] | [INFO] [stderr] 8789 | ("04243", Record {zip_code: "04243",zip_code_type: Type::PoBox,city: "LEWISTON",state: "ME",coordinates: Some((44.08 as f64, -70.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(463),estimated_population: Some(724),total_wages: Some(10758825),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_758_825` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8790:255 [INFO] [stderr] | [INFO] [stderr] 8790 | ("78886", Record {zip_code: "78886",zip_code_type: Type::Standard,city: "YANCEY",state: "TX",coordinates: Some((29.15 as f64, -99.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(250),estimated_population: Some(455),total_wages: Some(7401668),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_401_668` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8791:258 [INFO] [stderr] | [INFO] [stderr] 8791 | ("85356", Record {zip_code: "85356",zip_code_type: Type::Standard,city: "WELLTON",state: "AZ",coordinates: Some((32.7 as f64, -114.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(1291),estimated_population: Some(2480),total_wages: Some(35736910),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_736_910` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8793:260 [INFO] [stderr] | [INFO] [stderr] 8793 | ("91976", Record {zip_code: "91976",zip_code_type: Type::PoBox,city: "SPRING VALLEY",state: "CA",coordinates: Some((32.74 as f64, -116.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(263),estimated_population: Some(418),total_wages: Some(7800649),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_800_649` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8794:259 [INFO] [stderr] | [INFO] [stderr] 8794 | ("56738", Record {zip_code: "56738",zip_code_type: Type::Standard,city: "NEWFOLDEN",state: "MN",coordinates: Some((48.35 as f64, -96.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(608),estimated_population: Some(1143),total_wages: Some(21303192),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_303_192` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8795:259 [INFO] [stderr] | [INFO] [stderr] 8795 | ("24066", Record {zip_code: "24066",zip_code_type: Type::Standard,city: "BUCHANAN",state: "VA",coordinates: Some((37.52 as f64, -79.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(2246),estimated_population: Some(4049),total_wages: Some(81273036),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `81_273_036` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8798:268 [INFO] [stderr] | [INFO] [stderr] 8798 | ("95621", Record {zip_code: "95621",zip_code_type: Type::Standard,city: "CITRUS HEIGHTS",state: "CA",coordinates: Some((38.69 as f64, -121.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(18910),estimated_population: Some(31963),total_wages: Some(630532102),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `630_532_102` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8799:260 [INFO] [stderr] | [INFO] [stderr] 8799 | ("62939", Record {zip_code: "62939",zip_code_type: Type::Standard,city: "GOREVILLE",state: "IL",coordinates: Some((37.55 as f64, -88.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(1322),estimated_population: Some(2459),total_wages: Some(41017960),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_017_960` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8801:254 [INFO] [stderr] | [INFO] [stderr] 8801 | ("90622", Record {zip_code: "90622",zip_code_type: Type::PoBox,city: "BUENA PARK",state: "CA",coordinates: Some((33.84 as f64, -118 as f64)),is_decommissioned: false,tax_returns_filed: Some(358),estimated_population: Some(587),total_wages: Some(11084370),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_084_370` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8803:252 [INFO] [stderr] | [INFO] [stderr] 8803 | ("49204", Record {zip_code: "49204",zip_code_type: Type::PoBox,city: "JACKSON",state: "MI",coordinates: Some((42.24 as f64, -84.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(579),estimated_population: Some(901),total_wages: Some(16696428),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_696_428` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8805:263 [INFO] [stderr] | [INFO] [stderr] 8805 | ("62366", Record {zip_code: "62366",zip_code_type: Type::Standard,city: "PLEASANT HILL",state: "IL",coordinates: Some((39.44 as f64, -90.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(628),estimated_population: Some(1163),total_wages: Some(16714113),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_714_113` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8807:261 [INFO] [stderr] | [INFO] [stderr] 8807 | ("26181", Record {zip_code: "26181",zip_code_type: Type::Standard,city: "WASHINGTON",state: "WV",coordinates: Some((39.24 as f64, -81.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(2901),estimated_population: Some(5489),total_wages: Some(105137192),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `105_137_192` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8808:257 [INFO] [stderr] | [INFO] [stderr] 8808 | ("72080", Record {zip_code: "72080",zip_code_type: Type::Standard,city: "JERUSALEM",state: "AR",coordinates: Some((35.39 as f64, -92.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(260),estimated_population: Some(486),total_wages: Some(6067508),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_067_508` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8809:263 [INFO] [stderr] | [INFO] [stderr] 8809 | ("89145", Record {zip_code: "89145",zip_code_type: Type::Standard,city: "LAS VEGAS",state: "NV",coordinates: Some((36.16 as f64, -115.28 as f64)),is_decommissioned: false,tax_returns_filed: Some(11613),estimated_population: Some(18928),total_wages: Some(525464358),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `525_464_358` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8812:257 [INFO] [stderr] | [INFO] [stderr] 8812 | ("33771", Record {zip_code: "33771",zip_code_type: Type::Standard,city: "LARGO",state: "FL",coordinates: Some((27.9 as f64, -82.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(13399),estimated_population: Some(20497),total_wages: Some(322775980),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `322_775_980` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8813:261 [INFO] [stderr] | [INFO] [stderr] 8813 | ("61818", Record {zip_code: "61818",zip_code_type: Type::Standard,city: "CERRO GORDO",state: "IL",coordinates: Some((39.89 as f64, -88.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(799),estimated_population: Some(1478),total_wages: Some(28336238),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_336_238` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8814:265 [INFO] [stderr] | [INFO] [stderr] 8814 | ("28681", Record {zip_code: "28681",zip_code_type: Type::Standard,city: "TAYLORSVILLE",state: "NC",coordinates: Some((35.92 as f64, -81.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(10570),estimated_population: Some(19347),total_wages: Some(330514634),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `330_514_634` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8818:259 [INFO] [stderr] | [INFO] [stderr] 8818 | ("30605", Record {zip_code: "30605",zip_code_type: Type::Standard,city: "ATHENS",state: "GA",coordinates: Some((33.95 as f64, -83.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(13817),estimated_population: Some(21744),total_wages: Some(405319339),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `405_319_339` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8823:259 [INFO] [stderr] | [INFO] [stderr] 8823 | ("62356", Record {zip_code: "62356",zip_code_type: Type::Standard,city: "NEW CANTON",state: "IL",coordinates: Some((39.63 as f64, -91.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(270),estimated_population: Some(478),total_wages: Some(7369943),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_369_943` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8825:257 [INFO] [stderr] | [INFO] [stderr] 8825 | ("75058", Record {zip_code: "75058",zip_code_type: Type::Standard,city: "GUNTER",state: "TX",coordinates: Some((33.45 as f64, -96.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(1196),estimated_population: Some(2365),total_wages: Some(57623080),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_623_080` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8826:260 [INFO] [stderr] | [INFO] [stderr] 8826 | ("03106", Record {zip_code: "03106",zip_code_type: Type::Standard,city: "HOOKSETT",state: "NH",coordinates: Some((43.09 as f64, -71.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(6686),estimated_population: Some(11789),total_wages: Some(339932413),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `339_932_413` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8828:257 [INFO] [stderr] | [INFO] [stderr] 8828 | ("24555", Record {zip_code: "24555",zip_code_type: Type::Standard,city: "GLASGOW",state: "VA",coordinates: Some((37.63 as f64, -79.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(983),estimated_population: Some(1729),total_wages: Some(26444847),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_444_847` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8829:253 [INFO] [stderr] | [INFO] [stderr] 8829 | ("51544", Record {zip_code: "51544",zip_code_type: Type::Standard,city: "LEWIS",state: "IA",coordinates: Some((41.3 as f64, -95.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(328),estimated_population: Some(594),total_wages: Some(9167144),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_167_144` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8830:266 [INFO] [stderr] | [INFO] [stderr] 8830 | ("94546", Record {zip_code: "94546",zip_code_type: Type::Standard,city: "CASTRO VALLEY",state: "CA",coordinates: Some((37.7 as f64, -122.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(20616),estimated_population: Some(35351),total_wages: Some(987939047),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `987_939_047` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8832:264 [INFO] [stderr] | [INFO] [stderr] 8832 | ("76240", Record {zip_code: "76240",zip_code_type: Type::Standard,city: "GAINESVILLE",state: "TX",coordinates: Some((33.63 as f64, -97.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(10659),estimated_population: Some(19357),total_wages: Some(344644721),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `344_644_721` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8833:260 [INFO] [stderr] | [INFO] [stderr] 8833 | ("28551", Record {zip_code: "28551",zip_code_type: Type::Standard,city: "LA GRANGE",state: "NC",coordinates: Some((35.3 as f64, -77.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(5633),estimated_population: Some(10322),total_wages: Some(165482455),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `165_482_455` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8834:258 [INFO] [stderr] | [INFO] [stderr] 8834 | ("79830", Record {zip_code: "79830",zip_code_type: Type::Standard,city: "ALPINE",state: "TX",coordinates: Some((30.36 as f64, -103.66 as f64)),is_decommissioned: false,tax_returns_filed: Some(2325),estimated_population: Some(3926),total_wages: Some(63105369),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `63_105_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8835:262 [INFO] [stderr] | [INFO] [stderr] 8835 | ("27263", Record {zip_code: "27263",zip_code_type: Type::Standard,city: "HIGH POINT",state: "NC",coordinates: Some((35.98 as f64, -79.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(9247),estimated_population: Some(16748),total_wages: Some(283058730),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `283_058_730` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8836:254 [INFO] [stderr] | [INFO] [stderr] 8836 | ("31908", Record {zip_code: "31908",zip_code_type: Type::PoBox,city: "COLUMBUS",state: "GA",coordinates: Some((32.51 as f64, -84.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(540),estimated_population: Some(872),total_wages: Some(18813637),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_813_637` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8838:260 [INFO] [stderr] | [INFO] [stderr] 8838 | ("31807", Record {zip_code: "31807",zip_code_type: Type::Standard,city: "ELLERSLIE",state: "GA",coordinates: Some((32.64 as f64, -84.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(1100),estimated_population: Some(2201),total_wages: Some(51996391),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `51_996_391` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8840:261 [INFO] [stderr] | [INFO] [stderr] 8840 | ("30401", Record {zip_code: "30401",zip_code_type: Type::Standard,city: "SWAINSBORO",state: "GA",coordinates: Some((32.59 as f64, -82.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(5367),estimated_population: Some(9903),total_wages: Some(127991469),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `127_991_469` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8842:259 [INFO] [stderr] | [INFO] [stderr] 8842 | ("10004", Record {zip_code: "10004",zip_code_type: Type::Standard,city: "NEW YORK",state: "NY",coordinates: Some((40.71 as f64, -73.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(1967),estimated_population: Some(2909),total_wages: Some(333623384),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `333_623_384` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8843:253 [INFO] [stderr] | [INFO] [stderr] 8843 | ("56349", Record {zip_code: "56349",zip_code_type: Type::Standard,city: "LOWRY",state: "MN",coordinates: Some((45.7 as f64, -95.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(362),estimated_population: Some(664),total_wages: Some(11998989),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_998_989` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8846:257 [INFO] [stderr] | [INFO] [stderr] 8846 | ("70451", Record {zip_code: "70451",zip_code_type: Type::PoBox,city: "NATALBANY",state: "LA",coordinates: Some((30.54 as f64, -90.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(1123),estimated_population: Some(2105),total_wages: Some(28543239),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_543_239` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8847:254 [INFO] [stderr] | [INFO] [stderr] 8847 | ("79117", Record {zip_code: "79117",zip_code_type: Type::PoBox,city: "AMARILLO",state: "TX",coordinates: Some((35.2 as f64, -101.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(334),estimated_population: Some(560),total_wages: Some(8099401),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_099_401` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8850:258 [INFO] [stderr] | [INFO] [stderr] 8850 | ("99130", Record {zip_code: "99130",zip_code_type: Type::Standard,city: "GARFIELD",state: "WA",coordinates: Some((46.99 as f64, -117.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(387),estimated_population: Some(668),total_wages: Some(11193524),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_193_524` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8851:255 [INFO] [stderr] | [INFO] [stderr] 8851 | ("79057", Record {zip_code: "79057",zip_code_type: Type::Standard,city: "MCLEAN",state: "TX",coordinates: Some((35.23 as f64, -100.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(518),estimated_population: Some(957),total_wages: Some(13539225),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_539_225` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8853:259 [INFO] [stderr] | [INFO] [stderr] 8853 | ("16116", Record {zip_code: "16116",zip_code_type: Type::Standard,city: "EDINBURG",state: "PA",coordinates: Some((41.02 as f64, -80.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(1379),estimated_population: Some(2411),total_wages: Some(42409749),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_409_749` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8854:258 [INFO] [stderr] | [INFO] [stderr] 8854 | ("42323", Record {zip_code: "42323",zip_code_type: Type::Standard,city: "BEECHMONT",state: "KY",coordinates: Some((37.17 as f64, -87.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(388),estimated_population: Some(772),total_wages: Some(12640099),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_640_099` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8855:255 [INFO] [stderr] | [INFO] [stderr] 8855 | ("93246", Record {zip_code: "93246",zip_code_type: Type::Unique,city: "LEMOORE",state: "CA",coordinates: Some((36.28 as f64, -119.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(343),estimated_population: Some(430),total_wages: Some(6677123),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_677_123` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8856:268 [INFO] [stderr] | [INFO] [stderr] 8856 | ("02852", Record {zip_code: "02852",zip_code_type: Type::Standard,city: "NORTH KINGSTOWN",state: "RI",coordinates: Some((41.55 as f64, -71.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(11719),estimated_population: Some(20118),total_wages: Some(607313351),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `607_313_351` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8858:262 [INFO] [stderr] | [INFO] [stderr] 8858 | ("47577", Record {zip_code: "47577",zip_code_type: Type::Standard,city: "SAINT MEINRAD",state: "IN",coordinates: Some((38.18 as f64, -86.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(509),estimated_population: Some(871),total_wages: Some(15383942),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_383_942` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8859:262 [INFO] [stderr] | [INFO] [stderr] 8859 | ("42420", Record {zip_code: "42420",zip_code_type: Type::Standard,city: "HENDERSON",state: "KY",coordinates: Some((37.83 as f64, -87.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(16361),estimated_population: Some(29083),total_wages: Some(540763542),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `540_763_542` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8862:261 [INFO] [stderr] | [INFO] [stderr] 8862 | ("91386", Record {zip_code: "91386",zip_code_type: Type::PoBox,city: "CANYON COUNTRY",state: "CA",coordinates: Some((34.41 as f64, -118.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(538),estimated_population: Some(880),total_wages: Some(23448647),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_448_647` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8863:259 [INFO] [stderr] | [INFO] [stderr] 8863 | ("66209", Record {zip_code: "66209",zip_code_type: Type::Standard,city: "LEAWOOD",state: "KS",coordinates: Some((38.9 as f64, -94.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(10198),estimated_population: Some(18342),total_wages: Some(798943763),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `798_943_763` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8864:260 [INFO] [stderr] | [INFO] [stderr] 8864 | ("49449", Record {zip_code: "49449",zip_code_type: Type::Standard,city: "PENTWATER",state: "MI",coordinates: Some((43.78 as f64, -86.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1388),estimated_population: Some(2354),total_wages: Some(30460132),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_460_132` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8865:260 [INFO] [stderr] | [INFO] [stderr] 8865 | ("97914", Record {zip_code: "97914",zip_code_type: Type::Standard,city: "ONTARIO",state: "OR",coordinates: Some((44.08 as f64, -117.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(6272),estimated_population: Some(11440),total_wages: Some(159119370),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `159_119_370` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8866:255 [INFO] [stderr] | [INFO] [stderr] 8866 | ("40588", Record {zip_code: "40588",zip_code_type: Type::PoBox,city: "LEXINGTON",state: "KY",coordinates: Some((38.04 as f64, -84.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(335),estimated_population: Some(476),total_wages: Some(10120217),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_120_217` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8868:260 [INFO] [stderr] | [INFO] [stderr] 8868 | ("06451", Record {zip_code: "06451",zip_code_type: Type::Standard,city: "MERIDEN",state: "CT",coordinates: Some((41.53 as f64, -72.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(11455),estimated_population: Some(19143),total_wages: Some(447496173),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `447_496_173` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8869:252 [INFO] [stderr] | [INFO] [stderr] 8869 | ("78760", Record {zip_code: "78760",zip_code_type: Type::PoBox,city: "AUSTIN",state: "TX",coordinates: Some((30.26 as f64, -97.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(467),estimated_population: Some(761),total_wages: Some(13881534),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_881_534` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8870:260 [INFO] [stderr] | [INFO] [stderr] 8870 | ("26739", Record {zip_code: "26739",zip_code_type: Type::Standard,city: "MOUNT STORM",state: "WV",coordinates: Some((39.27 as f64, -79.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(358),estimated_population: Some(676),total_wages: Some(12375619),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_375_619` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8871:265 [INFO] [stderr] | [INFO] [stderr] 8871 | ("91776", Record {zip_code: "91776",zip_code_type: Type::Standard,city: "SAN GABRIEL",state: "CA",coordinates: Some((34.08 as f64, -118.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(17533),estimated_population: Some(30178),total_wages: Some(514243925),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `514_243_925` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8872:262 [INFO] [stderr] | [INFO] [stderr] 8872 | ("03467", Record {zip_code: "03467",zip_code_type: Type::Standard,city: "WESTMORELAND",state: "NH",coordinates: Some((42.96 as f64, -72.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(856),estimated_population: Some(1539),total_wages: Some(38133333),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_133_333` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8873:260 [INFO] [stderr] | [INFO] [stderr] 8873 | ("53076", Record {zip_code: "53076",zip_code_type: Type::Standard,city: "RICHFIELD",state: "WI",coordinates: Some((43.27 as f64, -88.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(1902),estimated_population: Some(3536),total_wages: Some(111877282),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `111_877_282` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8876:253 [INFO] [stderr] | [INFO] [stderr] 8876 | ("71962", Record {zip_code: "71962",zip_code_type: Type::Standard,city: "OKOLONA",state: "AR",coordinates: Some((34 as f64, -93.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(315),estimated_population: Some(579),total_wages: Some(7948559),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_948_559` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8880:261 [INFO] [stderr] | [INFO] [stderr] 8880 | ("44907", Record {zip_code: "44907",zip_code_type: Type::Standard,city: "MANSFIELD",state: "OH",coordinates: Some((40.76 as f64, -82.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(7047),estimated_population: Some(11464),total_wages: Some(194146041),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `194_146_041` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8882:259 [INFO] [stderr] | [INFO] [stderr] 8882 | ("12130", Record {zip_code: "12130",zip_code_type: Type::Standard,city: "NIVERVILLE",state: "NY",coordinates: Some((42.44 as f64, -73.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(590),estimated_population: Some(995),total_wages: Some(20184359),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_184_359` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8883:257 [INFO] [stderr] | [INFO] [stderr] 8883 | ("44807", Record {zip_code: "44807",zip_code_type: Type::Standard,city: "ATTICA",state: "OH",coordinates: Some((41.06 as f64, -82.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(1170),estimated_population: Some(2044),total_wages: Some(34240317),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_240_317` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8884:264 [INFO] [stderr] | [INFO] [stderr] 8884 | ("94574", Record {zip_code: "94574",zip_code_type: Type::Standard,city: "SAINT HELENA",state: "CA",coordinates: Some((38.55 as f64, -122.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(4163),estimated_population: Some(7143),total_wages: Some(197224947),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `197_224_947` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8886:257 [INFO] [stderr] | [INFO] [stderr] 8886 | ("74114", Record {zip_code: "74114",zip_code_type: Type::Standard,city: "TULSA",state: "OK",coordinates: Some((36.12 as f64, -95.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(7965),estimated_population: Some(13112),total_wages: Some(532206295),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `532_206_295` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8888:252 [INFO] [stderr] | [INFO] [stderr] 8888 | ("17936", Record {zip_code: "17936",zip_code_type: Type::PoBox,city: "GORDON",state: "PA",coordinates: Some((40.75 as f64, -76.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(398),estimated_population: Some(693),total_wages: Some(12575199),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_575_199` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8890:258 [INFO] [stderr] | [INFO] [stderr] 8890 | ("65337", Record {zip_code: "65337",zip_code_type: Type::Standard,city: "LA MONTE",state: "MO",coordinates: Some((38.77 as f64, -93.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(847),estimated_population: Some(1642),total_wages: Some(22626986),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_626_986` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8892:254 [INFO] [stderr] | [INFO] [stderr] 8892 | ("12960", Record {zip_code: "12960",zip_code_type: Type::Standard,city: "MORIAH",state: "NY",coordinates: Some((44.05 as f64, -73.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(502),estimated_population: Some(905),total_wages: Some(17331088),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_331_088` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8893:262 [INFO] [stderr] | [INFO] [stderr] 8893 | ("22311", Record {zip_code: "22311",zip_code_type: Type::Standard,city: "ALEXANDRIA",state: "VA",coordinates: Some((38.82 as f64, -77.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(9579),estimated_population: Some(13985),total_wages: Some(452919197),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `452_919_197` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8894:257 [INFO] [stderr] | [INFO] [stderr] 8894 | ("56359", Record {zip_code: "56359",zip_code_type: Type::Standard,city: "ONAMIA",state: "MN",coordinates: Some((46.06 as f64, -93.66 as f64)),is_decommissioned: false,tax_returns_filed: Some(1600),estimated_population: Some(2684),total_wages: Some(37910888),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_910_888` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8895:262 [INFO] [stderr] | [INFO] [stderr] 8895 | ("01832", Record {zip_code: "01832",zip_code_type: Type::Standard,city: "HAVERHILL",state: "MA",coordinates: Some((42.78 as f64, -71.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(10565),estimated_population: Some(17585),total_wages: Some(444440190),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `444_440_190` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8896:257 [INFO] [stderr] | [INFO] [stderr] 8896 | ("57066", Record {zip_code: "57066",zip_code_type: Type::Standard,city: "TYNDALL",state: "SD",coordinates: Some((42.98 as f64, -97.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(741),estimated_population: Some(1304),total_wages: Some(18147342),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_147_342` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8898:259 [INFO] [stderr] | [INFO] [stderr] 8898 | ("93033", Record {zip_code: "93033",zip_code_type: Type::Standard,city: "OXNARD",state: "CA",coordinates: Some((34.14 as f64, -119.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(33111),estimated_population: Some(65653),total_wages: Some(924196777),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `924_196_777` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8899:267 [INFO] [stderr] | [INFO] [stderr] 8899 | ("04021", Record {zip_code: "04021",zip_code_type: Type::Standard,city: "CUMBERLAND CENTER",state: "ME",coordinates: Some((43.8 as f64, -70.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(3022),estimated_population: Some(5630),total_wages: Some(181519979),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `181_519_979` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8901:259 [INFO] [stderr] | [INFO] [stderr] 8901 | ("55046", Record {zip_code: "55046",zip_code_type: Type::Standard,city: "LONSDALE",state: "MN",coordinates: Some((44.47 as f64, -93.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(2213),estimated_population: Some(4254),total_wages: Some(106781086),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `106_781_086` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8902:253 [INFO] [stderr] | [INFO] [stderr] 8902 | ("36513", Record {zip_code: "36513",zip_code_type: Type::PoBox,city: "CALVERT",state: "AL",coordinates: Some((31.15 as f64, -88.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(326),estimated_population: Some(593),total_wages: Some(8584291),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_584_291` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8906:257 [INFO] [stderr] | [INFO] [stderr] 8906 | ("42220", Record {zip_code: "42220",zip_code_type: Type::Standard,city: "ELKTON",state: "KY",coordinates: Some((36.81 as f64, -87.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(2566),estimated_population: Some(4909),total_wages: Some(68050136),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `68_050_136` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8907:262 [INFO] [stderr] | [INFO] [stderr] 8907 | ("45339", Record {zip_code: "45339",zip_code_type: Type::Standard,city: "LUDLOW FALLS",state: "OH",coordinates: Some((39.99 as f64, -84.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(667),estimated_population: Some(1120),total_wages: Some(20907193),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_907_193` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8908:259 [INFO] [stderr] | [INFO] [stderr] 8908 | ("92581", Record {zip_code: "92581",zip_code_type: Type::PoBox,city: "SAN JACINTO",state: "CA",coordinates: Some((33.78 as f64, -116.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(793),estimated_population: Some(1392),total_wages: Some(18041279),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_041_279` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8910:265 [INFO] [stderr] | [INFO] [stderr] 8910 | ("91343", Record {zip_code: "91343",zip_code_type: Type::Standard,city: "NORTH HILLS",state: "CA",coordinates: Some((34.23 as f64, -118.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(22781),estimated_population: Some(41190),total_wages: Some(809800563),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `809_800_563` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8911:261 [INFO] [stderr] | [INFO] [stderr] 8911 | ("45133", Record {zip_code: "45133",zip_code_type: Type::Standard,city: "HILLSBORO",state: "OH",coordinates: Some((39.2 as f64, -83.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(10430),estimated_population: Some(18299),total_wages: Some(279768622),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `279_768_622` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8912:256 [INFO] [stderr] | [INFO] [stderr] 8912 | ("48832", Record {zip_code: "48832",zip_code_type: Type::Standard,city: "ELWELL",state: "MI",coordinates: Some((43.42 as f64, -84.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(620),estimated_population: Some(1146),total_wages: Some(18588927),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_588_927` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8913:264 [INFO] [stderr] | [INFO] [stderr] 8913 | ("17584", Record {zip_code: "17584",zip_code_type: Type::Standard,city: "WILLOW STREET",state: "PA",coordinates: Some((39.98 as f64, -76.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(4628),estimated_population: Some(8112),total_wages: Some(153995957),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `153_995_957` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8915:259 [INFO] [stderr] | [INFO] [stderr] 8915 | ("70563", Record {zip_code: "70563",zip_code_type: Type::Standard,city: "NEW IBERIA",state: "LA",coordinates: Some((30 as f64, -91.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(8188),estimated_population: Some(15059),total_wages: Some(374661873),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `374_661_873` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8916:259 [INFO] [stderr] | [INFO] [stderr] 8916 | ("43612", Record {zip_code: "43612",zip_code_type: Type::Standard,city: "TOLEDO",state: "OH",coordinates: Some((41.66 as f64, -83.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(14129),estimated_population: Some(23354),total_wages: Some(395739518),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `395_739_518` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8918:259 [INFO] [stderr] | [INFO] [stderr] 8918 | ("75218", Record {zip_code: "75218",zip_code_type: Type::Standard,city: "DALLAS",state: "TX",coordinates: Some((32.79 as f64, -96.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(11323),estimated_population: Some(18331),total_wages: Some(577165778),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `577_165_778` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8921:258 [INFO] [stderr] | [INFO] [stderr] 8921 | ("60426", Record {zip_code: "60426",zip_code_type: Type::Standard,city: "HARVEY",state: "IL",coordinates: Some((41.6 as f64, -87.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(11800),estimated_population: Some(20563),total_wages: Some(261558381),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `261_558_381` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8922:258 [INFO] [stderr] | [INFO] [stderr] 8922 | ("78523", Record {zip_code: "78523",zip_code_type: Type::PoBox,city: "BROWNSVILLE",state: "TX",coordinates: Some((25.92 as f64, -97.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(853),estimated_population: Some(1515),total_wages: Some(26036166),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_036_166` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8924:256 [INFO] [stderr] | [INFO] [stderr] 8924 | ("31011", Record {zip_code: "31011",zip_code_type: Type::Standard,city: "CHAUNCEY",state: "GA",coordinates: Some((32.1 as f64, -83.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(346),estimated_population: Some(669),total_wages: Some(9249513),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_249_513` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8926:252 [INFO] [stderr] | [INFO] [stderr] 8926 | ("25031", Record {zip_code: "25031",zip_code_type: Type::PoBox,city: "BOOMER",state: "WV",coordinates: Some((38.15 as f64, -81.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(271),estimated_population: Some(478),total_wages: Some(6562469),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_562_469` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8928:253 [INFO] [stderr] | [INFO] [stderr] 8928 | ("22038", Record {zip_code: "22038",zip_code_type: Type::PoBox,city: "FAIRFAX",state: "VA",coordinates: Some((38.85 as f64, -77.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(253),estimated_population: Some(385),total_wages: Some(14068510),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_068_510` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8930:256 [INFO] [stderr] | [INFO] [stderr] 8930 | ("04093", Record {zip_code: "04093",zip_code_type: Type::Standard,city: "BUXTON",state: "ME",coordinates: Some((43.66 as f64, -70.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(3816),estimated_population: Some(6701),total_wages: Some(149373118),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `149_373_118` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8932:263 [INFO] [stderr] | [INFO] [stderr] 8932 | ("07064", Record {zip_code: "07064",zip_code_type: Type::Standard,city: "PORT READING",state: "NJ",coordinates: Some((40.56 as f64, -74.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(1953),estimated_population: Some(3342),total_wages: Some(85135324),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `85_135_324` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8933:257 [INFO] [stderr] | [INFO] [stderr] 8933 | ("13478", Record {zip_code: "13478",zip_code_type: Type::Standard,city: "VERONA",state: "NY",coordinates: Some((43.13 as f64, -75.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(1506),estimated_population: Some(2632),total_wages: Some(48549735),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `48_549_735` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8934:266 [INFO] [stderr] | [INFO] [stderr] 8934 | ("91423", Record {zip_code: "91423",zip_code_type: Type::Standard,city: "SHERMAN OAKS",state: "CA",coordinates: Some((34.14 as f64, -118.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(16267),estimated_population: Some(24736),total_wages: Some(1018152760),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_018_152_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8935:256 [INFO] [stderr] | [INFO] [stderr] 8935 | ("12921", Record {zip_code: "12921",zip_code_type: Type::Standard,city: "CHAZY",state: "NY",coordinates: Some((44.88 as f64, -73.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1197),estimated_population: Some(2125),total_wages: Some(49678943),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `49_678_943` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8936:258 [INFO] [stderr] | [INFO] [stderr] 8936 | ("40006", Record {zip_code: "40006",zip_code_type: Type::Standard,city: "BEDFORD",state: "KY",coordinates: Some((38.59 as f64, -85.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(2188),estimated_population: Some(4106),total_wages: Some(72579174),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `72_579_174` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8937:257 [INFO] [stderr] | [INFO] [stderr] 8937 | ("62572", Record {zip_code: "62572",zip_code_type: Type::Standard,city: "WAGGONER",state: "IL",coordinates: Some((39.37 as f64, -89.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(269),estimated_population: Some(514),total_wages: Some(8855697),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_855_697` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8938:261 [INFO] [stderr] | [INFO] [stderr] 8938 | ("85118", Record {zip_code: "85118",zip_code_type: Type::Standard,city: "GOLD CANYON",state: "AZ",coordinates: Some((33.34 as f64, -111.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(449),estimated_population: Some(815),total_wages: Some(18029788),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_029_788` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8939:261 [INFO] [stderr] | [INFO] [stderr] 8939 | ("92220", Record {zip_code: "92220",zip_code_type: Type::Standard,city: "BANNING",state: "CA",coordinates: Some((33.92 as f64, -116.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(12472),estimated_population: Some(21934),total_wages: Some(285195805),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `285_195_805` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8941:254 [INFO] [stderr] | [INFO] [stderr] 8941 | ("58261", Record {zip_code: "58261",zip_code_type: Type::Standard,city: "MINTO",state: "ND",coordinates: Some((48.29 as f64, -97.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(548),estimated_population: Some(955),total_wages: Some(16738063),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_738_063` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8942:261 [INFO] [stderr] | [INFO] [stderr] 8942 | ("23138", Record {zip_code: "23138",zip_code_type: Type::Standard,city: "PORT HAYWOOD",state: "VA",coordinates: Some((37.38 as f64, -76.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(447),estimated_population: Some(797),total_wages: Some(13152794),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_152_794` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8945:260 [INFO] [stderr] | [INFO] [stderr] 8945 | ("22949", Record {zip_code: "22949",zip_code_type: Type::Standard,city: "LOVINGSTON",state: "VA",coordinates: Some((37.77 as f64, -78.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(711),estimated_population: Some(1242),total_wages: Some(22651975),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_651_975` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8947:259 [INFO] [stderr] | [INFO] [stderr] 8947 | ("95926", Record {zip_code: "95926",zip_code_type: Type::Standard,city: "CHICO",state: "CA",coordinates: Some((39.74 as f64, -121.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(14130),estimated_population: Some(22651),total_wages: Some(418715754),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `418_715_754` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8948:261 [INFO] [stderr] | [INFO] [stderr] 8948 | ("35204", Record {zip_code: "35204",zip_code_type: Type::Standard,city: "BIRMINGHAM",state: "AL",coordinates: Some((33.52 as f64, -86.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(4273),estimated_population: Some(7231),total_wages: Some(80716705),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `80_716_705` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8949:256 [INFO] [stderr] | [INFO] [stderr] 8949 | ("32511", Record {zip_code: "32511",zip_code_type: Type::Unique,city: "PENSACOLA",state: "FL",coordinates: Some((30.44 as f64, -87.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(324),estimated_population: Some(357),total_wages: Some(4147079),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_147_079` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8950:256 [INFO] [stderr] | [INFO] [stderr] 8950 | ("78016", Record {zip_code: "78016",zip_code_type: Type::Standard,city: "DEVINE",state: "TX",coordinates: Some((29.14 as f64, -98.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(3911),estimated_population: Some(7256),total_wages: Some(122646677),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `122_646_677` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8951:257 [INFO] [stderr] | [INFO] [stderr] 8951 | ("76670", Record {zip_code: "76670",zip_code_type: Type::Standard,city: "MILFORD",state: "TX",coordinates: Some((32.12 as f64, -96.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(538),estimated_population: Some(1001),total_wages: Some(18151389),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_151_389` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8953:260 [INFO] [stderr] | [INFO] [stderr] 8953 | ("45144", Record {zip_code: "45144",zip_code_type: Type::Standard,city: "MANCHESTER",state: "OH",coordinates: Some((38.69 as f64, -83.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(1632),estimated_population: Some(2955),total_wages: Some(43062805),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `43_062_805` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8955:266 [INFO] [stderr] | [INFO] [stderr] 8955 | ("73132", Record {zip_code: "73132",zip_code_type: Type::Standard,city: "OKLAHOMA CITY",state: "OK",coordinates: Some((35.46 as f64, -97.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(11840),estimated_population: Some(20472),total_wages: Some(401067397),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `401_067_397` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8956:258 [INFO] [stderr] | [INFO] [stderr] 8956 | ("63902", Record {zip_code: "63902",zip_code_type: Type::PoBox,city: "POPLAR BLUFF",state: "MO",coordinates: Some((36.76 as f64, -90.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(601),estimated_population: Some(1015),total_wages: Some(16168634),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_168_634` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8957:256 [INFO] [stderr] | [INFO] [stderr] 8957 | ("26134", Record {zip_code: "26134",zip_code_type: Type::Standard,city: "BELMONT",state: "WV",coordinates: Some((39.37 as f64, -81.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(431),estimated_population: Some(770),total_wages: Some(13587091),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_587_091` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8959:258 [INFO] [stderr] | [INFO] [stderr] 8959 | ("66415", Record {zip_code: "66415",zip_code_type: Type::Standard,city: "CENTRALIA",state: "KS",coordinates: Some((39.72 as f64, -96.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(409),estimated_population: Some(740),total_wages: Some(11137624),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_137_624` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8960:261 [INFO] [stderr] | [INFO] [stderr] 8960 | ("73443", Record {zip_code: "73443",zip_code_type: Type::Standard,city: "LONE GROVE",state: "OK",coordinates: Some((34.18 as f64, -97.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(1811),estimated_population: Some(3389),total_wages: Some(62312959),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `62_312_959` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8962:261 [INFO] [stderr] | [INFO] [stderr] 8962 | ("38401", Record {zip_code: "38401",zip_code_type: Type::Standard,city: "COLUMBIA",state: "TN",coordinates: Some((35.62 as f64, -87.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(23976),estimated_population: Some(42922),total_wages: Some(813627611),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `813_627_611` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8963:260 [INFO] [stderr] | [INFO] [stderr] 8963 | ("53711", Record {zip_code: "53711",zip_code_type: Type::Standard,city: "MADISON",state: "WI",coordinates: Some((43.07 as f64, -89.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(23404),estimated_population: Some(39830),total_wages: Some(1191369011),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_191_369_011` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8964:263 [INFO] [stderr] | [INFO] [stderr] 8964 | ("31831", Record {zip_code: "31831",zip_code_type: Type::Standard,city: "WAVERLY HALL",state: "GA",coordinates: Some((32.68 as f64, -84.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(1366),estimated_population: Some(2504),total_wages: Some(50385579),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `50_385_579` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8965:254 [INFO] [stderr] | [INFO] [stderr] 8965 | ("59920", Record {zip_code: "59920",zip_code_type: Type::Standard,city: "KILA",state: "MT",coordinates: Some((48.06 as f64, -114.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(692),estimated_population: Some(1260),total_wages: Some(20452039),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_452_039` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8966:262 [INFO] [stderr] | [INFO] [stderr] 8966 | ("76092", Record {zip_code: "76092",zip_code_type: Type::Standard,city: "SOUTHLAKE",state: "TX",coordinates: Some((32.95 as f64, -97.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(11594),estimated_population: Some(24319),total_wages: Some(1906589831),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_906_589_831` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8967:257 [INFO] [stderr] | [INFO] [stderr] 8967 | ("66076", Record {zip_code: "66076",zip_code_type: Type::Standard,city: "POMONA",state: "KS",coordinates: Some((38.61 as f64, -95.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(1019),estimated_population: Some(1883),total_wages: Some(34060633),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_060_633` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8968:257 [INFO] [stderr] | [INFO] [stderr] 8968 | ("08810", Record {zip_code: "08810",zip_code_type: Type::Standard,city: "DAYTON",state: "NJ",coordinates: Some((40.38 as f64, -74.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(3790),estimated_population: Some(7524),total_wages: Some(284460518),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `284_460_518` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8969:269 [INFO] [stderr] | [INFO] [stderr] 8969 | ("95467", Record {zip_code: "95467",zip_code_type: Type::Standard,city: "HIDDEN VALLEY LAKE",state: "CA",coordinates: Some((38.8 as f64, -122.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(2033),estimated_population: Some(3858),total_wages: Some(90398083),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `90_398_083` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8970:258 [INFO] [stderr] | [INFO] [stderr] 8970 | ("31085", Record {zip_code: "31085",zip_code_type: Type::Standard,city: "SHADY DALE",state: "GA",coordinates: Some((33.4 as f64, -83.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(427),estimated_population: Some(825),total_wages: Some(12251122),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_251_122` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8973:258 [INFO] [stderr] | [INFO] [stderr] 8973 | ("98938", Record {zip_code: "98938",zip_code_type: Type::Standard,city: "OUTLOOK",state: "WA",coordinates: Some((46.37 as f64, -120.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(747),estimated_population: Some(1505),total_wages: Some(21431385),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_431_385` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8974:256 [INFO] [stderr] | [INFO] [stderr] 8974 | ("57756", Record {zip_code: "57756",zip_code_type: Type::PoBox,city: "MANDERSON",state: "SD",coordinates: Some((43.23 as f64, -102.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(258),estimated_population: Some(494),total_wages: Some(4644719),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_644_719` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8976:263 [INFO] [stderr] | [INFO] [stderr] 8976 | ("06877", Record {zip_code: "06877",zip_code_type: Type::Standard,city: "RIDGEFIELD",state: "CT",coordinates: Some((41.27 as f64, -73.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(11465),estimated_population: Some(21748),total_wages: Some(1652994240),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_652_994_240` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8977:256 [INFO] [stderr] | [INFO] [stderr] 8977 | ("19333", Record {zip_code: "19333",zip_code_type: Type::Standard,city: "DEVON",state: "PA",coordinates: Some((40.04 as f64, -75.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(3754),estimated_population: Some(6268),total_wages: Some(365407905),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `365_407_905` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8978:258 [INFO] [stderr] | [INFO] [stderr] 8978 | ("57075", Record {zip_code: "57075",zip_code_type: Type::Standard,city: "WENTWORTH",state: "SD",coordinates: Some((43.99 as f64, -96.96 as f64)),is_decommissioned: false,tax_returns_filed: Some(486),estimated_population: Some(897),total_wages: Some(18414274),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_414_274` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8979:266 [INFO] [stderr] | [INFO] [stderr] 8979 | ("05471", Record {zip_code: "05471",zip_code_type: Type::Standard,city: "MONTGOMERY CENTER",state: "VT",coordinates: Some((44.86 as f64, -72.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(384),estimated_population: Some(653),total_wages: Some(10062799),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_062_799` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8980:258 [INFO] [stderr] | [INFO] [stderr] 8980 | ("17064", Record {zip_code: "17064",zip_code_type: Type::PoBox,city: "MOUNT GRETNA",state: "PA",coordinates: Some((40.24 as f64, -76.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(529),estimated_population: Some(851),total_wages: Some(21324784),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_324_784` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8982:255 [INFO] [stderr] | [INFO] [stderr] 8982 | ("90633", Record {zip_code: "90633",zip_code_type: Type::PoBox,city: "LA HABRA",state: "CA",coordinates: Some((33.93 as f64, -117.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(301),estimated_population: Some(508),total_wages: Some(8864607),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_864_607` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8983:260 [INFO] [stderr] | [INFO] [stderr] 8983 | ("80305", Record {zip_code: "80305",zip_code_type: Type::Standard,city: "BOULDER",state: "CO",coordinates: Some((40.02 as f64, -105.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(8380),estimated_population: Some(13065),total_wages: Some(400353539),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `400_353_539` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8984:260 [INFO] [stderr] | [INFO] [stderr] 8984 | ("24290", Record {zip_code: "24290",zip_code_type: Type::Standard,city: "WEBER CITY",state: "VA",coordinates: Some((36.62 as f64, -82.56 as f64)),is_decommissioned: false,tax_returns_filed: Some(699),estimated_population: Some(1240),total_wages: Some(18556729),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_556_729` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8986:270 [INFO] [stderr] | [INFO] [stderr] 8986 | ("80907", Record {zip_code: "80907",zip_code_type: Type::Standard,city: "COLORADO SPRINGS",state: "CO",coordinates: Some((38.86 as f64, -104.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(12788),estimated_population: Some(20420),total_wages: Some(407595608),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `407_595_608` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8988:261 [INFO] [stderr] | [INFO] [stderr] 8988 | ("61259", Record {zip_code: "61259",zip_code_type: Type::Standard,city: "ILLINOIS CITY",state: "IL",coordinates: Some((41.4 as f64, -90.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(659),estimated_population: Some(1241),total_wages: Some(24515428),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_515_428` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8989:259 [INFO] [stderr] | [INFO] [stderr] 8989 | ("24553", Record {zip_code: "24553",zip_code_type: Type::Standard,city: "GLADSTONE",state: "VA",coordinates: Some((37.54 as f64, -78.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(788),estimated_population: Some(1456),total_wages: Some(23455656),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_455_656` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8990:261 [INFO] [stderr] | [INFO] [stderr] 8990 | ("92805", Record {zip_code: "92805",zip_code_type: Type::Standard,city: "ANAHEIM",state: "CA",coordinates: Some((33.82 as f64, -117.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(26481),estimated_population: Some(50587),total_wages: Some(822155008),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `822_155_008` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8991:262 [INFO] [stderr] | [INFO] [stderr] 8991 | ("72390", Record {zip_code: "72390",zip_code_type: Type::Standard,city: "WEST HELENA",state: "AR",coordinates: Some((34.54 as f64, -90.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(3525),estimated_population: Some(6310),total_wages: Some(76066955),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `76_066_955` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8992:277 [INFO] [stderr] | [INFO] [stderr] 8992 | ("71901", Record {zip_code: "71901",zip_code_type: Type::Standard,city: "HOT SPRINGS NATIONAL PARK",state: "AR",coordinates: Some((34.5 as f64, -93.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(11684),estimated_population: Some(20695),total_wages: Some(338107452),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `338_107_452` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8993:257 [INFO] [stderr] | [INFO] [stderr] 8993 | ("56101", Record {zip_code: "56101",zip_code_type: Type::Standard,city: "WINDOM",state: "MN",coordinates: Some((43.86 as f64, -95.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(2882),estimated_population: Some(4947),total_wages: Some(78745639),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `78_745_639` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8994:262 [INFO] [stderr] | [INFO] [stderr] 8994 | ("74501", Record {zip_code: "74501",zip_code_type: Type::Standard,city: "MCALESTER",state: "OK",coordinates: Some((34.92 as f64, -95.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(10505),estimated_population: Some(18926),total_wages: Some(346429620),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `346_429_620` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8996:256 [INFO] [stderr] | [INFO] [stderr] 8996 | ("58368", Record {zip_code: "58368",zip_code_type: Type::Standard,city: "RUGBY",state: "ND",coordinates: Some((48.36 as f64, -99.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(1760),estimated_population: Some(3060),total_wages: Some(43327533),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `43_327_533` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8997:256 [INFO] [stderr] | [INFO] [stderr] 8997 | ("70581", Record {zip_code: "70581",zip_code_type: Type::Standard,city: "ROANOKE",state: "LA",coordinates: Some((30.23 as f64, -92.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(410),estimated_population: Some(781),total_wages: Some(15362377),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_362_377` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8998:259 [INFO] [stderr] | [INFO] [stderr] 8998 | ("73034", Record {zip_code: "73034",zip_code_type: Type::Standard,city: "EDMOND",state: "OK",coordinates: Some((35.67 as f64, -97.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(16054),estimated_population: Some(29657),total_wages: Some(1000512241),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_000_512_241` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:8999:259 [INFO] [stderr] | [INFO] [stderr] 8999 | ("72473", Record {zip_code: "72473",zip_code_type: Type::Standard,city: "TUCKERMAN",state: "AR",coordinates: Some((35.72 as f64, -91.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(1049),estimated_population: Some(1892),total_wages: Some(28204671),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_204_671` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9000:256 [INFO] [stderr] | [INFO] [stderr] 9000 | ("02468", Record {zip_code: "02468",zip_code_type: Type::Standard,city: "WABAN",state: "MA",coordinates: Some((42.32 as f64, -71.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(2772),estimated_population: Some(5140),total_wages: Some(339797445),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `339_797_445` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9001:256 [INFO] [stderr] | [INFO] [stderr] 9001 | ("47264", Record {zip_code: "47264",zip_code_type: Type::Standard,city: "NORMAN",state: "IN",coordinates: Some((38.95 as f64, -86.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(574),estimated_population: Some(1090),total_wages: Some(16575587),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_575_587` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9003:258 [INFO] [stderr] | [INFO] [stderr] 9003 | ("38583", Record {zip_code: "38583",zip_code_type: Type::Standard,city: "SPARTA",state: "TN",coordinates: Some((35.93 as f64, -85.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(9652),estimated_population: Some(17899),total_wages: Some(241629378),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `241_629_378` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9006:259 [INFO] [stderr] | [INFO] [stderr] 9006 | ("49279", Record {zip_code: "49279",zip_code_type: Type::Standard,city: "SAND CREEK",state: "MI",coordinates: Some((41.76 as f64, -84.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(410),estimated_population: Some(747),total_wages: Some(13206470),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_206_470` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9007:258 [INFO] [stderr] | [INFO] [stderr] 9007 | ("42702", Record {zip_code: "42702",zip_code_type: Type::PoBox,city: "ELIZABETHTOWN",state: "KY",coordinates: Some((37.7 as f64, -85.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(584),estimated_population: Some(965),total_wages: Some(17673106),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_673_106` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9008:263 [INFO] [stderr] | [INFO] [stderr] 9008 | ("32408", Record {zip_code: "32408",zip_code_type: Type::Standard,city: "PANAMA CITY",state: "FL",coordinates: Some((30.17 as f64, -85.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(7039),estimated_population: Some(11444),total_wages: Some(250528620),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `250_528_620` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9010:258 [INFO] [stderr] | [INFO] [stderr] 9010 | ("31560", Record {zip_code: "31560",zip_code_type: Type::Standard,city: "SCREVEN",state: "GA",coordinates: Some((31.48 as f64, -82.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(1034),estimated_population: Some(2020),total_wages: Some(29078169),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_078_169` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9013:263 [INFO] [stderr] | [INFO] [stderr] 9013 | ("29477", Record {zip_code: "29477",zip_code_type: Type::Standard,city: "SAINT GEORGE",state: "SC",coordinates: Some((33.18 as f64, -80.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(2796),estimated_population: Some(5008),total_wages: Some(77692858),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `77_692_858` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9015:256 [INFO] [stderr] | [INFO] [stderr] 9015 | ("36748", Record {zip_code: "36748",zip_code_type: Type::Standard,city: "LINDEN",state: "AL",coordinates: Some((32.3 as f64, -87.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(1493),estimated_population: Some(2729),total_wages: Some(41362203),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_362_203` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9016:261 [INFO] [stderr] | [INFO] [stderr] 9016 | ("67871", Record {zip_code: "67871",zip_code_type: Type::Standard,city: "SCOTT CITY",state: "KS",coordinates: Some((38.47 as f64, -100.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(2351),estimated_population: Some(4292),total_wages: Some(71357124),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `71_357_124` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9017:256 [INFO] [stderr] | [INFO] [stderr] 9017 | ("29731", Record {zip_code: "29731",zip_code_type: Type::PoBox,city: "ROCK HILL",state: "SC",coordinates: Some((34.93 as f64, -81.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(730),estimated_population: Some(1197),total_wages: Some(21275106),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_275_106` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9018:259 [INFO] [stderr] | [INFO] [stderr] 9018 | ("43006", Record {zip_code: "43006",zip_code_type: Type::Standard,city: "BRINKHAVEN",state: "OH",coordinates: Some((40.47 as f64, -82.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(276),estimated_population: Some(506),total_wages: Some(5648233),}), [INFO] [stderr] | ^^^^^^^ help: consider: `5_648_233` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9021:257 [INFO] [stderr] | [INFO] [stderr] 9021 | ("62877", Record {zip_code: "62877",zip_code_type: Type::Standard,city: "RICHVIEW",state: "IL",coordinates: Some((38.37 as f64, -89.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(263),estimated_population: Some(467),total_wages: Some(7904737),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_904_737` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9023:258 [INFO] [stderr] | [INFO] [stderr] 9023 | ("82431", Record {zip_code: "82431",zip_code_type: Type::Standard,city: "LOVELL",state: "WY",coordinates: Some((44.83 as f64, -108.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(1463),estimated_population: Some(2714),total_wages: Some(46816410),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_816_410` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9024:260 [INFO] [stderr] | [INFO] [stderr] 9024 | ("67217", Record {zip_code: "67217",zip_code_type: Type::Standard,city: "WICHITA",state: "KS",coordinates: Some((37.68 as f64, -97.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(13838),estimated_population: Some(23918),total_wages: Some(416316754),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `416_316_754` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9025:265 [INFO] [stderr] | [INFO] [stderr] 9025 | ("22443", Record {zip_code: "22443",zip_code_type: Type::Standard,city: "COLONIAL BEACH",state: "VA",coordinates: Some((38.25 as f64, -76.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(3669),estimated_population: Some(6288),total_wages: Some(120927395),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `120_927_395` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9026:258 [INFO] [stderr] | [INFO] [stderr] 9026 | ("76531", Record {zip_code: "76531",zip_code_type: Type::Standard,city: "HAMILTON",state: "TX",coordinates: Some((31.7 as f64, -98.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(2198),estimated_population: Some(3882),total_wages: Some(60792202),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `60_792_202` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9029:256 [INFO] [stderr] | [INFO] [stderr] 9029 | ("53929", Record {zip_code: "53929",zip_code_type: Type::Standard,city: "ELROY",state: "WI",coordinates: Some((43.74 as f64, -90.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(1295),estimated_population: Some(2237),total_wages: Some(35820184),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_820_184` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9030:256 [INFO] [stderr] | [INFO] [stderr] 9030 | ("72843", Record {zip_code: "72843",zip_code_type: Type::Standard,city: "HECTOR",state: "AR",coordinates: Some((35.46 as f64, -92.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(854),estimated_population: Some(1641),total_wages: Some(22140759),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_140_759` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9031:256 [INFO] [stderr] | [INFO] [stderr] 9031 | ("39149", Record {zip_code: "39149",zip_code_type: Type::Standard,city: "PINOLA",state: "MS",coordinates: Some((31.82 as f64, -90.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(680),estimated_population: Some(1220),total_wages: Some(15593310),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_593_310` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9035:256 [INFO] [stderr] | [INFO] [stderr] 9035 | ("88355", Record {zip_code: "88355",zip_code_type: Type::PoBox,city: "RUIDOSO",state: "NM",coordinates: Some((33.36 as f64, -105.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(1990),estimated_population: Some(3304),total_wages: Some(46501877),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_501_877` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9036:259 [INFO] [stderr] | [INFO] [stderr] 9036 | ("02035", Record {zip_code: "02035",zip_code_type: Type::Standard,city: "FOXBORO",state: "MA",coordinates: Some((42.06 as f64, -71.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(8487),estimated_population: Some(14783),total_wages: Some(525453762),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `525_453_762` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9037:261 [INFO] [stderr] | [INFO] [stderr] 9037 | ("10128", Record {zip_code: "10128",zip_code_type: Type::Standard,city: "NEW YORK",state: "NY",coordinates: Some((40.71 as f64, -73.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(33085),estimated_population: Some(47627),total_wages: Some(1297606355),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_297_606_355` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9038:255 [INFO] [stderr] | [INFO] [stderr] 9038 | ("13682", Record {zip_code: "13682",zip_code_type: Type::Standard,city: "RODMAN",state: "NY",coordinates: Some((43.81 as f64, -75.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(417),estimated_population: Some(771),total_wages: Some(15357700),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_357_700` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9039:255 [INFO] [stderr] | [INFO] [stderr] 9039 | ("40915", Record {zip_code: "40915",zip_code_type: Type::Standard,city: "BIMBLE",state: "KY",coordinates: Some((36.87 as f64, -83.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(463),estimated_population: Some(928),total_wages: Some(9601440),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_601_440` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9040:255 [INFO] [stderr] | [INFO] [stderr] 9040 | ("37019", Record {zip_code: "37019",zip_code_type: Type::Standard,city: "BELFAST",state: "TN",coordinates: Some((35.4 as f64, -86.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(416),estimated_population: Some(724),total_wages: Some(12045444),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_045_444` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9042:262 [INFO] [stderr] | [INFO] [stderr] 9042 | ("77547", Record {zip_code: "77547",zip_code_type: Type::Standard,city: "GALENA PARK",state: "TX",coordinates: Some((29.74 as f64, -95.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(3872),estimated_population: Some(7509),total_wages: Some(112100707),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `112_100_707` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9044:259 [INFO] [stderr] | [INFO] [stderr] 9044 | ("98405", Record {zip_code: "98405",zip_code_type: Type::Standard,city: "TACOMA",state: "WA",coordinates: Some((47.24 as f64, -122.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(9844),estimated_population: Some(15592),total_wages: Some(307467522),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `307_467_522` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9045:261 [INFO] [stderr] | [INFO] [stderr] 9045 | ("38614", Record {zip_code: "38614",zip_code_type: Type::Standard,city: "CLARKSDALE",state: "MS",coordinates: Some((34.2 as f64, -90.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(7768),estimated_population: Some(14062),total_wages: Some(188124583),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `188_124_583` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9046:256 [INFO] [stderr] | [INFO] [stderr] 9046 | ("27016", Record {zip_code: "27016",zip_code_type: Type::Standard,city: "DANBURY",state: "NC",coordinates: Some((36.4 as f64, -80.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(738),estimated_population: Some(1343),total_wages: Some(21105691),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_105_691` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9047:255 [INFO] [stderr] | [INFO] [stderr] 9047 | ("40145", Record {zip_code: "40145",zip_code_type: Type::Standard,city: "HUDSON",state: "KY",coordinates: Some((37.65 as f64, -86.28 as f64)),is_decommissioned: false,tax_returns_filed: Some(293),estimated_population: Some(587),total_wages: Some(6711786),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_711_786` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9048:258 [INFO] [stderr] | [INFO] [stderr] 9048 | ("93457", Record {zip_code: "93457",zip_code_type: Type::PoBox,city: "SANTA MARIA",state: "CA",coordinates: Some((34.86 as f64, -120.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(371),estimated_population: Some(621),total_wages: Some(13532480),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_532_480` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9049:265 [INFO] [stderr] | [INFO] [stderr] 9049 | ("92392", Record {zip_code: "92392",zip_code_type: Type::Standard,city: "VICTORVILLE",state: "CA",coordinates: Some((34.49 as f64, -117.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(19226),estimated_population: Some(37842),total_wages: Some(713201319),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `713_201_319` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9051:262 [INFO] [stderr] | [INFO] [stderr] 9051 | ("22302", Record {zip_code: "22302",zip_code_type: Type::Standard,city: "ALEXANDRIA",state: "VA",coordinates: Some((38.82 as f64, -77.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(9228),estimated_population: Some(14016),total_wages: Some(698515715),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `698_515_715` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9052:260 [INFO] [stderr] | [INFO] [stderr] 9052 | ("77034", Record {zip_code: "77034",zip_code_type: Type::Standard,city: "HOUSTON",state: "TX",coordinates: Some((29.76 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(12872),estimated_population: Some(23939),total_wages: Some(388940937),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `388_940_937` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9053:254 [INFO] [stderr] | [INFO] [stderr] 9053 | ("27968", Record {zip_code: "27968",zip_code_type: Type::PoBox,city: "RODANTHE",state: "NC",coordinates: Some((35.69 as f64, -75.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(250),estimated_population: Some(395),total_wages: Some(5468663),}), [INFO] [stderr] | ^^^^^^^ help: consider: `5_468_663` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9054:263 [INFO] [stderr] | [INFO] [stderr] 9054 | ("02904", Record {zip_code: "02904",zip_code_type: Type::Standard,city: "PROVIDENCE",state: "RI",coordinates: Some((41.82 as f64, -71.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(13981),estimated_population: Some(22164),total_wages: Some(474053438),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `474_053_438` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9056:253 [INFO] [stderr] | [INFO] [stderr] 9056 | ("32959", Record {zip_code: "32959",zip_code_type: Type::PoBox,city: "SHARPES",state: "FL",coordinates: Some((28.43 as f64, -80.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(276),estimated_population: Some(460),total_wages: Some(8807349),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_807_349` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9057:259 [INFO] [stderr] | [INFO] [stderr] 9057 | ("63069", Record {zip_code: "63069",zip_code_type: Type::Standard,city: "PACIFIC",state: "MO",coordinates: Some((38.47 as f64, -90.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(6788),estimated_population: Some(11972),total_wages: Some(276627651),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `276_627_651` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9058:260 [INFO] [stderr] | [INFO] [stderr] 9058 | ("85737", Record {zip_code: "85737",zip_code_type: Type::Standard,city: "TUCSON",state: "AZ",coordinates: Some((32.43 as f64, -110.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(10273),estimated_population: Some(18767),total_wages: Some(537388452),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `537_388_452` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9059:265 [INFO] [stderr] | [INFO] [stderr] 9059 | ("43050", Record {zip_code: "43050",zip_code_type: Type::Standard,city: "MOUNT VERNON",state: "OH",coordinates: Some((40.39 as f64, -82.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(13096),estimated_population: Some(22196),total_wages: Some(399951650),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `399_951_650` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9060:263 [INFO] [stderr] | [INFO] [stderr] 9060 | ("72714", Record {zip_code: "72714",zip_code_type: Type::Standard,city: "BELLA VISTA",state: "AR",coordinates: Some((36.46 as f64, -94.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(5960),estimated_population: Some(11127),total_wages: Some(253762728),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `253_762_728` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9061:260 [INFO] [stderr] | [INFO] [stderr] 9061 | ("81226", Record {zip_code: "81226",zip_code_type: Type::Standard,city: "FLORENCE",state: "CO",coordinates: Some((38.38 as f64, -105.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(2396),estimated_population: Some(4384),total_wages: Some(69073349),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `69_073_349` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9063:258 [INFO] [stderr] | [INFO] [stderr] 9063 | ("45426", Record {zip_code: "45426",zip_code_type: Type::Standard,city: "DAYTON",state: "OH",coordinates: Some((39.77 as f64, -84.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(7724),estimated_population: Some(12385),total_wages: Some(189885800),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `189_885_800` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9066:261 [INFO] [stderr] | [INFO] [stderr] 9066 | ("13088", Record {zip_code: "13088",zip_code_type: Type::Standard,city: "LIVERPOOL",state: "NY",coordinates: Some((43.1 as f64, -76.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(11916),estimated_population: Some(18946),total_wages: Some(414639957),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `414_639_957` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9067:257 [INFO] [stderr] | [INFO] [stderr] 9067 | ("70668", Record {zip_code: "70668",zip_code_type: Type::Standard,city: "VINTON",state: "LA",coordinates: Some((30.19 as f64, -93.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(2581),estimated_population: Some(4689),total_wages: Some(84434010),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `84_434_010` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9069:259 [INFO] [stderr] | [INFO] [stderr] 9069 | ("63401", Record {zip_code: "63401",zip_code_type: Type::Standard,city: "HANNIBAL",state: "MO",coordinates: Some((39.7 as f64, -91.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(9764),estimated_population: Some(17161),total_wages: Some(299339560),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `299_339_560` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9070:256 [INFO] [stderr] | [INFO] [stderr] 9070 | ("02738", Record {zip_code: "02738",zip_code_type: Type::Standard,city: "MARION",state: "MA",coordinates: Some((41.7 as f64, -70.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(2484),estimated_population: Some(4357),total_wages: Some(147551019),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `147_551_019` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9071:262 [INFO] [stderr] | [INFO] [stderr] 9071 | ("08502", Record {zip_code: "08502",zip_code_type: Type::Standard,city: "BELLE MEAD",state: "NJ",coordinates: Some((40.46 as f64, -74.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(4993),estimated_population: Some(10011),total_wages: Some(581157356),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `581_157_356` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9078:255 [INFO] [stderr] | [INFO] [stderr] 9078 | ("30072", Record {zip_code: "30072",zip_code_type: Type::PoBox,city: "PINE LAKE",state: "GA",coordinates: Some((33.79 as f64, -84.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(704),estimated_population: Some(1064),total_wages: Some(22208353),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_208_353` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9079:257 [INFO] [stderr] | [INFO] [stderr] 9079 | ("17724", Record {zip_code: "17724",zip_code_type: Type::Standard,city: "CANTON",state: "PA",coordinates: Some((41.65 as f64, -76.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(2129),estimated_population: Some(3884),total_wages: Some(54455420),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_455_420` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9080:258 [INFO] [stderr] | [INFO] [stderr] 9080 | ("77534", Record {zip_code: "77534",zip_code_type: Type::Standard,city: "DANBURY",state: "TX",coordinates: Some((29.22 as f64, -95.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(1246),estimated_population: Some(2432),total_wages: Some(60711338),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `60_711_338` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9081:259 [INFO] [stderr] | [INFO] [stderr] 9081 | ("14092", Record {zip_code: "14092",zip_code_type: Type::Standard,city: "LEWISTON",state: "NY",coordinates: Some((43.17 as f64, -79.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(5643),estimated_population: Some(9643),total_wages: Some(222036074),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `222_036_074` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9082:262 [INFO] [stderr] | [INFO] [stderr] 9082 | ("35078", Record {zip_code: "35078",zip_code_type: Type::Standard,city: "HARPERSVILLE",state: "AL",coordinates: Some((33.34 as f64, -86.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(958),estimated_population: Some(1768),total_wages: Some(30258698),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_258_698` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9083:258 [INFO] [stderr] | [INFO] [stderr] 9083 | ("44644", Record {zip_code: "44644",zip_code_type: Type::Standard,city: "MALVERN",state: "OH",coordinates: Some((40.68 as f64, -81.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(2356),estimated_population: Some(4056),total_wages: Some(75058939),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `75_058_939` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9085:263 [INFO] [stderr] | [INFO] [stderr] 9085 | ("49404", Record {zip_code: "49404",zip_code_type: Type::Standard,city: "COOPERSVILLE",state: "MI",coordinates: Some((43.06 as f64, -85.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(3812),estimated_population: Some(7010),total_wages: Some(131629549),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `131_629_549` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9086:256 [INFO] [stderr] | [INFO] [stderr] 9086 | ("83847", Record {zip_code: "83847",zip_code_type: Type::Standard,city: "NAPLES",state: "ID",coordinates: Some((48.59 as f64, -116.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(608),estimated_population: Some(1120),total_wages: Some(14501619),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_501_619` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9087:258 [INFO] [stderr] | [INFO] [stderr] 9087 | ("46064", Record {zip_code: "46064",zip_code_type: Type::Standard,city: "PENDLETON",state: "IN",coordinates: Some((40 as f64, -85.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(6364),estimated_population: Some(11845),total_wages: Some(277518435),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `277_518_435` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9088:256 [INFO] [stderr] | [INFO] [stderr] 9088 | ("63347", Record {zip_code: "63347",zip_code_type: Type::Standard,city: "FOLEY",state: "MO",coordinates: Some((39.04 as f64, -90.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(1369),estimated_population: Some(2497),total_wages: Some(44992067),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `44_992_067` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9090:262 [INFO] [stderr] | [INFO] [stderr] 9090 | ("65571", Record {zip_code: "65571",zip_code_type: Type::Standard,city: "SUMMERSVILLE",state: "MO",coordinates: Some((37.17 as f64, -91.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(826),estimated_population: Some(1569),total_wages: Some(14845712),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_845_712` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9093:259 [INFO] [stderr] | [INFO] [stderr] 9093 | ("07524", Record {zip_code: "07524",zip_code_type: Type::Standard,city: "PATERSON",state: "NJ",coordinates: Some((40.91 as f64, -74.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(5883),estimated_population: Some(9948),total_wages: Some(136407528),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `136_407_528` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9094:262 [INFO] [stderr] | [INFO] [stderr] 9094 | ("32539", Record {zip_code: "32539",zip_code_type: Type::Standard,city: "CRESTVIEW",state: "FL",coordinates: Some((30.75 as f64, -86.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(10081),estimated_population: Some(18523),total_wages: Some(331606637),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `331_606_637` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9095:259 [INFO] [stderr] | [INFO] [stderr] 9095 | ("23435", Record {zip_code: "23435",zip_code_type: Type::Standard,city: "SUFFOLK",state: "VA",coordinates: Some((36.7 as f64, -76.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(11501),estimated_population: Some(22013),total_wages: Some(635049172),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `635_049_172` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9098:254 [INFO] [stderr] | [INFO] [stderr] 9098 | ("72527", Record {zip_code: "72527",zip_code_type: Type::Standard,city: "DESHA",state: "AR",coordinates: Some((35.73 as f64, -91.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(292),estimated_population: Some(549),total_wages: Some(7013973),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_013_973` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9100:258 [INFO] [stderr] | [INFO] [stderr] 9100 | ("62905", Record {zip_code: "62905",zip_code_type: Type::Standard,city: "ALTO PASS",state: "IL",coordinates: Some((37.57 as f64, -89.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(335),estimated_population: Some(613),total_wages: Some(9563315),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_563_315` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9102:258 [INFO] [stderr] | [INFO] [stderr] 9102 | ("95421", Record {zip_code: "95421",zip_code_type: Type::Standard,city: "CAZADERO",state: "CA",coordinates: Some((38.56 as f64, -123.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(633),estimated_population: Some(1034),total_wages: Some(17473008),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_473_008` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9104:257 [INFO] [stderr] | [INFO] [stderr] 9104 | ("56575", Record {zip_code: "56575",zip_code_type: Type::Standard,city: "PONSFORD",state: "MN",coordinates: Some((46.97 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(289),estimated_population: Some(508),total_wages: Some(4431352),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_431_352` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9105:260 [INFO] [stderr] | [INFO] [stderr] 9105 | ("44853", Record {zip_code: "44853",zip_code_type: Type::Standard,city: "NEW RIEGEL",state: "OH",coordinates: Some((41.05 as f64, -83.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(747),estimated_population: Some(1295),total_wages: Some(22852601),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_852_601` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9106:262 [INFO] [stderr] | [INFO] [stderr] 9106 | ("44511", Record {zip_code: "44511",zip_code_type: Type::Standard,city: "YOUNGSTOWN",state: "OH",coordinates: Some((41.09 as f64, -80.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(9660),estimated_population: Some(15743),total_wages: Some(260202952),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `260_202_952` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9108:257 [INFO] [stderr] | [INFO] [stderr] 9108 | ("59323", Record {zip_code: "59323",zip_code_type: Type::PoBox,city: "COLSTRIP",state: "MT",coordinates: Some((45.92 as f64, -106.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(1082),estimated_population: Some(2035),total_wages: Some(58024076),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `58_024_076` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9111:254 [INFO] [stderr] | [INFO] [stderr] 9111 | ("56029", Record {zip_code: "56029",zip_code_type: Type::Standard,city: "EMMONS",state: "MN",coordinates: Some((43.5 as f64, -93.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(344),estimated_population: Some(634),total_wages: Some(10298773),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_298_773` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9113:258 [INFO] [stderr] | [INFO] [stderr] 9113 | ("43943", Record {zip_code: "43943",zip_code_type: Type::Standard,city: "RAYLAND",state: "OH",coordinates: Some((40.18 as f64, -80.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(1723),estimated_population: Some(3057),total_wages: Some(54633675),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_633_675` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9114:266 [INFO] [stderr] | [INFO] [stderr] 9114 | ("14432", Record {zip_code: "14432",zip_code_type: Type::Standard,city: "CLIFTON SPRINGS",state: "NY",coordinates: Some((42.95 as f64, -77.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(2632),estimated_population: Some(4537),total_wages: Some(86636277),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `86_636_277` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9115:255 [INFO] [stderr] | [INFO] [stderr] 9115 | ("79345", Record {zip_code: "79345",zip_code_type: Type::Standard,city: "MEADOW",state: "TX",coordinates: Some((33.33 as f64, -102.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(380),estimated_population: Some(743),total_wages: Some(10103533),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_103_533` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9116:257 [INFO] [stderr] | [INFO] [stderr] 9116 | ("81425", Record {zip_code: "81425",zip_code_type: Type::Standard,city: "OLATHE",state: "CO",coordinates: Some((38.6 as f64, -107.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(2048),estimated_population: Some(3946),total_wages: Some(55019280),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `55_019_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9117:257 [INFO] [stderr] | [INFO] [stderr] 9117 | ("14729", Record {zip_code: "14729",zip_code_type: Type::Standard,city: "EAST OTTO",state: "NY",coordinates: Some((42.4 as f64, -78.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(422),estimated_population: Some(713),total_wages: Some(12964698),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_964_698` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9118:260 [INFO] [stderr] | [INFO] [stderr] 9118 | ("65619", Record {zip_code: "65619",zip_code_type: Type::Standard,city: "BROOKLINE",state: "MO",coordinates: Some((37.12 as f64, -93.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(3244),estimated_population: Some(6066),total_wages: Some(127800471),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `127_800_471` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9119:261 [INFO] [stderr] | [INFO] [stderr] 9119 | ("92842", Record {zip_code: "92842",zip_code_type: Type::PoBox,city: "GARDEN GROVE",state: "CA",coordinates: Some((33.77 as f64, -117.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(1015),estimated_population: Some(1686),total_wages: Some(30150688),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_150_688` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9120:262 [INFO] [stderr] | [INFO] [stderr] 9120 | ("92552", Record {zip_code: "92552",zip_code_type: Type::PoBox,city: "MORENO VALLEY",state: "CA",coordinates: Some((33.92 as f64, -117.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(1274),estimated_population: Some(2209),total_wages: Some(40390418),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `40_390_418` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9122:257 [INFO] [stderr] | [INFO] [stderr] 9122 | ("45403", Record {zip_code: "45403",zip_code_type: Type::Standard,city: "DAYTON",state: "OH",coordinates: Some((39.77 as f64, -84.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(6118),estimated_population: Some(9944),total_wages: Some(132723664),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `132_723_664` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9123:264 [INFO] [stderr] | [INFO] [stderr] 9123 | ("56283", Record {zip_code: "56283",zip_code_type: Type::Standard,city: "REDWOOD FALLS",state: "MN",coordinates: Some((44.54 as f64, -95.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(3426),estimated_population: Some(5710),total_wages: Some(97390190),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `97_390_190` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9125:261 [INFO] [stderr] | [INFO] [stderr] 9125 | ("15928", Record {zip_code: "15928",zip_code_type: Type::Standard,city: "DAVIDSVILLE",state: "PA",coordinates: Some((40.23 as f64, -78.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(990),estimated_population: Some(1745),total_wages: Some(29637638),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_637_638` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9126:257 [INFO] [stderr] | [INFO] [stderr] 9126 | ("45373", Record {zip_code: "45373",zip_code_type: Type::Standard,city: "TROY",state: "OH",coordinates: Some((40.04 as f64, -84.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(16894),estimated_population: Some(29208),total_wages: Some(658942084),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `658_942_084` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9129:256 [INFO] [stderr] | [INFO] [stderr] 9129 | ("99519", Record {zip_code: "99519",zip_code_type: Type::PoBox,city: "ANCHORAGE",state: "AK",coordinates: Some((61.19 as f64, -149.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(563),estimated_population: Some(859),total_wages: Some(28997414),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_997_414` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9130:262 [INFO] [stderr] | [INFO] [stderr] 9130 | ("46382", Record {zip_code: "46382",zip_code_type: Type::Standard,city: "UNION MILLS",state: "IN",coordinates: Some((41.46 as f64, -86.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(1005),estimated_population: Some(1869),total_wages: Some(38332706),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_332_706` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9134:256 [INFO] [stderr] | [INFO] [stderr] 9134 | ("67436", Record {zip_code: "67436",zip_code_type: Type::Standard,city: "DELPHOS",state: "KS",coordinates: Some((39.27 as f64, -97.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(324),estimated_population: Some(579),total_wages: Some(8470394),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_470_394` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9135:262 [INFO] [stderr] | [INFO] [stderr] 9135 | ("47542", Record {zip_code: "47542",zip_code_type: Type::Standard,city: "HUNTINGBURG",state: "IN",coordinates: Some((38.29 as f64, -86.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(4656),estimated_population: Some(8304),total_wages: Some(155704078),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `155_704_078` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9136:262 [INFO] [stderr] | [INFO] [stderr] 9136 | ("92029", Record {zip_code: "92029",zip_code_type: Type::Standard,city: "ESCONDIDO",state: "CA",coordinates: Some((33.08 as f64, -117.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(8673),estimated_population: Some(15470),total_wages: Some(476659017),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `476_659_017` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9137:261 [INFO] [stderr] | [INFO] [stderr] 9137 | ("54914", Record {zip_code: "54914",zip_code_type: Type::Standard,city: "APPLETON",state: "WI",coordinates: Some((44.26 as f64, -88.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(15573),estimated_population: Some(25908),total_wages: Some(565543011),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `565_543_011` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9140:260 [INFO] [stderr] | [INFO] [stderr] 9140 | ("79701", Record {zip_code: "79701",zip_code_type: Type::Standard,city: "MIDLAND",state: "TX",coordinates: Some((32.02 as f64, -102.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(11847),estimated_population: Some(21513),total_wages: Some(372804515),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `372_804_515` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9143:255 [INFO] [stderr] | [INFO] [stderr] 9143 | ("95502", Record {zip_code: "95502",zip_code_type: Type::PoBox,city: "EUREKA",state: "CA",coordinates: Some((40.81 as f64, -124.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(1795),estimated_population: Some(2818),total_wages: Some(47260805),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_260_805` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9146:260 [INFO] [stderr] | [INFO] [stderr] 9146 | ("49519", Record {zip_code: "49519",zip_code_type: Type::Standard,city: "WYOMING",state: "MI",coordinates: Some((42.89 as f64, -85.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(12676),estimated_population: Some(21348),total_wages: Some(393485309),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `393_485_309` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9147:256 [INFO] [stderr] | [INFO] [stderr] 9147 | ("39818", Record {zip_code: "39818",zip_code_type: Type::PoBox,city: "BAINBRIDGE",state: "GA",coordinates: Some((30.7 as f64, -84.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(873),estimated_population: Some(1560),total_wages: Some(22406204),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_406_204` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9148:259 [INFO] [stderr] | [INFO] [stderr] 9148 | ("67213", Record {zip_code: "67213",zip_code_type: Type::Standard,city: "WICHITA",state: "KS",coordinates: Some((37.68 as f64, -97.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(9255),estimated_population: Some(15228),total_wages: Some(224784154),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `224_784_154` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9152:257 [INFO] [stderr] | [INFO] [stderr] 9152 | ("27562", Record {zip_code: "27562",zip_code_type: Type::Standard,city: "NEW HILL",state: "NC",coordinates: Some((35.68 as f64, -78.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(846),estimated_population: Some(1553),total_wages: Some(38248681),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_248_681` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9154:256 [INFO] [stderr] | [INFO] [stderr] 9154 | ("24872", Record {zip_code: "24872",zip_code_type: Type::Standard,city: "PANTHER",state: "WV",coordinates: Some((37.49 as f64, -81.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(252),estimated_population: Some(518),total_wages: Some(7205163),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_205_163` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9155:256 [INFO] [stderr] | [INFO] [stderr] 9155 | ("65789", Record {zip_code: "65789",zip_code_type: Type::Standard,city: "POMONA",state: "MO",coordinates: Some((36.86 as f64, -91.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(755),estimated_population: Some(1451),total_wages: Some(19998102),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_998_102` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9157:265 [INFO] [stderr] | [INFO] [stderr] 9157 | ("72703", Record {zip_code: "72703",zip_code_type: Type::Standard,city: "FAYETTEVILLE",state: "AR",coordinates: Some((36.07 as f64, -94.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(12331),estimated_population: Some(20028),total_wages: Some(510032207),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `510_032_207` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9158:260 [INFO] [stderr] | [INFO] [stderr] 9158 | ("12777", Record {zip_code: "12777",zip_code_type: Type::Standard,city: "FORESTBURGH",state: "NY",coordinates: Some((41.54 as f64, -74.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(369),estimated_population: Some(613),total_wages: Some(15767040),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_767_040` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9160:260 [INFO] [stderr] | [INFO] [stderr] 9160 | ("93619", Record {zip_code: "93619",zip_code_type: Type::Standard,city: "CLOVIS",state: "CA",coordinates: Some((36.91 as f64, -119.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(11654),estimated_population: Some(23064),total_wages: Some(792514932),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `792_514_932` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9162:258 [INFO] [stderr] | [INFO] [stderr] 9162 | ("62535", Record {zip_code: "62535",zip_code_type: Type::Standard,city: "FORSYTH",state: "IL",coordinates: Some((39.92 as f64, -88.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(1612),estimated_population: Some(3169),total_wages: Some(131920222),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `131_920_222` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9163:264 [INFO] [stderr] | [INFO] [stderr] 9163 | ("12147", Record {zip_code: "12147",zip_code_type: Type::Standard,city: "RENSSELAERVILLE",state: "NY",coordinates: Some((42.51 as f64, -74.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(303),estimated_population: Some(513),total_wages: Some(10881138),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_881_138` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9165:260 [INFO] [stderr] | [INFO] [stderr] 9165 | ("14215", Record {zip_code: "14215",zip_code_type: Type::Standard,city: "BUFFALO",state: "NY",coordinates: Some((42.88 as f64, -78.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(16286),estimated_population: Some(26790),total_wages: Some(387302213),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `387_302_213` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9166:254 [INFO] [stderr] | [INFO] [stderr] 9166 | ("85911", Record {zip_code: "85911",zip_code_type: Type::PoBox,city: "CIBECUE",state: "AZ",coordinates: Some((34.15 as f64, -110.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(428),estimated_population: Some(849),total_wages: Some(7184367),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_184_367` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9169:267 [INFO] [stderr] | [INFO] [stderr] 9169 | ("20732", Record {zip_code: "20732",zip_code_type: Type::Standard,city: "CHESAPEAKE BEACH",state: "MD",coordinates: Some((38.68 as f64, -76.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(4757),estimated_population: Some(8400),total_wages: Some(275415401),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `275_415_401` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9170:261 [INFO] [stderr] | [INFO] [stderr] 9170 | ("29726", Record {zip_code: "29726",zip_code_type: Type::Standard,city: "MC CONNELLS",state: "SC",coordinates: Some((34.86 as f64, -81.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(747),estimated_population: Some(1384),total_wages: Some(24919062),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_919_062` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9172:269 [INFO] [stderr] | [INFO] [stderr] 9172 | ("29405", Record {zip_code: "29405",zip_code_type: Type::Standard,city: "NORTH CHARLESTON",state: "SC",coordinates: Some((32.78 as f64, -79.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(10903),estimated_population: Some(17749),total_wages: Some(224708892),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `224_708_892` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9173:260 [INFO] [stderr] | [INFO] [stderr] 9173 | ("84020", Record {zip_code: "84020",zip_code_type: Type::Standard,city: "DRAPER",state: "UT",coordinates: Some((40.49 as f64, -111.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(14848),estimated_population: Some(29089),total_wages: Some(906574100),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `906_574_100` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9175:265 [INFO] [stderr] | [INFO] [stderr] 9175 | ("11596", Record {zip_code: "11596",zip_code_type: Type::Standard,city: "WILLISTON PARK",state: "NY",coordinates: Some((40.75 as f64, -73.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(5340),estimated_population: Some(9478),total_wages: Some(376329181),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `376_329_181` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9177:258 [INFO] [stderr] | [INFO] [stderr] 9177 | ("37762", Record {zip_code: "37762",zip_code_type: Type::Standard,city: "JELLICO",state: "TN",coordinates: Some((36.57 as f64, -84.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(1257),estimated_population: Some(2314),total_wages: Some(31417773),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `31_417_773` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9178:260 [INFO] [stderr] | [INFO] [stderr] 9178 | ("92612", Record {zip_code: "92612",zip_code_type: Type::Standard,city: "IRVINE",state: "CA",coordinates: Some((33.63 as f64, -117.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(10564),estimated_population: Some(16945),total_wages: Some(633383016),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `633_383_016` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9180:251 [INFO] [stderr] | [INFO] [stderr] 9180 | ("58106", Record {zip_code: "58106",zip_code_type: Type::PoBox,city: "FARGO",state: "ND",coordinates: Some((46.87 as f64, -96.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(580),estimated_population: Some(816),total_wages: Some(19016262),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_016_262` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9181:253 [INFO] [stderr] | [INFO] [stderr] 9181 | ("85366", Record {zip_code: "85366",zip_code_type: Type::PoBox,city: "YUMA",state: "AZ",coordinates: Some((32.68 as f64, -114.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(2155),estimated_population: Some(3972),total_wages: Some(66419028),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `66_419_028` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9184:263 [INFO] [stderr] | [INFO] [stderr] 9184 | ("11720", Record {zip_code: "11720",zip_code_type: Type::Standard,city: "CENTEREACH",state: "NY",coordinates: Some((40.87 as f64, -73.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(14109),estimated_population: Some(25056),total_wages: Some(720516100),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `720_516_100` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9185:257 [INFO] [stderr] | [INFO] [stderr] 9185 | ("53523", Record {zip_code: "53523",zip_code_type: Type::Standard,city: "CAMBRIDGE",state: "WI",coordinates: Some((43 as f64, -89.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(2599),estimated_population: Some(4548),total_wages: Some(113775516),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `113_775_516` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9187:254 [INFO] [stderr] | [INFO] [stderr] 9187 | ("91333", Record {zip_code: "91333",zip_code_type: Type::PoBox,city: "PACOIMA",state: "CA",coordinates: Some((34.26 as f64, -118.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(419),estimated_population: Some(775),total_wages: Some(10599900),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_599_900` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9189:263 [INFO] [stderr] | [INFO] [stderr] 9189 | ("02576", Record {zip_code: "02576",zip_code_type: Type::Standard,city: "WEST WAREHAM",state: "MA",coordinates: Some((41.78 as f64, -70.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(2051),estimated_population: Some(3479),total_wages: Some(78599337),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `78_599_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9190:264 [INFO] [stderr] | [INFO] [stderr] 9190 | ("99019", Record {zip_code: "99019",zip_code_type: Type::Standard,city: "LIBERTY LAKE",state: "WA",coordinates: Some((47.63 as f64, -117.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(4172),estimated_population: Some(7886),total_wages: Some(241015601),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `241_015_601` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9191:263 [INFO] [stderr] | [INFO] [stderr] 9191 | ("59022", Record {zip_code: "59022",zip_code_type: Type::Standard,city: "CROW AGENCY",state: "MT",coordinates: Some((45.62 as f64, -107.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(1042),estimated_population: Some(2070),total_wages: Some(25914004),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_914_004` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9192:262 [INFO] [stderr] | [INFO] [stderr] 9192 | ("94119", Record {zip_code: "94119",zip_code_type: Type::PoBox,city: "SAN FRANCISCO",state: "CA",coordinates: Some((37.78 as f64, -122.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(1105),estimated_population: Some(1798),total_wages: Some(165520596),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `165_520_596` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9194:261 [INFO] [stderr] | [INFO] [stderr] 9194 | ("23833", Record {zip_code: "23833",zip_code_type: Type::Standard,city: "CHURCH ROAD",state: "VA",coordinates: Some((37.15 as f64, -77.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(991),estimated_population: Some(1846),total_wages: Some(39171958),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `39_171_958` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9195:257 [INFO] [stderr] | [INFO] [stderr] 9195 | ("03276", Record {zip_code: "03276",zip_code_type: Type::Standard,city: "TILTON",state: "NH",coordinates: Some((43.44 as f64, -71.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(4047),estimated_population: Some(6892),total_wages: Some(150259688),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `150_259_688` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9197:263 [INFO] [stderr] | [INFO] [stderr] 9197 | ("80128", Record {zip_code: "80128",zip_code_type: Type::Standard,city: "LITTLETON",state: "CO",coordinates: Some((39.59 as f64, -105.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(17736),estimated_population: Some(31088),total_wages: Some(908751036),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `908_751_036` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9198:258 [INFO] [stderr] | [INFO] [stderr] 9198 | ("14476", Record {zip_code: "14476",zip_code_type: Type::Standard,city: "KENDALL",state: "NY",coordinates: Some((43.32 as f64, -78.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(1054),estimated_population: Some(1905),total_wages: Some(35098051),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_098_051` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9199:262 [INFO] [stderr] | [INFO] [stderr] 9199 | ("85225", Record {zip_code: "85225",zip_code_type: Type::Standard,city: "CHANDLER",state: "AZ",coordinates: Some((33.32 as f64, -111.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(28596),estimated_population: Some(50692),total_wages: Some(1162951792),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_162_951_792` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9200:259 [INFO] [stderr] | [INFO] [stderr] 9200 | ("43903", Record {zip_code: "43903",zip_code_type: Type::Standard,city: "AMSTERDAM",state: "OH",coordinates: Some((40.47 as f64, -80.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(893),estimated_population: Some(1612),total_wages: Some(25270956),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_270_956` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9201:258 [INFO] [stderr] | [INFO] [stderr] 9201 | ("07641", Record {zip_code: "07641",zip_code_type: Type::Standard,city: "HAWORTH",state: "NJ",coordinates: Some((40.96 as f64, -73.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(1634),estimated_population: Some(3115),total_wages: Some(154887321),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `154_887_321` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9202:256 [INFO] [stderr] | [INFO] [stderr] 9202 | ("77664", Record {zip_code: "77664",zip_code_type: Type::Standard,city: "WARREN",state: "TX",coordinates: Some((30.61 as f64, -94.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(1110),estimated_population: Some(2154),total_wages: Some(38174723),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_174_723` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9203:264 [INFO] [stderr] | [INFO] [stderr] 9203 | ("66214", Record {zip_code: "66214",zip_code_type: Type::Standard,city: "OVERLAND PARK",state: "KS",coordinates: Some((38.9 as f64, -94.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(6240),estimated_population: Some(10183),total_wages: Some(241182570),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `241_182_570` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9205:258 [INFO] [stderr] | [INFO] [stderr] 9205 | ("47521", Record {zip_code: "47521",zip_code_type: Type::Standard,city: "CELESTINE",state: "IN",coordinates: Some((38.38 as f64, -86.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(465),estimated_population: Some(869),total_wages: Some(16566807),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_566_807` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9207:258 [INFO] [stderr] | [INFO] [stderr] 9207 | ("03748", Record {zip_code: "03748",zip_code_type: Type::Standard,city: "ENFIELD",state: "NH",coordinates: Some((43.64 as f64, -72.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(2460),estimated_population: Some(4101),total_wages: Some(108392458),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `108_392_458` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9210:261 [INFO] [stderr] | [INFO] [stderr] 9210 | ("85022", Record {zip_code: "85022",zip_code_type: Type::Standard,city: "PHOENIX",state: "AZ",coordinates: Some((33.62 as f64, -112.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(21617),estimated_population: Some(34997),total_wages: Some(910732541),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `910_732_541` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9211:253 [INFO] [stderr] | [INFO] [stderr] 9211 | ("03768", Record {zip_code: "03768",zip_code_type: Type::Standard,city: "LYME",state: "NH",coordinates: Some((43.8 as f64, -72.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(846),estimated_population: Some(1480),total_wages: Some(58926079),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `58_926_079` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9212:258 [INFO] [stderr] | [INFO] [stderr] 9212 | ("65265", Record {zip_code: "65265",zip_code_type: Type::Standard,city: "MEXICO",state: "MO",coordinates: Some((39.16 as f64, -91.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(7122),estimated_population: Some(12402),total_wages: Some(196353428),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `196_353_428` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9214:257 [INFO] [stderr] | [INFO] [stderr] 9214 | ("15377", Record {zip_code: "15377",zip_code_type: Type::Standard,city: "WEST FINLEY",state: "PA",coordinates: Some((40 as f64, -80.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(307),estimated_population: Some(571),total_wages: Some(10357036),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_357_036` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9215:256 [INFO] [stderr] | [INFO] [stderr] 9215 | ("39152", Record {zip_code: "39152",zip_code_type: Type::Standard,city: "PULASKI",state: "MS",coordinates: Some((32.27 as f64, -89.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(485),estimated_population: Some(945),total_wages: Some(12599722),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_599_722` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9216:255 [INFO] [stderr] | [INFO] [stderr] 9216 | ("41564", Record {zip_code: "41564",zip_code_type: Type::Standard,city: "SIDNEY",state: "KY",coordinates: Some((37.62 as f64, -82.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(411),estimated_population: Some(821),total_wages: Some(13387818),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_387_818` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9217:254 [INFO] [stderr] | [INFO] [stderr] 9217 | ("67120", Record {zip_code: "67120",zip_code_type: Type::Standard,city: "PECK",state: "KS",coordinates: Some((37.47 as f64, -97.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(643),estimated_population: Some(1217),total_wages: Some(28998728),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_998_728` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9218:256 [INFO] [stderr] | [INFO] [stderr] 9218 | ("76652", Record {zip_code: "76652",zip_code_type: Type::Standard,city: "KOPPERL",state: "TX",coordinates: Some((32.11 as f64, -97.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(433),estimated_population: Some(804),total_wages: Some(13128492),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_128_492` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9219:256 [INFO] [stderr] | [INFO] [stderr] 9219 | ("29622", Record {zip_code: "29622",zip_code_type: Type::PoBox,city: "ANDERSON",state: "SC",coordinates: Some((34.51 as f64, -82.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(1056),estimated_population: Some(1778),total_wages: Some(32828514),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_828_514` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9220:258 [INFO] [stderr] | [INFO] [stderr] 9220 | ("95242", Record {zip_code: "95242",zip_code_type: Type::Standard,city: "LODI",state: "CA",coordinates: Some((38.13 as f64, -121.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(11363),estimated_population: Some(20643),total_wages: Some(494176792),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `494_176_792` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9222:262 [INFO] [stderr] | [INFO] [stderr] 9222 | ("63077", Record {zip_code: "63077",zip_code_type: Type::Standard,city: "SAINT CLAIR",state: "MO",coordinates: Some((38.35 as f64, -90.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(5303),estimated_population: Some(9514),total_wages: Some(160368681),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `160_368_681` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9223:261 [INFO] [stderr] | [INFO] [stderr] 9223 | ("43125", Record {zip_code: "43125",zip_code_type: Type::Standard,city: "GROVEPORT",state: "OH",coordinates: Some((39.86 as f64, -82.89 as f64)),is_decommissioned: false,tax_returns_filed: Some(6315),estimated_population: Some(10484),total_wages: Some(216457422),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `216_457_422` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9224:258 [INFO] [stderr] | [INFO] [stderr] 9224 | ("87418", Record {zip_code: "87418",zip_code_type: Type::Standard,city: "LA PLATA",state: "NM",coordinates: Some((36.92 as f64, -108.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(415),estimated_population: Some(790),total_wages: Some(22103211),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_103_211` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9225:258 [INFO] [stderr] | [INFO] [stderr] 9225 | ("76052", Record {zip_code: "76052",zip_code_type: Type::Standard,city: "HASLET",state: "TX",coordinates: Some((32.95 as f64, -97.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(5838),estimated_population: Some(11906),total_wages: Some(386946305),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `386_946_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9226:256 [INFO] [stderr] | [INFO] [stderr] 9226 | ("16942", Record {zip_code: "16942",zip_code_type: Type::Standard,city: "OSCEOLA",state: "PA",coordinates: Some((41.98 as f64, -77.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(375),estimated_population: Some(689),total_wages: Some(9531619),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_531_619` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9227:257 [INFO] [stderr] | [INFO] [stderr] 9227 | ("76055", Record {zip_code: "76055",zip_code_type: Type::Standard,city: "ITASCA",state: "TX",coordinates: Some((32.15 as f64, -97.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(1132),estimated_population: Some(2157),total_wages: Some(35816601),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_816_601` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9229:257 [INFO] [stderr] | [INFO] [stderr] 9229 | ("41514", Record {zip_code: "41514",zip_code_type: Type::Standard,city: "BELFRY",state: "KY",coordinates: Some((37.62 as f64, -82.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1402),estimated_population: Some(2672),total_wages: Some(45244333),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `45_244_333` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9230:252 [INFO] [stderr] | [INFO] [stderr] 9230 | ("96047", Record {zip_code: "96047",zip_code_type: Type::Standard,city: "IGO",state: "CA",coordinates: Some((40.46 as f64, -122.7 as f64)),is_decommissioned: false,tax_returns_filed: Some(406),estimated_population: Some(708),total_wages: Some(11522345),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_522_345` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9232:261 [INFO] [stderr] | [INFO] [stderr] 9232 | ("11222", Record {zip_code: "11222",zip_code_type: Type::Standard,city: "BROOKLYN",state: "NY",coordinates: Some((40.64 as f64, -73.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(20507),estimated_population: Some(29492),total_wages: Some(742383100),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `742_383_100` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9233:261 [INFO] [stderr] | [INFO] [stderr] 9233 | ("97080", Record {zip_code: "97080",zip_code_type: Type::Standard,city: "GRESHAM",state: "OR",coordinates: Some((45.47 as f64, -122.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(17408),estimated_population: Some(31971),total_wages: Some(722524223),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `722_524_223` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9239:265 [INFO] [stderr] | [INFO] [stderr] 9239 | ("07424", Record {zip_code: "07424",zip_code_type: Type::Standard,city: "LITTLE FALLS",state: "NJ",coordinates: Some((40.87 as f64, -74.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(12172),estimated_population: Some(20128),total_wages: Some(585762325),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `585_762_325` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9240:255 [INFO] [stderr] | [INFO] [stderr] 9240 | ("67443", Record {zip_code: "67443",zip_code_type: Type::Standard,city: "GALVA",state: "KS",coordinates: Some((38.38 as f64, -97.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(858),estimated_population: Some(1629),total_wages: Some(28744513),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_744_513` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9241:263 [INFO] [stderr] | [INFO] [stderr] 9241 | ("19046", Record {zip_code: "19046",zip_code_type: Type::Standard,city: "JENKINTOWN",state: "PA",coordinates: Some((40.09 as f64, -75.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(10327),estimated_population: Some(17162),total_wages: Some(661292054),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `661_292_054` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9242:259 [INFO] [stderr] | [INFO] [stderr] 9242 | ("30106", Record {zip_code: "30106",zip_code_type: Type::Standard,city: "AUSTELL",state: "GA",coordinates: Some((33.82 as f64, -84.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(9020),estimated_population: Some(15566),total_wages: Some(289005163),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `289_005_163` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9244:255 [INFO] [stderr] | [INFO] [stderr] 9244 | ("34282", Record {zip_code: "34282",zip_code_type: Type::PoBox,city: "BRADENTON",state: "FL",coordinates: Some((27.48 as f64, -82.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(262),estimated_population: Some(402),total_wages: Some(6031324),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_031_324` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9248:256 [INFO] [stderr] | [INFO] [stderr] 9248 | ("01740", Record {zip_code: "01740",zip_code_type: Type::Standard,city: "BOLTON",state: "MA",coordinates: Some((42.43 as f64, -71.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(2293),estimated_population: Some(4456),total_wages: Some(228442687),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `228_442_687` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9250:255 [INFO] [stderr] | [INFO] [stderr] 9250 | ("71003", Record {zip_code: "71003",zip_code_type: Type::Standard,city: "ATHENS",state: "LA",coordinates: Some((32.65 as f64, -93.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(431),estimated_population: Some(793),total_wages: Some(13138428),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_138_428` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9252:254 [INFO] [stderr] | [INFO] [stderr] 9252 | ("01083", Record {zip_code: "01083",zip_code_type: Type::PoBox,city: "WARREN",state: "MA",coordinates: Some((42.21 as f64, -72.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(1460),estimated_population: Some(2519),total_wages: Some(51554337),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `51_554_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9253:256 [INFO] [stderr] | [INFO] [stderr] 9253 | ("35452", Record {zip_code: "35452",zip_code_type: Type::Standard,city: "COKER",state: "AL",coordinates: Some((33.28 as f64, -87.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(1586),estimated_population: Some(3077),total_wages: Some(57684991),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_684_991` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9254:258 [INFO] [stderr] | [INFO] [stderr] 9254 | ("28392", Record {zip_code: "28392",zip_code_type: Type::Standard,city: "TAR HEEL",state: "NC",coordinates: Some((34.73 as f64, -78.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(762),estimated_population: Some(1422),total_wages: Some(21138637),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_138_637` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9255:265 [INFO] [stderr] | [INFO] [stderr] 9255 | ("22655", Record {zip_code: "22655",zip_code_type: Type::Standard,city: "STEPHENS CITY",state: "VA",coordinates: Some((39.09 as f64, -78.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(8892),estimated_population: Some(16259),total_wages: Some(399457233),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `399_457_233` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9256:254 [INFO] [stderr] | [INFO] [stderr] 9256 | ("03870", Record {zip_code: "03870",zip_code_type: Type::Standard,city: "RYE",state: "NH",coordinates: Some((43.01 as f64, -70.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(2654),estimated_population: Some(4505),total_wages: Some(159358677),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `159_358_677` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9257:255 [INFO] [stderr] | [INFO] [stderr] 9257 | ("54554", Record {zip_code: "54554",zip_code_type: Type::Standard,city: "PHELPS",state: "WI",coordinates: Some((46.06 as f64, -89.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(550),estimated_population: Some(968),total_wages: Some(11713548),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_713_548` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9258:261 [INFO] [stderr] | [INFO] [stderr] 9258 | ("78256", Record {zip_code: "78256",zip_code_type: Type::Standard,city: "SAN ANTONIO",state: "TX",coordinates: Some((29.45 as f64, -98.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(2414),estimated_population: Some(4383),total_wages: Some(184822049),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `184_822_049` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9260:256 [INFO] [stderr] | [INFO] [stderr] 9260 | ("72662", Record {zip_code: "72662",zip_code_type: Type::Standard,city: "OMAHA",state: "AR",coordinates: Some((36.46 as f64, -93.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(1216),estimated_population: Some(2260),total_wages: Some(28297083),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_297_083` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9262:254 [INFO] [stderr] | [INFO] [stderr] 9262 | ("66755", Record {zip_code: "66755",zip_code_type: Type::Standard,city: "MORAN",state: "KS",coordinates: Some((37.91 as f64, -95.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(530),estimated_population: Some(972),total_wages: Some(13768047),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_768_047` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9263:263 [INFO] [stderr] | [INFO] [stderr] 9263 | ("21050", Record {zip_code: "21050",zip_code_type: Type::Standard,city: "FOREST HILL",state: "MD",coordinates: Some((39.58 as f64, -76.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(8965),estimated_population: Some(16636),total_wages: Some(530715497),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `530_715_497` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9266:259 [INFO] [stderr] | [INFO] [stderr] 9266 | ("92880", Record {zip_code: "92880",zip_code_type: Type::Standard,city: "CORONA",state: "CA",coordinates: Some((33.9 as f64, -117.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(21055),estimated_population: Some(42387),total_wages: Some(1188941708),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_188_941_708` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9267:261 [INFO] [stderr] | [INFO] [stderr] 9267 | ("34224", Record {zip_code: "34224",zip_code_type: Type::Standard,city: "ENGLEWOOD",state: "FL",coordinates: Some((26.95 as f64, -82.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(6784),estimated_population: Some(11254),total_wages: Some(139124433),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `139_124_433` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9268:261 [INFO] [stderr] | [INFO] [stderr] 9268 | ("66044", Record {zip_code: "66044",zip_code_type: Type::Standard,city: "LAWRENCE",state: "KS",coordinates: Some((38.96 as f64, -95.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(10860),estimated_population: Some(16052),total_wages: Some(310085286),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `310_085_286` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9271:259 [INFO] [stderr] | [INFO] [stderr] 9271 | ("24301", Record {zip_code: "24301",zip_code_type: Type::Standard,city: "PULASKI",state: "VA",coordinates: Some((37.05 as f64, -80.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(5982),estimated_population: Some(10431),total_wages: Some(171959372),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `171_959_372` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9273:255 [INFO] [stderr] | [INFO] [stderr] 9273 | ("52223", Record {zip_code: "52223",zip_code_type: Type::Standard,city: "DELHI",state: "IA",coordinates: Some((42.43 as f64, -91.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(669),estimated_population: Some(1184),total_wages: Some(20926327),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_926_327` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9274:258 [INFO] [stderr] | [INFO] [stderr] 9274 | ("48604", Record {zip_code: "48604",zip_code_type: Type::Standard,city: "SAGINAW",state: "MI",coordinates: Some((43.41 as f64, -83.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(4830),estimated_population: Some(8209),total_wages: Some(127550974),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `127_550_974` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9276:268 [INFO] [stderr] | [INFO] [stderr] 9276 | ("59758", Record {zip_code: "59758",zip_code_type: Type::Standard,city: "WEST YELLOWSTONE",state: "MT",coordinates: Some((44.69 as f64, -111.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(1058),estimated_population: Some(1671),total_wages: Some(26985875),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_985_875` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9278:255 [INFO] [stderr] | [INFO] [stderr] 9278 | ("28519", Record {zip_code: "28519",zip_code_type: Type::PoBox,city: "BRIDGETON",state: "NC",coordinates: Some((35.12 as f64, -77.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(516),estimated_population: Some(889),total_wages: Some(13423291),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_423_291` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9279:264 [INFO] [stderr] | [INFO] [stderr] 9279 | ("53038", Record {zip_code: "53038",zip_code_type: Type::Standard,city: "JOHNSON CREEK",state: "WI",coordinates: Some((43.07 as f64, -88.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(1861),estimated_population: Some(3374),total_wages: Some(78402036),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `78_402_036` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9280:257 [INFO] [stderr] | [INFO] [stderr] 9280 | ("73572", Record {zip_code: "73572",zip_code_type: Type::Standard,city: "WALTERS",state: "OK",coordinates: Some((34.35 as f64, -98.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(1557),estimated_population: Some(2861),total_wages: Some(45825318),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `45_825_318` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9281:262 [INFO] [stderr] | [INFO] [stderr] 9281 | ("21562", Record {zip_code: "21562",zip_code_type: Type::Standard,city: "WESTERNPORT",state: "MD",coordinates: Some((39.48 as f64, -79.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(1353),estimated_population: Some(2374),total_wages: Some(39554164),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `39_554_164` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9282:262 [INFO] [stderr] | [INFO] [stderr] 9282 | ("11795", Record {zip_code: "11795",zip_code_type: Type::Standard,city: "WEST ISLIP",state: "NY",coordinates: Some((40.7 as f64, -73.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(12613),estimated_population: Some(22905),total_wages: Some(786641173),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `786_641_173` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9283:262 [INFO] [stderr] | [INFO] [stderr] 9283 | ("55068", Record {zip_code: "55068",zip_code_type: Type::Standard,city: "ROSEMOUNT",state: "MN",coordinates: Some((44.74 as f64, -93.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(12853),estimated_population: Some(24049),total_wages: Some(726585593),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `726_585_593` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9284:262 [INFO] [stderr] | [INFO] [stderr] 9284 | ("81401", Record {zip_code: "81401",zip_code_type: Type::Standard,city: "MONTROSE",state: "CO",coordinates: Some((38.49 as f64, -107.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(11102),estimated_population: Some(19993),total_wages: Some(329361407),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `329_361_407` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9286:257 [INFO] [stderr] | [INFO] [stderr] 9286 | ("79244", Record {zip_code: "79244",zip_code_type: Type::Standard,city: "MATADOR",state: "TX",coordinates: Some((34.01 as f64, -100.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(321),estimated_population: Some(588),total_wages: Some(7445652),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_445_652` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9287:258 [INFO] [stderr] | [INFO] [stderr] 9287 | ("79373", Record {zip_code: "79373",zip_code_type: Type::Standard,city: "TAHOKA",state: "TX",coordinates: Some((33.16 as f64, -101.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(1389),estimated_population: Some(2598),total_wages: Some(36139584),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_139_584` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9288:257 [INFO] [stderr] | [INFO] [stderr] 9288 | ("29160", Record {zip_code: "29160",zip_code_type: Type::Standard,city: "SWANSEA",state: "SC",coordinates: Some((33.73 as f64, -81.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(3434),estimated_population: Some(6161),total_wages: Some(103450988),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `103_450_988` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9289:259 [INFO] [stderr] | [INFO] [stderr] 9289 | ("40209", Record {zip_code: "40209",zip_code_type: Type::Standard,city: "LOUISVILLE",state: "KY",coordinates: Some((38.22 as f64, -85.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(297),estimated_population: Some(475),total_wages: Some(6930788),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_930_788` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9290:260 [INFO] [stderr] | [INFO] [stderr] 9290 | ("27019", Record {zip_code: "27019",zip_code_type: Type::Standard,city: "GERMANTON",state: "NC",coordinates: Some((36.26 as f64, -80.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(1820),estimated_population: Some(3331),total_wages: Some(61856548),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `61_856_548` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9291:255 [INFO] [stderr] | [INFO] [stderr] 9291 | ("31604", Record {zip_code: "31604",zip_code_type: Type::PoBox,city: "VALDOSTA",state: "GA",coordinates: Some((30.84 as f64, -83.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(592),estimated_population: Some(1021),total_wages: Some(20541637),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_541_637` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9292:263 [INFO] [stderr] | [INFO] [stderr] 9292 | ("13839", Record {zip_code: "13839",zip_code_type: Type::Standard,city: "SIDNEY CENTER",state: "NY",coordinates: Some((42.29 as f64, -75.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(608),estimated_population: Some(1088),total_wages: Some(18102112),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_102_112` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9293:264 [INFO] [stderr] | [INFO] [stderr] 9293 | ("37412", Record {zip_code: "37412",zip_code_type: Type::Standard,city: "CHATTANOOGA",state: "TN",coordinates: Some((35.06 as f64, -85.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(10753),estimated_population: Some(17869),total_wages: Some(297776550),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `297_776_550` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9294:258 [INFO] [stderr] | [INFO] [stderr] 9294 | ("43609", Record {zip_code: "43609",zip_code_type: Type::Standard,city: "TOLEDO",state: "OH",coordinates: Some((41.66 as f64, -83.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(9157),estimated_population: Some(15393),total_wages: Some(208192308),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `208_192_308` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9296:276 [INFO] [stderr] | [INFO] [stderr] 9296 | ("99011", Record {zip_code: "99011",zip_code_type: Type::Standard,city: "FAIRCHILD AIR FORCE BASE",state: "WA",coordinates: Some((47.61 as f64, -117.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(1127),estimated_population: Some(2244),total_wages: Some(34707491),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_707_491` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9297:261 [INFO] [stderr] | [INFO] [stderr] 9297 | ("47126", Record {zip_code: "47126",zip_code_type: Type::Standard,city: "HENRYVILLE",state: "IN",coordinates: Some((38.53 as f64, -85.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(1970),estimated_population: Some(3607),total_wages: Some(71703890),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `71_703_890` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9298:265 [INFO] [stderr] | [INFO] [stderr] 9298 | ("90024", Record {zip_code: "90024",zip_code_type: Type::Standard,city: "LOS ANGELES",state: "CA",coordinates: Some((34.06 as f64, -118.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(15349),estimated_population: Some(22009),total_wages: Some(1258492976),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_258_492_976` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9300:252 [INFO] [stderr] | [INFO] [stderr] 9300 | ("30271", Record {zip_code: "30271",zip_code_type: Type::PoBox,city: "NEWNAN",state: "GA",coordinates: Some((33.37 as f64, -84.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(497),estimated_population: Some(834),total_wages: Some(17503903),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_503_903` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9301:260 [INFO] [stderr] | [INFO] [stderr] 9301 | ("77076", Record {zip_code: "77076",zip_code_type: Type::Standard,city: "HOUSTON",state: "TX",coordinates: Some((29.76 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(11037),estimated_population: Some(21487),total_wages: Some(263200016),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `263_200_016` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9302:258 [INFO] [stderr] | [INFO] [stderr] 9302 | ("38469", Record {zip_code: "38469",zip_code_type: Type::Standard,city: "LORETTO",state: "TN",coordinates: Some((35.08 as f64, -87.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1660),estimated_population: Some(3203),total_wages: Some(51516916),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `51_516_916` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9303:258 [INFO] [stderr] | [INFO] [stderr] 9303 | ("77365", Record {zip_code: "77365",zip_code_type: Type::Standard,city: "PORTER",state: "TX",coordinates: Some((30.1 as f64, -95.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(10291),estimated_population: Some(19604),total_wages: Some(460822437),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `460_822_437` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9305:262 [INFO] [stderr] | [INFO] [stderr] 9305 | ("30567", Record {zip_code: "30567",zip_code_type: Type::Standard,city: "PENDERGRASS",state: "GA",coordinates: Some((34.16 as f64, -83.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(1326),estimated_population: Some(2551),total_wages: Some(48713516),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `48_713_516` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9306:260 [INFO] [stderr] | [INFO] [stderr] 9306 | ("08230", Record {zip_code: "08230",zip_code_type: Type::Standard,city: "OCEAN VIEW",state: "NJ",coordinates: Some((39.2 as f64, -74.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(3059),estimated_population: Some(5385),total_wages: Some(131983732),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `131_983_732` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9307:259 [INFO] [stderr] | [INFO] [stderr] 9307 | ("12572", Record {zip_code: "12572",zip_code_type: Type::Standard,city: "RHINEBECK",state: "NY",coordinates: Some((41.92 as f64, -73.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(4501),estimated_population: Some(7502),total_wages: Some(224458677),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `224_458_677` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9309:256 [INFO] [stderr] | [INFO] [stderr] 9309 | ("71944", Record {zip_code: "71944",zip_code_type: Type::Standard,city: "GRANNIS",state: "AR",coordinates: Some((34.24 as f64, -94.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(265),estimated_population: Some(511),total_wages: Some(7067535),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_067_535` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9312:251 [INFO] [stderr] | [INFO] [stderr] 9312 | ("73491", Record {zip_code: "73491",zip_code_type: Type::PoBox,city: "VELMA",state: "OK",coordinates: Some((34.45 as f64, -97.66 as f64)),is_decommissioned: false,tax_returns_filed: Some(406),estimated_population: Some(798),total_wages: Some(14345778),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_345_778` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9313:257 [INFO] [stderr] | [INFO] [stderr] 9313 | ("22827", Record {zip_code: "22827",zip_code_type: Type::Standard,city: "ELKTON",state: "VA",coordinates: Some((38.41 as f64, -78.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(4886),estimated_population: Some(8630),total_wages: Some(158237537),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `158_237_537` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9314:258 [INFO] [stderr] | [INFO] [stderr] 9314 | ("61342", Record {zip_code: "61342",zip_code_type: Type::Standard,city: "MENDOTA",state: "IL",coordinates: Some((41.55 as f64, -89.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(4445),estimated_population: Some(7691),total_wages: Some(135666616),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `135_666_616` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9315:257 [INFO] [stderr] | [INFO] [stderr] 9315 | ("58051", Record {zip_code: "58051",zip_code_type: Type::Standard,city: "KINDRED",state: "ND",coordinates: Some((46.65 as f64, -97.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(660),estimated_population: Some(1313),total_wages: Some(30190958),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_190_958` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9316:257 [INFO] [stderr] | [INFO] [stderr] 9316 | ("19940", Record {zip_code: "19940",zip_code_type: Type::Standard,city: "DELMAR",state: "DE",coordinates: Some((38.46 as f64, -75.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(2490),estimated_population: Some(4493),total_wages: Some(80530281),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `80_530_281` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9318:258 [INFO] [stderr] | [INFO] [stderr] 9318 | ("50153", Record {zip_code: "50153",zip_code_type: Type::Standard,city: "LYNNVILLE",state: "IA",coordinates: Some((41.57 as f64, -92.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(325),estimated_population: Some(658),total_wages: Some(12607915),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_607_915` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9320:259 [INFO] [stderr] | [INFO] [stderr] 9320 | ("90717", Record {zip_code: "90717",zip_code_type: Type::Standard,city: "LOMITA",state: "CA",coordinates: Some((33.79 as f64, -118.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(9883),estimated_population: Some(16628),total_wages: Some(424496396),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `424_496_396` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9321:260 [INFO] [stderr] | [INFO] [stderr] 9321 | ("24090", Record {zip_code: "24090",zip_code_type: Type::Standard,city: "FINCASTLE",state: "VA",coordinates: Some((37.49 as f64, -79.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(2021),estimated_population: Some(3739),total_wages: Some(90097378),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `90_097_378` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9322:264 [INFO] [stderr] | [INFO] [stderr] 9322 | ("10604", Record {zip_code: "10604",zip_code_type: Type::Standard,city: "WEST HARRISON",state: "NY",coordinates: Some((41.05 as f64, -73.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(5360),estimated_population: Some(9286),total_wages: Some(425417193),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `425_417_193` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9324:256 [INFO] [stderr] | [INFO] [stderr] 9324 | ("71953", Record {zip_code: "71953",zip_code_type: Type::Standard,city: "MENA",state: "AR",coordinates: Some((34.58 as f64, -94.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(5771),estimated_population: Some(10761),total_wages: Some(138933796),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `138_933_796` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9325:257 [INFO] [stderr] | [INFO] [stderr] 9325 | ("78119", Record {zip_code: "78119",zip_code_type: Type::Standard,city: "KENEDY",state: "TX",coordinates: Some((28.81 as f64, -97.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(1968),estimated_population: Some(3584),total_wages: Some(51263682),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `51_263_682` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9326:266 [INFO] [stderr] | [INFO] [stderr] 9326 | ("60514", Record {zip_code: "60514",zip_code_type: Type::Standard,city: "CLARENDON HILLS",state: "IL",coordinates: Some((41.79 as f64, -87.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(4771),estimated_population: Some(8629),total_wages: Some(439945983),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `439_945_983` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9327:257 [INFO] [stderr] | [INFO] [stderr] 9327 | ("78377", Record {zip_code: "78377",zip_code_type: Type::Standard,city: "REFUGIO",state: "TX",coordinates: Some((28.3 as f64, -97.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(1664),estimated_population: Some(3003),total_wages: Some(52543192),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_543_192` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9328:259 [INFO] [stderr] | [INFO] [stderr] 9328 | ("77336", Record {zip_code: "77336",zip_code_type: Type::Standard,city: "HUFFMAN",state: "TX",coordinates: Some((30.06 as f64, -95.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(5328),estimated_population: Some(10138),total_wages: Some(278322968),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `278_322_968` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9329:258 [INFO] [stderr] | [INFO] [stderr] 9329 | ("30566", Record {zip_code: "30566",zip_code_type: Type::Standard,city: "OAKWOOD",state: "GA",coordinates: Some((34.23 as f64, -83.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(3720),estimated_population: Some(6624),total_wages: Some(119917038),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `119_917_038` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9330:264 [INFO] [stderr] | [INFO] [stderr] 9330 | ("63116", Record {zip_code: "63116",zip_code_type: Type::Standard,city: "SAINT LOUIS",state: "MO",coordinates: Some((38.63 as f64, -90.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(21305),estimated_population: Some(33439),total_wages: Some(635731171),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `635_731_171` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9331:259 [INFO] [stderr] | [INFO] [stderr] 9331 | ("27011", Record {zip_code: "27011",zip_code_type: Type::Standard,city: "BOONVILLE",state: "NC",coordinates: Some((36.23 as f64, -80.7 as f64)),is_decommissioned: false,tax_returns_filed: Some(2237),estimated_population: Some(4153),total_wages: Some(63701740),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `63_701_740` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9332:263 [INFO] [stderr] | [INFO] [stderr] 9332 | ("99573", Record {zip_code: "99573",zip_code_type: Type::Standard,city: "COPPER CENTER",state: "AK",coordinates: Some((61.68 as f64, -145.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(540),estimated_population: Some(878),total_wages: Some(13047535),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_047_535` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9334:257 [INFO] [stderr] | [INFO] [stderr] 9334 | ("36068", Record {zip_code: "36068",zip_code_type: Type::PoBox,city: "PRATTVILLE",state: "AL",coordinates: Some((32.46 as f64, -86.44 as f64)),is_decommissioned: false,tax_returns_filed: Some(591),estimated_population: Some(1030),total_wages: Some(20941691),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_941_691` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9335:258 [INFO] [stderr] | [INFO] [stderr] 9335 | ("68137", Record {zip_code: "68137",zip_code_type: Type::Standard,city: "OMAHA",state: "NE",coordinates: Some((41.26 as f64, -96.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(12624),estimated_population: Some(21523),total_wages: Some(521239020),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `521_239_020` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9337:263 [INFO] [stderr] | [INFO] [stderr] 9337 | ("78210", Record {zip_code: "78210",zip_code_type: Type::Standard,city: "SAN ANTONIO",state: "TX",coordinates: Some((29.45 as f64, -98.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(15593),estimated_population: Some(26813),total_wages: Some(339917618),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `339_917_618` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9338:258 [INFO] [stderr] | [INFO] [stderr] 9338 | ("55775", Record {zip_code: "55775",zip_code_type: Type::Standard,city: "PENGILLY",state: "MN",coordinates: Some((47.33 as f64, -93.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(619),estimated_population: Some(1086),total_wages: Some(22596128),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_596_128` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9339:256 [INFO] [stderr] | [INFO] [stderr] 9339 | ("74110", Record {zip_code: "74110",zip_code_type: Type::Standard,city: "TULSA",state: "OK",coordinates: Some((36.12 as f64, -95.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(5169),estimated_population: Some(9421),total_wages: Some(109598232),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `109_598_232` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9340:258 [INFO] [stderr] | [INFO] [stderr] 9340 | ("97469", Record {zip_code: "97469",zip_code_type: Type::Standard,city: "RIDDLE",state: "OR",coordinates: Some((42.91 as f64, -123.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1040),estimated_population: Some(1856),total_wages: Some(28124506),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_124_506` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9342:265 [INFO] [stderr] | [INFO] [stderr] 9342 | ("47327", Record {zip_code: "47327",zip_code_type: Type::Standard,city: "CAMBRIDGE CITY",state: "IN",coordinates: Some((39.81 as f64, -85.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(1975),estimated_population: Some(3585),total_wages: Some(53564769),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `53_564_769` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9344:258 [INFO] [stderr] | [INFO] [stderr] 9344 | ("54173", Record {zip_code: "54173",zip_code_type: Type::Standard,city: "SUAMICO",state: "WI",coordinates: Some((44.63 as f64, -88.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(1989),estimated_population: Some(3685),total_wages: Some(108379552),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `108_379_552` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9346:257 [INFO] [stderr] | [INFO] [stderr] 9346 | ("70749", Record {zip_code: "70749",zip_code_type: Type::Standard,city: "JARREAU",state: "LA",coordinates: Some((30.63 as f64, -91.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(612),estimated_population: Some(1087),total_wages: Some(23722382),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_722_382` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9348:257 [INFO] [stderr] | [INFO] [stderr] 9348 | ("79713", Record {zip_code: "79713",zip_code_type: Type::Standard,city: "ACKERLY",state: "TX",coordinates: Some((32.52 as f64, -101.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(250),estimated_population: Some(488),total_wages: Some(6277173),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_277_173` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9349:265 [INFO] [stderr] | [INFO] [stderr] 9349 | ("46163", Record {zip_code: "46163",zip_code_type: Type::Standard,city: "NEW PALESTINE",state: "IN",coordinates: Some((39.72 as f64, -85.89 as f64)),is_decommissioned: false,tax_returns_filed: Some(5728),estimated_population: Some(11130),total_wages: Some(307673399),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `307_673_399` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9351:258 [INFO] [stderr] | [INFO] [stderr] 9351 | ("84724", Record {zip_code: "84724",zip_code_type: Type::Standard,city: "ELSINORE",state: "UT",coordinates: Some((38.68 as f64, -112.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(475),estimated_population: Some(894),total_wages: Some(11142682),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_142_682` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9352:254 [INFO] [stderr] | [INFO] [stderr] 9352 | ("62239", Record {zip_code: "62239",zip_code_type: Type::Standard,city: "DUPO",state: "IL",coordinates: Some((38.51 as f64, -90.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(2354),estimated_population: Some(4029),total_wages: Some(78493483),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `78_493_483` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9353:258 [INFO] [stderr] | [INFO] [stderr] 9353 | ("29212", Record {zip_code: "29212",zip_code_type: Type::Standard,city: "COLUMBIA",state: "SC",coordinates: Some((34 as f64, -81.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(13879),estimated_population: Some(24187),total_wages: Some(603656274),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `603_656_274` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9354:256 [INFO] [stderr] | [INFO] [stderr] 9354 | ("72633", Record {zip_code: "72633",zip_code_type: Type::Standard,city: "EVERTON",state: "AR",coordinates: Some((36.15 as f64, -92.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(571),estimated_population: Some(1126),total_wages: Some(15165496),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_165_496` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9355:260 [INFO] [stderr] | [INFO] [stderr] 9355 | ("77016", Record {zip_code: "77016",zip_code_type: Type::Standard,city: "HOUSTON",state: "TX",coordinates: Some((29.76 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(12223),estimated_population: Some(21001),total_wages: Some(261896213),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `261_896_213` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9357:258 [INFO] [stderr] | [INFO] [stderr] 9357 | ("08106", Record {zip_code: "08106",zip_code_type: Type::Standard,city: "AUDUBON",state: "NJ",coordinates: Some((39.88 as f64, -75.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(5216),estimated_population: Some(8646),total_wages: Some(225951888),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `225_951_888` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9358:259 [INFO] [stderr] | [INFO] [stderr] 9358 | ("36916", Record {zip_code: "36916",zip_code_type: Type::Standard,city: "PENNINGTON",state: "AL",coordinates: Some((32.19 as f64, -88.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(292),estimated_population: Some(515),total_wages: Some(8794344),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_794_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9359:267 [INFO] [stderr] | [INFO] [stderr] 9359 | ("97502", Record {zip_code: "97502",zip_code_type: Type::Standard,city: "CENTRAL POINT",state: "OR",coordinates: Some((42.39 as f64, -122.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(12124),estimated_population: Some(22002),total_wages: Some(376916908),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `376_916_908` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9361:262 [INFO] [stderr] | [INFO] [stderr] 9361 | ("37846", Record {zip_code: "37846",zip_code_type: Type::Standard,city: "PHILADELPHIA",state: "TN",coordinates: Some((35.67 as f64, -84.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(2015),estimated_population: Some(3870),total_wages: Some(58175903),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `58_175_903` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9362:261 [INFO] [stderr] | [INFO] [stderr] 9362 | ("62269", Record {zip_code: "62269",zip_code_type: Type::Standard,city: "O FALLON",state: "IL",coordinates: Some((38.59 as f64, -89.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(14963),estimated_population: Some(27358),total_wages: Some(752917932),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `752_917_932` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9364:259 [INFO] [stderr] | [INFO] [stderr] 9364 | ("44086", Record {zip_code: "44086",zip_code_type: Type::Standard,city: "THOMPSON",state: "OH",coordinates: Some((41.67 as f64, -81.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(1201),estimated_population: Some(2080),total_wages: Some(41997790),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_997_790` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9365:261 [INFO] [stderr] | [INFO] [stderr] 9365 | ("21128", Record {zip_code: "21128",zip_code_type: Type::Standard,city: "PERRY HALL",state: "MD",coordinates: Some((39.4 as f64, -76.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(6253),estimated_population: Some(11387),total_wages: Some(377063700),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `377_063_700` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9368:253 [INFO] [stderr] | [INFO] [stderr] 9368 | ("28774", Record {zip_code: "28774",zip_code_type: Type::Standard,city: "SAPPHIRE",state: "NC",coordinates: Some((35.1 as f64, -83 as f64)),is_decommissioned: false,tax_returns_filed: Some(432),estimated_population: Some(750),total_wages: Some(9968829),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_968_829` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9369:263 [INFO] [stderr] | [INFO] [stderr] 9369 | ("40009", Record {zip_code: "40009",zip_code_type: Type::Standard,city: "BRADFORDSVILLE",state: "KY",coordinates: Some((37.49 as f64, -85.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(410),estimated_population: Some(772),total_wages: Some(10586415),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_586_415` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9370:264 [INFO] [stderr] | [INFO] [stderr] 9370 | ("34731", Record {zip_code: "34731",zip_code_type: Type::Standard,city: "FRUITLAND PARK",state: "FL",coordinates: Some((28.85 as f64, -81.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(4965),estimated_population: Some(8824),total_wages: Some(145941192),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `145_941_192` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9371:256 [INFO] [stderr] | [INFO] [stderr] 9371 | ("83867", Record {zip_code: "83867",zip_code_type: Type::PoBox,city: "SILVERTON",state: "ID",coordinates: Some((47.49 as f64, -115.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(280),estimated_population: Some(477),total_wages: Some(8582674),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_582_674` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9372:257 [INFO] [stderr] | [INFO] [stderr] 9372 | ("39203", Record {zip_code: "39203",zip_code_type: Type::Standard,city: "JACKSON",state: "MS",coordinates: Some((32.32 as f64, -90.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(2320),estimated_population: Some(3973),total_wages: Some(35043902),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_043_902` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9374:262 [INFO] [stderr] | [INFO] [stderr] 9374 | ("11415", Record {zip_code: "11415",zip_code_type: Type::Standard,city: "KEW GARDENS",state: "NY",coordinates: Some((40.7 as f64, -73.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(9259),estimated_population: Some(14541),total_wages: Some(403934902),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `403_934_902` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9375:259 [INFO] [stderr] | [INFO] [stderr] 9375 | ("79906", Record {zip_code: "79906",zip_code_type: Type::Standard,city: "EL PASO",state: "TX",coordinates: Some((31.84 as f64, -106.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1731),estimated_population: Some(3845),total_wages: Some(58980479),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `58_980_479` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9376:255 [INFO] [stderr] | [INFO] [stderr] 9376 | ("46941", Record {zip_code: "46941",zip_code_type: Type::Standard,city: "LAGRO",state: "IN",coordinates: Some((40.83 as f64, -85.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(577),estimated_population: Some(1044),total_wages: Some(18356688),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_356_688` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9377:258 [INFO] [stderr] | [INFO] [stderr] 9377 | ("71419", Record {zip_code: "71419",zip_code_type: Type::Standard,city: "CONVERSE",state: "LA",coordinates: Some((31.78 as f64, -93.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(858),estimated_population: Some(1658),total_wages: Some(32861737),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_861_737` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9378:260 [INFO] [stderr] | [INFO] [stderr] 9378 | ("93711", Record {zip_code: "93711",zip_code_type: Type::Standard,city: "FRESNO",state: "CA",coordinates: Some((36.84 as f64, -119.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(17581),estimated_population: Some(30146),total_wages: Some(896970246),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `896_970_246` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9380:255 [INFO] [stderr] | [INFO] [stderr] 9380 | ("67554", Record {zip_code: "67554",zip_code_type: Type::Standard,city: "LYONS",state: "KS",coordinates: Some((38.34 as f64, -98.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(1979),estimated_population: Some(3585),total_wages: Some(57455355),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_455_355` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9381:257 [INFO] [stderr] | [INFO] [stderr] 9381 | ("15033", Record {zip_code: "15033",zip_code_type: Type::Standard,city: "DONORA",state: "PA",coordinates: Some((40.17 as f64, -79.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(2300),estimated_population: Some(3756),total_wages: Some(52534454),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_534_454` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9382:259 [INFO] [stderr] | [INFO] [stderr] 9382 | ("78480", Record {zip_code: "78480",zip_code_type: Type::PoBox,city: "CORPUS CHRISTI",state: "TX",coordinates: Some((27.8 as f64, -97.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(459),estimated_population: Some(800),total_wages: Some(16267714),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_267_714` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9383:255 [INFO] [stderr] | [INFO] [stderr] 9383 | ("45018", Record {zip_code: "45018",zip_code_type: Type::PoBox,city: "FAIRFIELD",state: "OH",coordinates: Some((39.33 as f64, -84.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(280),estimated_population: Some(434),total_wages: Some(8702766),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_702_766` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9385:254 [INFO] [stderr] | [INFO] [stderr] 9385 | ("53550", Record {zip_code: "53550",zip_code_type: Type::Standard,city: "JUDA",state: "WI",coordinates: Some((42.55 as f64, -89.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(603),estimated_population: Some(1088),total_wages: Some(18760589),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_760_589` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9388:260 [INFO] [stderr] | [INFO] [stderr] 9388 | ("30039", Record {zip_code: "30039",zip_code_type: Type::Standard,city: "SNELLVILLE",state: "GA",coordinates: Some((33.85 as f64, -84 as f64)),is_decommissioned: false,tax_returns_filed: Some(18335),estimated_population: Some(33328),total_wages: Some(728489587),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `728_489_587` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9389:266 [INFO] [stderr] | [INFO] [stderr] 9389 | ("10304", Record {zip_code: "10304",zip_code_type: Type::Standard,city: "STATEN ISLAND",state: "NY",coordinates: Some((40.58 as f64, -74.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(18163),estimated_population: Some(31225),total_wages: Some(799085433),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `799_085_433` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9390:263 [INFO] [stderr] | [INFO] [stderr] 9390 | ("11718", Record {zip_code: "11718",zip_code_type: Type::Standard,city: "BRIGHTWATERS",state: "NY",coordinates: Some((40.71 as f64, -73.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1669),estimated_population: Some(2966),total_wages: Some(141557217),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `141_557_217` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9391:260 [INFO] [stderr] | [INFO] [stderr] 9391 | ("48415", Record {zip_code: "48415",zip_code_type: Type::Standard,city: "BIRCH RUN",state: "MI",coordinates: Some((43.25 as f64, -83.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(4690),estimated_population: Some(8441),total_wages: Some(142793197),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `142_793_197` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9394:256 [INFO] [stderr] | [INFO] [stderr] 9394 | ("12068", Record {zip_code: "12068",zip_code_type: Type::Standard,city: "FONDA",state: "NY",coordinates: Some((42.95 as f64, -74.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(1407),estimated_population: Some(2499),total_wages: Some(45874823),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `45_874_823` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9396:260 [INFO] [stderr] | [INFO] [stderr] 9396 | ("53150", Record {zip_code: "53150",zip_code_type: Type::Standard,city: "MUSKEGO",state: "WI",coordinates: Some((42.89 as f64, -88.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(12504),estimated_population: Some(22907),total_wages: Some(662703532),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `662_703_532` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9397:259 [INFO] [stderr] | [INFO] [stderr] 9397 | ("39669", Record {zip_code: "39669",zip_code_type: Type::Standard,city: "WOODVILLE",state: "MS",coordinates: Some((31.1 as f64, -91.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(2243),estimated_population: Some(4031),total_wages: Some(59498550),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `59_498_550` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9398:262 [INFO] [stderr] | [INFO] [stderr] 9398 | ("74601", Record {zip_code: "74601",zip_code_type: Type::Standard,city: "PONCA CITY",state: "OK",coordinates: Some((36.72 as f64, -97.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(8425),estimated_population: Some(14904),total_wages: Some(224832913),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `224_832_913` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9400:259 [INFO] [stderr] | [INFO] [stderr] 9400 | ("12077", Record {zip_code: "12077",zip_code_type: Type::Standard,city: "GLENMONT",state: "NY",coordinates: Some((42.59 as f64, -73.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(3122),estimated_population: Some(5577),total_wages: Some(176065909),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `176_065_909` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9401:256 [INFO] [stderr] | [INFO] [stderr] 9401 | ("28145", Record {zip_code: "28145",zip_code_type: Type::PoBox,city: "SALISBURY",state: "NC",coordinates: Some((35.66 as f64, -80.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(901),estimated_population: Some(1478),total_wages: Some(26120620),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_120_620` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9403:262 [INFO] [stderr] | [INFO] [stderr] 9403 | ("44606", Record {zip_code: "44606",zip_code_type: Type::Standard,city: "APPLE CREEK",state: "OH",coordinates: Some((40.75 as f64, -81.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(2754),estimated_population: Some(5177),total_wages: Some(67612763),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `67_612_763` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9404:266 [INFO] [stderr] | [INFO] [stderr] 9404 | ("40379", Record {zip_code: "40379",zip_code_type: Type::Standard,city: "STAMPING GROUND",state: "KY",coordinates: Some((38.27 as f64, -84.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(1488),estimated_population: Some(2860),total_wages: Some(56370286),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `56_370_286` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9405:262 [INFO] [stderr] | [INFO] [stderr] 9405 | ("55116", Record {zip_code: "55116",zip_code_type: Type::Standard,city: "SAINT PAUL",state: "MN",coordinates: Some((44.94 as f64, -93.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(12347),estimated_population: Some(19601),total_wages: Some(646292567),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `646_292_567` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9406:251 [INFO] [stderr] | [INFO] [stderr] 9406 | ("31307", Record {zip_code: "31307",zip_code_type: Type::PoBox,city: "EDEN",state: "GA",coordinates: Some((32.17 as f64, -81.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(594),estimated_population: Some(1065),total_wages: Some(17711541),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_711_541` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9407:259 [INFO] [stderr] | [INFO] [stderr] 9407 | ("69103", Record {zip_code: "69103",zip_code_type: Type::PoBox,city: "NORTH PLATTE",state: "NE",coordinates: Some((41.13 as f64, -100.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(452),estimated_population: Some(723),total_wages: Some(13094247),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_094_247` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9408:253 [INFO] [stderr] | [INFO] [stderr] 9408 | ("40854", Record {zip_code: "40854",zip_code_type: Type::PoBox,city: "LOYALL",state: "KY",coordinates: Some((36.85 as f64, -83.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(632),estimated_population: Some(1198),total_wages: Some(18330292),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_330_292` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9409:258 [INFO] [stderr] | [INFO] [stderr] 9409 | ("22015", Record {zip_code: "22015",zip_code_type: Type::Standard,city: "BURKE",state: "VA",coordinates: Some((38.78 as f64, -77.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(20785),estimated_population: Some(38291),total_wages: Some(1361771178),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_361_771_178` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9410:257 [INFO] [stderr] | [INFO] [stderr] 9410 | ("47640", Record {zip_code: "47640",zip_code_type: Type::Standard,city: "HAZLETON",state: "IN",coordinates: Some((38.48 as f64, -87.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(504),estimated_population: Some(940),total_wages: Some(15522415),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_522_415` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9411:256 [INFO] [stderr] | [INFO] [stderr] 9411 | ("24631", Record {zip_code: "24631",zip_code_type: Type::Standard,city: "OAKWOOD",state: "VA",coordinates: Some((37.21 as f64, -81.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(522),estimated_population: Some(968),total_wages: Some(15688367),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_688_367` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9412:255 [INFO] [stderr] | [INFO] [stderr] 9412 | ("32066", Record {zip_code: "32066",zip_code_type: Type::Standard,city: "MAYO",state: "FL",coordinates: Some((30.05 as f64, -83.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(1854),estimated_population: Some(3537),total_wages: Some(52348260),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_348_260` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9413:264 [INFO] [stderr] | [INFO] [stderr] 9413 | ("11764", Record {zip_code: "11764",zip_code_type: Type::Standard,city: "MILLER PLACE",state: "NY",coordinates: Some((40.93 as f64, -72.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(6139),estimated_population: Some(11529),total_wages: Some(416383173),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `416_383_173` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9414:261 [INFO] [stderr] | [INFO] [stderr] 9414 | ("25311", Record {zip_code: "25311",zip_code_type: Type::Standard,city: "CHARLESTON",state: "WV",coordinates: Some((38.35 as f64, -81.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(4569),estimated_population: Some(7427),total_wages: Some(168104967),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `168_104_967` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9415:261 [INFO] [stderr] | [INFO] [stderr] 9415 | ("75146", Record {zip_code: "75146",zip_code_type: Type::Standard,city: "LANCASTER",state: "TX",coordinates: Some((32.59 as f64, -96.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(8347),estimated_population: Some(14595),total_wages: Some(287543216),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `287_543_216` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9416:260 [INFO] [stderr] | [INFO] [stderr] 9416 | ("50171", Record {zip_code: "50171",zip_code_type: Type::Standard,city: "MONTEZUMA",state: "IA",coordinates: Some((41.58 as f64, -92.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(1350),estimated_population: Some(2429),total_wages: Some(46081896),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_081_896` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9417:260 [INFO] [stderr] | [INFO] [stderr] 9417 | ("89123", Record {zip_code: "89123",zip_code_type: Type::Standard,city: "LAS VEGAS",state: "NV",coordinates: Some((36 as f64, -115.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(25635),estimated_population: Some(42113),total_wages: Some(1138578385),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_138_578_385` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9419:265 [INFO] [stderr] | [INFO] [stderr] 9419 | ("87108", Record {zip_code: "87108",zip_code_type: Type::Standard,city: "ALBUQUERQUE",state: "NM",coordinates: Some((35.11 as f64, -106.62 as f64)),is_decommissioned: false,tax_returns_filed: Some(15917),estimated_population: Some(25037),total_wages: Some(392207915),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `392_207_915` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9421:255 [INFO] [stderr] | [INFO] [stderr] 9421 | ("97324", Record {zip_code: "97324",zip_code_type: Type::Standard,city: "ALSEA",state: "OR",coordinates: Some((44.35 as f64, -123.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(481),estimated_population: Some(844),total_wages: Some(13463500),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_463_500` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9422:260 [INFO] [stderr] | [INFO] [stderr] 9422 | ("43011", Record {zip_code: "43011",zip_code_type: Type::Standard,city: "CENTERBURG",state: "OH",coordinates: Some((40.3 as f64, -82.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(3279),estimated_population: Some(6022),total_wages: Some(130223188),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `130_223_188` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9423:252 [INFO] [stderr] | [INFO] [stderr] 9423 | ("64767", Record {zip_code: "64767",zip_code_type: Type::Standard,city: "MILO",state: "MO",coordinates: Some((37.75 as f64, -94.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(331),estimated_population: Some(641),total_wages: Some(8203969),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_203_969` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9426:258 [INFO] [stderr] | [INFO] [stderr] 9426 | ("46539", Record {zip_code: "46539",zip_code_type: Type::Standard,city: "MENTONE",state: "IN",coordinates: Some((41.17 as f64, -86.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(1085),estimated_population: Some(2016),total_wages: Some(36038558),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_038_558` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9427:250 [INFO] [stderr] | [INFO] [stderr] 9427 | ("76715", Record {zip_code: "76715",zip_code_type: Type::PoBox,city: "WACO",state: "TX",coordinates: Some((31.56 as f64, -97.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(372),estimated_population: Some(609),total_wages: Some(9528354),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_528_354` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9428:258 [INFO] [stderr] | [INFO] [stderr] 9428 | ("47118", Record {zip_code: "47118",zip_code_type: Type::Standard,city: "ENGLISH",state: "IN",coordinates: Some((38.33 as f64, -86.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(1432),estimated_population: Some(2588),total_wages: Some(37867848),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_867_848` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9429:259 [INFO] [stderr] | [INFO] [stderr] 9429 | ("29728", Record {zip_code: "29728",zip_code_type: Type::Standard,city: "PAGELAND",state: "SC",coordinates: Some((34.77 as f64, -80.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(3823),estimated_population: Some(7007),total_wages: Some(93366796),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `93_366_796` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9430:254 [INFO] [stderr] | [INFO] [stderr] 9430 | ("03304", Record {zip_code: "03304",zip_code_type: Type::Standard,city: "BOW",state: "NH",coordinates: Some((43.13 as f64, -71.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(3803),estimated_population: Some(7129),total_wages: Some(240032317),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `240_032_317` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9431:262 [INFO] [stderr] | [INFO] [stderr] 9431 | ("90503", Record {zip_code: "90503",zip_code_type: Type::Standard,city: "TORRANCE",state: "CA",coordinates: Some((33.84 as f64, -118.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(20577),estimated_population: Some(36775),total_wages: Some(1158273107),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_158_273_107` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9432:258 [INFO] [stderr] | [INFO] [stderr] 9432 | ("35126", Record {zip_code: "35126",zip_code_type: Type::Standard,city: "PINSON",state: "AL",coordinates: Some((33.72 as f64, -86.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(9764),estimated_population: Some(18161),total_wages: Some(402451599),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `402_451_599` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9434:259 [INFO] [stderr] | [INFO] [stderr] 9434 | ("75061", Record {zip_code: "75061",zip_code_type: Type::Standard,city: "IRVING",state: "TX",coordinates: Some((32.85 as f64, -96.96 as f64)),is_decommissioned: false,tax_returns_filed: Some(20494),estimated_population: Some(37493),total_wages: Some(596221800),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `596_221_800` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9435:260 [INFO] [stderr] | [INFO] [stderr] 9435 | ("62858", Record {zip_code: "62858",zip_code_type: Type::Standard,city: "LOUISVILLE",state: "IL",coordinates: Some((38.76 as f64, -88.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(1342),estimated_population: Some(2462),total_wages: Some(37043349),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_043_349` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9436:256 [INFO] [stderr] | [INFO] [stderr] 9436 | ("29934", Record {zip_code: "29934",zip_code_type: Type::Standard,city: "PINELAND",state: "SC",coordinates: Some((32.6 as f64, -81.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(424),estimated_population: Some(765),total_wages: Some(9018724),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_018_724` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9437:261 [INFO] [stderr] | [INFO] [stderr] 9437 | ("32628", Record {zip_code: "32628",zip_code_type: Type::Standard,city: "CROSS CITY",state: "FL",coordinates: Some((29.63 as f64, -83.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(1686),estimated_population: Some(3115),total_wages: Some(42844281),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_844_281` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9438:252 [INFO] [stderr] | [INFO] [stderr] 9438 | ("75374", Record {zip_code: "75374",zip_code_type: Type::PoBox,city: "DALLAS",state: "TX",coordinates: Some((32.79 as f64, -96.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(564),estimated_population: Some(904),total_wages: Some(20193729),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_193_729` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9440:258 [INFO] [stderr] | [INFO] [stderr] 9440 | ("54652", Record {zip_code: "54652",zip_code_type: Type::Standard,city: "READSTOWN",state: "WI",coordinates: Some((43.44 as f64, -90.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(402),estimated_population: Some(724),total_wages: Some(10054329),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_054_329` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9441:256 [INFO] [stderr] | [INFO] [stderr] 9441 | ("03585", Record {zip_code: "03585",zip_code_type: Type::Standard,city: "LISBON",state: "NH",coordinates: Some((44.21 as f64, -71.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(1336),estimated_population: Some(2280),total_wages: Some(42632080),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_632_080` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9442:257 [INFO] [stderr] | [INFO] [stderr] 9442 | ("85367", Record {zip_code: "85367",zip_code_type: Type::Standard,city: "YUMA",state: "AZ",coordinates: Some((32.68 as f64, -114.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(6829),estimated_population: Some(12188),total_wages: Some(197354352),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `197_354_352` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9443:258 [INFO] [stderr] | [INFO] [stderr] 9443 | ("48316", Record {zip_code: "48316",zip_code_type: Type::Standard,city: "UTICA",state: "MI",coordinates: Some((42.62 as f64, -83.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(12652),estimated_population: Some(22654),total_wages: Some(617713018),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `617_713_018` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9451:260 [INFO] [stderr] | [INFO] [stderr] 9451 | ("75755", Record {zip_code: "75755",zip_code_type: Type::Standard,city: "BIG SANDY",state: "TX",coordinates: Some((32.58 as f64, -95.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(2150),estimated_population: Some(4025),total_wages: Some(66687545),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `66_687_545` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9452:253 [INFO] [stderr] | [INFO] [stderr] 9452 | ("24850", Record {zip_code: "24850",zip_code_type: Type::Standard,city: "JOLO",state: "WV",coordinates: Some((37.33 as f64, -81.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(270),estimated_population: Some(530),total_wages: Some(6995189),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_995_189` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9454:258 [INFO] [stderr] | [INFO] [stderr] 9454 | ("14202", Record {zip_code: "14202",zip_code_type: Type::Standard,city: "BUFFALO",state: "NY",coordinates: Some((42.88 as f64, -78.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(1615),estimated_population: Some(2208),total_wages: Some(74139099),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `74_139_099` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9455:258 [INFO] [stderr] | [INFO] [stderr] 9455 | ("93203", Record {zip_code: "93203",zip_code_type: Type::Standard,city: "ARVIN",state: "CA",coordinates: Some((35.08 as f64, -118.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(6827),estimated_population: Some(14589),total_wages: Some(151542797),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `151_542_797` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9456:260 [INFO] [stderr] | [INFO] [stderr] 9456 | ("60613", Record {zip_code: "60613",zip_code_type: Type::Standard,city: "CHICAGO",state: "IL",coordinates: Some((41.83 as f64, -87.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(28559),estimated_population: Some(36974),total_wages: Some(1755207515),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_755_207_515` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9457:268 [INFO] [stderr] | [INFO] [stderr] 9457 | ("33417", Record {zip_code: "33417",zip_code_type: Type::Standard,city: "WEST PALM BEACH",state: "FL",coordinates: Some((26.74 as f64, -80.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(12750),estimated_population: Some(19843),total_wages: Some(293168875),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `293_168_875` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9459:259 [INFO] [stderr] | [INFO] [stderr] 9459 | ("98445", Record {zip_code: "98445",zip_code_type: Type::Standard,city: "TACOMA",state: "WA",coordinates: Some((47.13 as f64, -122.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(13157),estimated_population: Some(23358),total_wages: Some(475222826),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `475_222_826` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9460:261 [INFO] [stderr] | [INFO] [stderr] 9460 | ("04353", Record {zip_code: "04353",zip_code_type: Type::Standard,city: "WHITEFIELD",state: "ME",coordinates: Some((44.17 as f64, -69.62 as f64)),is_decommissioned: false,tax_returns_filed: Some(1082),estimated_population: Some(1935),total_wages: Some(31039376),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `31_039_376` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9461:257 [INFO] [stderr] | [INFO] [stderr] 9461 | ("83810", Record {zip_code: "83810",zip_code_type: Type::Standard,city: "CATALDO",state: "ID",coordinates: Some((47.57 as f64, -116.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(545),estimated_population: Some(987),total_wages: Some(15896459),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_896_459` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9463:271 [INFO] [stderr] | [INFO] [stderr] 9463 | ("76182", Record {zip_code: "76182",zip_code_type: Type::Standard,city: "NORTH RICHLAND HILLS",state: "TX",coordinates: Some((32.86 as f64, -97.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(1408),estimated_population: Some(2524),total_wages: Some(66909533),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `66_909_533` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9464:256 [INFO] [stderr] | [INFO] [stderr] 9464 | ("81657", Record {zip_code: "81657",zip_code_type: Type::Standard,city: "VAIL",state: "CO",coordinates: Some((39.64 as f64, -106.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(2288),estimated_population: Some(3068),total_wages: Some(98307688),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `98_307_688` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9465:261 [INFO] [stderr] | [INFO] [stderr] 9465 | ("28125", Record {zip_code: "28125",zip_code_type: Type::Standard,city: "MOUNT ULLA",state: "NC",coordinates: Some((35.65 as f64, -80.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(1135),estimated_population: Some(2112),total_wages: Some(46623725),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_623_725` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9466:258 [INFO] [stderr] | [INFO] [stderr] 9466 | ("60950", Record {zip_code: "60950",zip_code_type: Type::Standard,city: "MANTENO",state: "IL",coordinates: Some((41.25 as f64, -87.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(5519),estimated_population: Some(9882),total_wages: Some(214045475),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `214_045_475` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9467:260 [INFO] [stderr] | [INFO] [stderr] 9467 | ("60623", Record {zip_code: "60623",zip_code_type: Type::Standard,city: "CHICAGO",state: "IL",coordinates: Some((41.83 as f64, -87.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(30305),estimated_population: Some(57725),total_wages: Some(689926804),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `689_926_804` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9468:259 [INFO] [stderr] | [INFO] [stderr] 9468 | ("01368", Record {zip_code: "01368",zip_code_type: Type::Standard,city: "ROYALSTON",state: "MA",coordinates: Some((42.68 as f64, -72.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(606),estimated_population: Some(1081),total_wages: Some(21813337),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_813_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9469:265 [INFO] [stderr] | [INFO] [stderr] 9469 | ("70346", Record {zip_code: "70346",zip_code_type: Type::Standard,city: "DONALDSONVILLE",state: "LA",coordinates: Some((30.09 as f64, -90.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(4659),estimated_population: Some(8408),total_wages: Some(138520850),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `138_520_850` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9471:254 [INFO] [stderr] | [INFO] [stderr] 9471 | ("49716", Record {zip_code: "49716",zip_code_type: Type::Standard,city: "BRUTUS",state: "MI",coordinates: Some((45.5 as f64, -84.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(377),estimated_population: Some(660),total_wages: Some(8835212),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_835_212` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9473:261 [INFO] [stderr] | [INFO] [stderr] 9473 | ("61544", Record {zip_code: "61544",zip_code_type: Type::Standard,city: "LONDON MILLS",state: "IL",coordinates: Some((40.71 as f64, -90.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(388),estimated_population: Some(713),total_wages: Some(10411375),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_411_375` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9474:257 [INFO] [stderr] | [INFO] [stderr] 9474 | ("66619", Record {zip_code: "66619",zip_code_type: Type::Standard,city: "TOPEKA",state: "KS",coordinates: Some((39.03 as f64, -95.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(1312),estimated_population: Some(2387),total_wages: Some(38717307),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_717_307` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9475:265 [INFO] [stderr] | [INFO] [stderr] 9475 | ("46268", Record {zip_code: "46268",zip_code_type: Type::Standard,city: "INDIANAPOLIS",state: "IN",coordinates: Some((39.77 as f64, -86.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(12562),estimated_population: Some(20516),total_wages: Some(460320675),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `460_320_675` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9477:259 [INFO] [stderr] | [INFO] [stderr] 9477 | ("64012", Record {zip_code: "64012",zip_code_type: Type::Standard,city: "BELTON",state: "MO",coordinates: Some((38.81 as f64, -94.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(12536),estimated_population: Some(22429),total_wages: Some(480552441),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `480_552_441` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9478:261 [INFO] [stderr] | [INFO] [stderr] 9478 | ("21224", Record {zip_code: "21224",zip_code_type: Type::Standard,city: "BALTIMORE",state: "MD",coordinates: Some((39.3 as f64, -76.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(22061),estimated_population: Some(33150),total_wages: Some(876200844),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `876_200_844` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9479:258 [INFO] [stderr] | [INFO] [stderr] 9479 | ("49202", Record {zip_code: "49202",zip_code_type: Type::Standard,city: "JACKSON",state: "MI",coordinates: Some((42.24 as f64, -84.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(8750),estimated_population: Some(14274),total_wages: Some(207103338),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `207_103_338` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9485:260 [INFO] [stderr] | [INFO] [stderr] 9485 | ("64783", Record {zip_code: "64783",zip_code_type: Type::Standard,city: "SCHELL CITY",state: "MO",coordinates: Some((38.01 as f64, -94.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(315),estimated_population: Some(597),total_wages: Some(6751563),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_751_563` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9486:259 [INFO] [stderr] | [INFO] [stderr] 9486 | ("48219", Record {zip_code: "48219",zip_code_type: Type::Standard,city: "DETROIT",state: "MI",coordinates: Some((42.38 as f64, -83.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(19929),estimated_population: Some(32123),total_wages: Some(477262406),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `477_262_406` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9487:261 [INFO] [stderr] | [INFO] [stderr] 9487 | ("72616", Record {zip_code: "72616",zip_code_type: Type::Standard,city: "BERRYVILLE",state: "AR",coordinates: Some((36.37 as f64, -93.56 as f64)),is_decommissioned: false,tax_returns_filed: Some(4300),estimated_population: Some(7830),total_wages: Some(107726581),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `107_726_581` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9489:263 [INFO] [stderr] | [INFO] [stderr] 9489 | ("77435", Record {zip_code: "77435",zip_code_type: Type::Standard,city: "EAST BERNARD",state: "TX",coordinates: Some((29.52 as f64, -96.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(2180),estimated_population: Some(4064),total_wages: Some(86789581),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `86_789_581` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9491:260 [INFO] [stderr] | [INFO] [stderr] 9491 | ("53128", Record {zip_code: "53128",zip_code_type: Type::Standard,city: "GENOA CITY",state: "WI",coordinates: Some((42.5 as f64, -88.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(3235),estimated_population: Some(5977),total_wages: Some(130365795),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `130_365_795` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9493:258 [INFO] [stderr] | [INFO] [stderr] 9493 | ("51025", Record {zip_code: "51025",zip_code_type: Type::Standard,city: "HOLSTEIN",state: "IA",coordinates: Some((42.48 as f64, -95.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(979),estimated_population: Some(1759),total_wages: Some(27681993),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `27_681_993` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9494:254 [INFO] [stderr] | [INFO] [stderr] 9494 | ("27935", Record {zip_code: "27935",zip_code_type: Type::Standard,city: "EURE",state: "NC",coordinates: Some((36.42 as f64, -76.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(658),estimated_population: Some(1209),total_wages: Some(21565770),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_565_770` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9495:258 [INFO] [stderr] | [INFO] [stderr] 9495 | ("75551", Record {zip_code: "75551",zip_code_type: Type::Standard,city: "ATLANTA",state: "TX",coordinates: Some((33.11 as f64, -94.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(4651),estimated_population: Some(8581),total_wages: Some(143698601),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `143_698_601` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9496:267 [INFO] [stderr] | [INFO] [stderr] 9496 | ("40165", Record {zip_code: "40165",zip_code_type: Type::Standard,city: "SHEPHERDSVILLE",state: "KY",coordinates: Some((37.98 as f64, -85.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(14506),estimated_population: Some(26863),total_wages: Some(528157345),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `528_157_345` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9497:259 [INFO] [stderr] | [INFO] [stderr] 9497 | ("43222", Record {zip_code: "43222",zip_code_type: Type::Standard,city: "COLUMBUS",state: "OH",coordinates: Some((39.98 as f64, -82.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(1499),estimated_population: Some(2532),total_wages: Some(23754441),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_754_441` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9500:262 [INFO] [stderr] | [INFO] [stderr] 9500 | ("47905", Record {zip_code: "47905",zip_code_type: Type::Standard,city: "LAFAYETTE",state: "IN",coordinates: Some((40.41 as f64, -86.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(18781),estimated_population: Some(32618),total_wages: Some(702399604),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `702_399_604` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9501:261 [INFO] [stderr] | [INFO] [stderr] 9501 | ("45113", Record {zip_code: "45113",zip_code_type: Type::Standard,city: "CLARKSVILLE",state: "OH",coordinates: Some((39.4 as f64, -83.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(1905),estimated_population: Some(3438),total_wages: Some(77369391),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `77_369_391` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9502:257 [INFO] [stderr] | [INFO] [stderr] 9502 | ("54128", Record {zip_code: "54128",zip_code_type: Type::Standard,city: "GRESHAM",state: "WI",coordinates: Some((44.84 as f64, -88.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(776),estimated_population: Some(1375),total_wages: Some(20271707),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_271_707` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9503:264 [INFO] [stderr] | [INFO] [stderr] 9503 | ("07739", Record {zip_code: "07739",zip_code_type: Type::Standard,city: "LITTLE SILVER",state: "NJ",coordinates: Some((40.33 as f64, -74.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(3044),estimated_population: Some(5587),total_wages: Some(314283613),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `314_283_613` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9504:255 [INFO] [stderr] | [INFO] [stderr] 9504 | ("86020", Record {zip_code: "86020",zip_code_type: Type::PoBox,city: "CAMERON",state: "AZ",coordinates: Some((36.05 as f64, -111.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(637),estimated_population: Some(1185),total_wages: Some(14462550),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_462_550` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9505:259 [INFO] [stderr] | [INFO] [stderr] 9505 | ("20855", Record {zip_code: "20855",zip_code_type: Type::Standard,city: "DERWOOD",state: "MD",coordinates: Some((39.13 as f64, -77.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(7226),estimated_population: Some(13190),total_wages: Some(502406808),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `502_406_808` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9507:255 [INFO] [stderr] | [INFO] [stderr] 9507 | ("59103", Record {zip_code: "59103",zip_code_type: Type::PoBox,city: "BILLINGS",state: "MT",coordinates: Some((45.63 as f64, -108.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(642),estimated_population: Some(960),total_wages: Some(20346642),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_346_642` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9509:260 [INFO] [stderr] | [INFO] [stderr] 9509 | ("30079", Record {zip_code: "30079",zip_code_type: Type::Standard,city: "SCOTTDALE",state: "GA",coordinates: Some((33.79 as f64, -84.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1599),estimated_population: Some(2558),total_wages: Some(46449253),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_449_253` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9510:260 [INFO] [stderr] | [INFO] [stderr] 9510 | ("16256", Record {zip_code: "16256",zip_code_type: Type::Standard,city: "SMICKSBURG",state: "PA",coordinates: Some((40.87 as f64, -79.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(603),estimated_population: Some(1294),total_wages: Some(8077562),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_077_562` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9511:261 [INFO] [stderr] | [INFO] [stderr] 9511 | ("54005", Record {zip_code: "54005",zip_code_type: Type::Standard,city: "CLEAR LAKE",state: "WI",coordinates: Some((45.25 as f64, -92.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1476),estimated_population: Some(2671),total_wages: Some(48880893),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `48_880_893` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9512:254 [INFO] [stderr] | [INFO] [stderr] 9512 | ("73648", Record {zip_code: "73648",zip_code_type: Type::PoBox,city: "ELK CITY",state: "OK",coordinates: Some((35.4 as f64, -99.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(874),estimated_population: Some(1559),total_wages: Some(35964929),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_964_929` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9515:258 [INFO] [stderr] | [INFO] [stderr] 9515 | ("49002", Record {zip_code: "49002",zip_code_type: Type::Standard,city: "PORTAGE",state: "MI",coordinates: Some((42.2 as f64, -85.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(9381),estimated_population: Some(15993),total_wages: Some(343243188),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `343_243_188` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9516:257 [INFO] [stderr] | [INFO] [stderr] 9516 | ("56579", Record {zip_code: "56579",zip_code_type: Type::Standard,city: "ROTHSAY",state: "MN",coordinates: Some((46.47 as f64, -96.28 as f64)),is_decommissioned: false,tax_returns_filed: Some(563),estimated_population: Some(1013),total_wages: Some(15552916),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_552_916` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9517:257 [INFO] [stderr] | [INFO] [stderr] 9517 | ("27261", Record {zip_code: "27261",zip_code_type: Type::PoBox,city: "HIGH POINT",state: "NC",coordinates: Some((35.98 as f64, -79.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(641),estimated_population: Some(1071),total_wages: Some(18676691),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_676_691` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9518:259 [INFO] [stderr] | [INFO] [stderr] 9518 | ("94976", Record {zip_code: "94976",zip_code_type: Type::PoBox,city: "CORTE MADERA",state: "CA",coordinates: Some((37.92 as f64, -122.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(257),estimated_population: Some(365),total_wages: Some(9740730),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_740_730` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9522:256 [INFO] [stderr] | [INFO] [stderr] 9522 | ("48636", Record {zip_code: "48636",zip_code_type: Type::Standard,city: "LUZERNE",state: "MI",coordinates: Some((44.61 as f64, -84.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(406),estimated_population: Some(702),total_wages: Some(6256175),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_256_175` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9525:264 [INFO] [stderr] | [INFO] [stderr] 9525 | ("27874", Record {zip_code: "27874",zip_code_type: Type::Standard,city: "SCOTLAND NECK",state: "NC",coordinates: Some((36.13 as f64, -77.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(1980),estimated_population: Some(3455),total_wages: Some(42200986),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_200_986` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9526:262 [INFO] [stderr] | [INFO] [stderr] 9526 | ("08343", Record {zip_code: "08343",zip_code_type: Type::Standard,city: "MONROEVILLE",state: "NJ",coordinates: Some((39.64 as f64, -75.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(2242),estimated_population: Some(4132),total_wages: Some(108670385),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `108_670_385` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9529:257 [INFO] [stderr] | [INFO] [stderr] 9529 | ("76450", Record {zip_code: "76450",zip_code_type: Type::Standard,city: "GRAHAM",state: "TX",coordinates: Some((33.1 as f64, -98.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(5947),estimated_population: Some(10991),total_wages: Some(197082597),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `197_082_597` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9530:257 [INFO] [stderr] | [INFO] [stderr] 9530 | ("77853", Record {zip_code: "77853",zip_code_type: Type::Standard,city: "DIME BOX",state: "TX",coordinates: Some((30.35 as f64, -96.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(481),estimated_population: Some(847),total_wages: Some(14730898),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_730_898` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9533:262 [INFO] [stderr] | [INFO] [stderr] 9533 | ("12740", Record {zip_code: "12740",zip_code_type: Type::Standard,city: "GRAHAMSVILLE",state: "NY",coordinates: Some((41.84 as f64, -74.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(984),estimated_population: Some(1723),total_wages: Some(38029289),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_029_289` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9534:255 [INFO] [stderr] | [INFO] [stderr] 9534 | ("76711", Record {zip_code: "76711",zip_code_type: Type::Standard,city: "WACO",state: "TX",coordinates: Some((31.56 as f64, -97.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(3589),estimated_population: Some(6427),total_wages: Some(82186586),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `82_186_586` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9536:256 [INFO] [stderr] | [INFO] [stderr] 9536 | ("16726", Record {zip_code: "16726",zip_code_type: Type::Standard,city: "CYCLONE",state: "PA",coordinates: Some((41.82 as f64, -78.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(253),estimated_population: Some(453),total_wages: Some(6782584),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_782_584` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9538:264 [INFO] [stderr] | [INFO] [stderr] 9538 | ("86434", Record {zip_code: "86434",zip_code_type: Type::Standard,city: "PEACH SPRINGS",state: "AZ",coordinates: Some((35.64 as f64, -113.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(581),estimated_population: Some(1042),total_wages: Some(14934174),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_934_174` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9539:263 [INFO] [stderr] | [INFO] [stderr] 9539 | ("54539", Record {zip_code: "54539",zip_code_type: Type::Standard,city: "LAKE TOMAHAWK",state: "WI",coordinates: Some((45.81 as f64, -89.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(707),estimated_population: Some(1192),total_wages: Some(19299473),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_299_473` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9540:262 [INFO] [stderr] | [INFO] [stderr] 9540 | ("44430", Record {zip_code: "44430",zip_code_type: Type::Standard,city: "LEAVITTSBURG",state: "OH",coordinates: Some((41.24 as f64, -80.9 as f64)),is_decommissioned: false,tax_returns_filed: Some(1877),estimated_population: Some(3279),total_wages: Some(46652374),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_652_374` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9542:261 [INFO] [stderr] | [INFO] [stderr] 9542 | ("67481", Record {zip_code: "67481",zip_code_type: Type::Standard,city: "SYLVAN GROVE",state: "KS",coordinates: Some((39.01 as f64, -98.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(293),estimated_population: Some(515),total_wages: Some(6688416),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_688_416` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9544:270 [INFO] [stderr] | [INFO] [stderr] 9544 | ("32548", Record {zip_code: "32548",zip_code_type: Type::Standard,city: "FORT WALTON BEACH",state: "FL",coordinates: Some((30.42 as f64, -86.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(10439),estimated_population: Some(16634),total_wages: Some(283253690),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `283_253_690` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9546:254 [INFO] [stderr] | [INFO] [stderr] 9546 | ("68735", Record {zip_code: "68735",zip_code_type: Type::Standard,city: "EWING",state: "NE",coordinates: Some((42.25 as f64, -98.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(430),estimated_population: Some(800),total_wages: Some(8114148),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_114_148` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9547:263 [INFO] [stderr] | [INFO] [stderr] 9547 | ("18830", Record {zip_code: "18830",zip_code_type: Type::Standard,city: "LITTLE MEADOWS",state: "PA",coordinates: Some((41.99 as f64, -76.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(357),estimated_population: Some(627),total_wages: Some(11205584),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_205_584` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9548:258 [INFO] [stderr] | [INFO] [stderr] 9548 | ("50682", Record {zip_code: "50682",zip_code_type: Type::Standard,city: "WINTHROP",state: "IA",coordinates: Some((42.47 as f64, -91.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(696),estimated_population: Some(1296),total_wages: Some(21644846),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_644_846` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9549:260 [INFO] [stderr] | [INFO] [stderr] 9549 | ("85383", Record {zip_code: "85383",zip_code_type: Type::Standard,city: "PEORIA",state: "AZ",coordinates: Some((33.76 as f64, -112.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(14065),estimated_population: Some(28344),total_wages: Some(978571519),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `978_571_519` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9551:259 [INFO] [stderr] | [INFO] [stderr] 9551 | ("21874", Record {zip_code: "21874",zip_code_type: Type::Standard,city: "WILLARDS",state: "MD",coordinates: Some((38.39 as f64, -75.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(1059),estimated_population: Some(1866),total_wages: Some(34263062),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_263_062` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9552:263 [INFO] [stderr] | [INFO] [stderr] 9552 | ("65737", Record {zip_code: "65737",zip_code_type: Type::Standard,city: "REEDS SPRING",state: "MO",coordinates: Some((36.75 as f64, -93.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(3708),estimated_population: Some(6567),total_wages: Some(85648448),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `85_648_448` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9553:258 [INFO] [stderr] | [INFO] [stderr] 9553 | ("77303", Record {zip_code: "77303",zip_code_type: Type::Standard,city: "CONROE",state: "TX",coordinates: Some((30.32 as f64, -95.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(6234),estimated_population: Some(11677),total_wages: Some(218485832),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `218_485_832` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9554:264 [INFO] [stderr] | [INFO] [stderr] 9554 | ("49426", Record {zip_code: "49426",zip_code_type: Type::Standard,city: "HUDSONVILLE",state: "MI",coordinates: Some((42.86 as f64, -85.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(14860),estimated_population: Some(28748),total_wages: Some(657602868),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `657_602_868` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9555:260 [INFO] [stderr] | [INFO] [stderr] 9555 | ("22503", Record {zip_code: "22503",zip_code_type: Type::Standard,city: "LANCASTER",state: "VA",coordinates: Some((37.76 as f64, -76.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(1568),estimated_population: Some(2734),total_wages: Some(41371792),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_371_792` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9556:260 [INFO] [stderr] | [INFO] [stderr] 9556 | ("71067", Record {zip_code: "71067",zip_code_type: Type::Standard,city: "PRINCETON",state: "LA",coordinates: Some((32.61 as f64, -93.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(1410),estimated_population: Some(2544),total_wages: Some(42390441),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_390_441` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9557:256 [INFO] [stderr] | [INFO] [stderr] 9557 | ("78948", Record {zip_code: "78948",zip_code_type: Type::Standard,city: "LINCOLN",state: "TX",coordinates: Some((30.31 as f64, -96.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(386),estimated_population: Some(711),total_wages: Some(11620917),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_620_917` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9558:261 [INFO] [stderr] | [INFO] [stderr] 9558 | ("45648", Record {zip_code: "45648",zip_code_type: Type::Standard,city: "LUCASVILLE",state: "OH",coordinates: Some((38.87 as f64, -82.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(4657),estimated_population: Some(8792),total_wages: Some(143634314),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `143_634_314` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9559:260 [INFO] [stderr] | [INFO] [stderr] 9559 | ("08867", Record {zip_code: "08867",zip_code_type: Type::Standard,city: "PITTSTOWN",state: "NJ",coordinates: Some((40.57 as f64, -74.96 as f64)),is_decommissioned: false,tax_returns_filed: Some(2412),estimated_population: Some(4651),total_wages: Some(220388452),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `220_388_452` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9561:261 [INFO] [stderr] | [INFO] [stderr] 9561 | ("07075", Record {zip_code: "07075",zip_code_type: Type::Standard,city: "WOOD RIDGE",state: "NJ",coordinates: Some((40.85 as f64, -74.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(3947),estimated_population: Some(6891),total_wages: Some(220647809),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `220_647_809` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9564:254 [INFO] [stderr] | [INFO] [stderr] 9564 | ("64436", Record {zip_code: "64436",zip_code_type: Type::Standard,city: "COSBY",state: "MO",coordinates: Some((39.86 as f64, -94.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(366),estimated_population: Some(686),total_wages: Some(14986637),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_986_637` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9565:253 [INFO] [stderr] | [INFO] [stderr] 9565 | ("90749", Record {zip_code: "90749",zip_code_type: Type::PoBox,city: "CARSON",state: "CA",coordinates: Some((33.82 as f64, -118.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(389),estimated_population: Some(646),total_wages: Some(15016593),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_016_593` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9566:256 [INFO] [stderr] | [INFO] [stderr] 9566 | ("93016", Record {zip_code: "93016",zip_code_type: Type::PoBox,city: "FILLMORE",state: "CA",coordinates: Some((34.39 as f64, -118.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(682),estimated_population: Some(1348),total_wages: Some(18013776),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_013_776` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9567:261 [INFO] [stderr] | [INFO] [stderr] 9567 | ("54669", Record {zip_code: "54669",zip_code_type: Type::Standard,city: "WEST SALEM",state: "WI",coordinates: Some((43.89 as f64, -91.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(3655),estimated_population: Some(6713),total_wages: Some(148872540),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `148_872_540` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9569:266 [INFO] [stderr] | [INFO] [stderr] 9569 | ("70739", Record {zip_code: "70739",zip_code_type: Type::Standard,city: "GREENWELL SPRINGS",state: "LA",coordinates: Some((30.52 as f64, -91 as f64)),is_decommissioned: false,tax_returns_filed: Some(5492),estimated_population: Some(10194),total_wages: Some(255243846),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `255_243_846` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9570:261 [INFO] [stderr] | [INFO] [stderr] 9570 | ("87001", Record {zip_code: "87001",zip_code_type: Type::Standard,city: "ALGODONES",state: "NM",coordinates: Some((35.38 as f64, -106.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(1362),estimated_population: Some(2456),total_wages: Some(32226940),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_226_940` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9571:259 [INFO] [stderr] | [INFO] [stderr] 9571 | ("91504", Record {zip_code: "91504",zip_code_type: Type::Standard,city: "BURBANK",state: "CA",coordinates: Some((34.2 as f64, -118.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(11784),estimated_population: Some(20413),total_wages: Some(554936932),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `554_936_932` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9573:255 [INFO] [stderr] | [INFO] [stderr] 9573 | ("23898", Record {zip_code: "23898",zip_code_type: Type::Standard,city: "ZUNI",state: "VA",coordinates: Some((36.86 as f64, -76.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(1033),estimated_population: Some(1919),total_wages: Some(41883713),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_883_713` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9574:260 [INFO] [stderr] | [INFO] [stderr] 9574 | ("45034", Record {zip_code: "45034",zip_code_type: Type::Standard,city: "KINGS MILLS",state: "OH",coordinates: Some((39.34 as f64, -84.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(590),estimated_population: Some(1077),total_wages: Some(33110655),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `33_110_655` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9575:260 [INFO] [stderr] | [INFO] [stderr] 9575 | ("65609", Record {zip_code: "65609",zip_code_type: Type::Standard,city: "BAKERSFIELD",state: "MO",coordinates: Some((36.52 as f64, -92.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(316),estimated_population: Some(622),total_wages: Some(8170829),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_170_829` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9579:262 [INFO] [stderr] | [INFO] [stderr] 9579 | ("13492", Record {zip_code: "13492",zip_code_type: Type::Standard,city: "WHITESBORO",state: "NY",coordinates: Some((43.12 as f64, -75.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(5994),estimated_population: Some(10302),total_wages: Some(228935597),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `228_935_597` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9580:256 [INFO] [stderr] | [INFO] [stderr] 9580 | ("82223", Record {zip_code: "82223",zip_code_type: Type::Standard,city: "LINGLE",state: "WY",coordinates: Some((42.13 as f64, -104.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(462),estimated_population: Some(857),total_wages: Some(13324885),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_324_885` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9587:257 [INFO] [stderr] | [INFO] [stderr] 9587 | ("55065", Record {zip_code: "55065",zip_code_type: Type::Standard,city: "RANDOLPH",state: "MN",coordinates: Some((44.52 as f64, -93.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(535),estimated_population: Some(974),total_wages: Some(23134050),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_134_050` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9588:261 [INFO] [stderr] | [INFO] [stderr] 9588 | ("35447", Record {zip_code: "35447",zip_code_type: Type::Standard,city: "CARROLLTON",state: "AL",coordinates: Some((33.26 as f64, -88.09 as f64)),is_decommissioned: false,tax_returns_filed: Some(1436),estimated_population: Some(2649),total_wages: Some(38726949),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_726_949` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9590:257 [INFO] [stderr] | [INFO] [stderr] 9590 | ("27243", Record {zip_code: "27243",zip_code_type: Type::Standard,city: "EFLAND",state: "NC",coordinates: Some((36.06 as f64, -79.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(2040),estimated_population: Some(3745),total_wages: Some(94542197),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `94_542_197` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9591:261 [INFO] [stderr] | [INFO] [stderr] 9591 | ("01803", Record {zip_code: "01803",zip_code_type: Type::Standard,city: "BURLINGTON",state: "MA",coordinates: Some((42.5 as f64, -71.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(12671),estimated_population: Some(22104),total_wages: Some(728010164),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `728_010_164` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9592:260 [INFO] [stderr] | [INFO] [stderr] 9592 | ("08346", Record {zip_code: "08346",zip_code_type: Type::Standard,city: "NEWTONVILLE",state: "NJ",coordinates: Some((39.56 as f64, -74.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(419),estimated_population: Some(717),total_wages: Some(13139452),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_139_452` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9593:261 [INFO] [stderr] | [INFO] [stderr] 9593 | ("43001", Record {zip_code: "43001",zip_code_type: Type::Standard,city: "ALEXANDRIA",state: "OH",coordinates: Some((40.08 as f64, -82.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(1221),estimated_population: Some(2179),total_wages: Some(52176873),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_176_873` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9594:259 [INFO] [stderr] | [INFO] [stderr] 9594 | ("06702", Record {zip_code: "06702",zip_code_type: Type::Standard,city: "WATERBURY",state: "CT",coordinates: Some((41.55 as f64, -73.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(968),estimated_population: Some(1545),total_wages: Some(15529417),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_529_417` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9595:260 [INFO] [stderr] | [INFO] [stderr] 9595 | ("30560", Record {zip_code: "30560",zip_code_type: Type::Standard,city: "MORGANTON",state: "GA",coordinates: Some((34.87 as f64, -84.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(1786),estimated_population: Some(3290),total_wages: Some(39755162),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `39_755_162` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9598:262 [INFO] [stderr] | [INFO] [stderr] 9598 | ("35213", Record {zip_code: "35213",zip_code_type: Type::Standard,city: "BIRMINGHAM",state: "AL",coordinates: Some((33.52 as f64, -86.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(6827),estimated_population: Some(11782),total_wages: Some(620539283),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `620_539_283` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9599:257 [INFO] [stderr] | [INFO] [stderr] 9599 | ("42602", Record {zip_code: "42602",zip_code_type: Type::Standard,city: "ALBANY",state: "KY",coordinates: Some((36.69 as f64, -85.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(3676),estimated_population: Some(6893),total_wages: Some(81601218),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `81_601_218` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9600:259 [INFO] [stderr] | [INFO] [stderr] 9600 | ("01570", Record {zip_code: "01570",zip_code_type: Type::Standard,city: "WEBSTER",state: "MA",coordinates: Some((42.04 as f64, -71.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(8006),estimated_population: Some(13308),total_wages: Some(313419006),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `313_419_006` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9603:257 [INFO] [stderr] | [INFO] [stderr] 9603 | ("61410", Record {zip_code: "61410",zip_code_type: Type::Standard,city: "ABINGDON",state: "IL",coordinates: Some((40.8 as f64, -90.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(1803),estimated_population: Some(3179),total_wages: Some(51477213),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `51_477_213` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9604:259 [INFO] [stderr] | [INFO] [stderr] 9604 | ("20143", Record {zip_code: "20143",zip_code_type: Type::Standard,city: "CATHARPIN",state: "VA",coordinates: Some((38.84 as f64, -77.56 as f64)),is_decommissioned: false,tax_returns_filed: Some(577),estimated_population: Some(1029),total_wages: Some(40476976),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `40_476_976` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9605:262 [INFO] [stderr] | [INFO] [stderr] 9605 | ("34209", Record {zip_code: "34209",zip_code_type: Type::Standard,city: "BRADENTON",state: "FL",coordinates: Some((27.48 as f64, -82.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(15876),estimated_population: Some(26294),total_wages: Some(524432512),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `524_432_512` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9609:259 [INFO] [stderr] | [INFO] [stderr] 9609 | ("20607", Record {zip_code: "20607",zip_code_type: Type::Standard,city: "ACCOKEEK",state: "MD",coordinates: Some((38.67 as f64, -77.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(4658),estimated_population: Some(8377),total_wages: Some(304799662),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `304_799_662` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9610:260 [INFO] [stderr] | [INFO] [stderr] 9610 | ("98116", Record {zip_code: "98116",zip_code_type: Type::Standard,city: "SEATTLE",state: "WA",coordinates: Some((47.57 as f64, -122.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(12744),estimated_population: Some(19561),total_wages: Some(741564750),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `741_564_750` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9611:262 [INFO] [stderr] | [INFO] [stderr] 9611 | ("32603", Record {zip_code: "32603",zip_code_type: Type::Standard,city: "GAINESVILLE",state: "FL",coordinates: Some((29.67 as f64, -82.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(1602),estimated_population: Some(2079),total_wages: Some(37167357),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_167_357` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9612:270 [INFO] [stderr] | [INFO] [stderr] 9612 | ("76554", Record {zip_code: "76554",zip_code_type: Type::Standard,city: "LITTLE RIVER ACADEMY",state: "TX",coordinates: Some((30.97 as f64, -97.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(958),estimated_population: Some(1813),total_wages: Some(32247895),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_247_895` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9613:257 [INFO] [stderr] | [INFO] [stderr] 9613 | ("23187", Record {zip_code: "23187",zip_code_type: Type::PoBox,city: "WILLIAMSBURG",state: "VA",coordinates: Some((37.27 as f64, -76.7 as f64)),is_decommissioned: false,tax_returns_filed: Some(637),estimated_population: Some(900),total_wages: Some(17183383),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_183_383` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9614:259 [INFO] [stderr] | [INFO] [stderr] 9614 | ("68652", Record {zip_code: "68652",zip_code_type: Type::Standard,city: "PETERSBURG",state: "NE",coordinates: Some((41.85 as f64, -98.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(386),estimated_population: Some(682),total_wages: Some(8984095),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_984_095` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9616:263 [INFO] [stderr] | [INFO] [stderr] 9616 | ("71018", Record {zip_code: "71018",zip_code_type: Type::Standard,city: "COTTON VALLEY",state: "LA",coordinates: Some((32.81 as f64, -93.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(688),estimated_population: Some(1290),total_wages: Some(20686575),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_686_575` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9617:254 [INFO] [stderr] | [INFO] [stderr] 9617 | ("33856", Record {zip_code: "33856",zip_code_type: Type::PoBox,city: "NALCREST",state: "FL",coordinates: Some((27.87 as f64, -81.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(264),estimated_population: Some(406),total_wages: Some(1448730),}), [INFO] [stderr] | ^^^^^^^ help: consider: `1_448_730` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9618:257 [INFO] [stderr] | [INFO] [stderr] 9618 | ("39769", Record {zip_code: "39769",zip_code_type: Type::Standard,city: "STURGIS",state: "MS",coordinates: Some((33.34 as f64, -89.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(761),estimated_population: Some(1386),total_wages: Some(20992915),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_992_915` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9620:260 [INFO] [stderr] | [INFO] [stderr] 9620 | ("71263", Record {zip_code: "71263",zip_code_type: Type::Standard,city: "OAK GROVE",state: "LA",coordinates: Some((32.86 as f64, -91.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(3139),estimated_population: Some(6022),total_wages: Some(112735676),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `112_735_676` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9621:258 [INFO] [stderr] | [INFO] [stderr] 9621 | ("50208", Record {zip_code: "50208",zip_code_type: Type::Standard,city: "NEWTON",state: "IA",coordinates: Some((41.69 as f64, -93.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(9303),estimated_population: Some(16122),total_wages: Some(284056918),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `284_056_918` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9622:260 [INFO] [stderr] | [INFO] [stderr] 9622 | ("34201", Record {zip_code: "34201",zip_code_type: Type::Standard,city: "BRADENTON",state: "FL",coordinates: Some((27.48 as f64, -82.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(1818),estimated_population: Some(3187),total_wages: Some(97804435),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `97_804_435` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9623:255 [INFO] [stderr] | [INFO] [stderr] 9623 | ("75153", Record {zip_code: "75153",zip_code_type: Type::Standard,city: "POWELL",state: "TX",coordinates: Some((32.11 as f64, -96.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(286),estimated_population: Some(532),total_wages: Some(7723815),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_723_815` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9624:261 [INFO] [stderr] | [INFO] [stderr] 9624 | ("69348", Record {zip_code: "69348",zip_code_type: Type::Standard,city: "HEMINGFORD",state: "NE",coordinates: Some((42.32 as f64, -103.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(695),estimated_population: Some(1258),total_wages: Some(21968786),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_968_786` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9625:254 [INFO] [stderr] | [INFO] [stderr] 9625 | ("14485", Record {zip_code: "14485",zip_code_type: Type::Standard,city: "LIMA",state: "NY",coordinates: Some((42.9 as f64, -77.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(2036),estimated_population: Some(3549),total_wages: Some(73880719),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `73_880_719` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9626:259 [INFO] [stderr] | [INFO] [stderr] 9626 | ("24577", Record {zip_code: "24577",zip_code_type: Type::Standard,city: "NATHALIE",state: "VA",coordinates: Some((36.93 as f64, -78.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(2054),estimated_population: Some(3700),total_wages: Some(54095007),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_095_007` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9629:257 [INFO] [stderr] | [INFO] [stderr] 9629 | ("44438", Record {zip_code: "44438",zip_code_type: Type::Standard,city: "MASURY",state: "OH",coordinates: Some((41.23 as f64, -80.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(2339),estimated_population: Some(3879),total_wages: Some(57127582),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_127_582` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9630:261 [INFO] [stderr] | [INFO] [stderr] 9630 | ("66523", Record {zip_code: "66523",zip_code_type: Type::Standard,city: "OSAGE CITY",state: "KS",coordinates: Some((38.63 as f64, -95.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(1724),estimated_population: Some(3095),total_wages: Some(48913523),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `48_913_523` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9631:251 [INFO] [stderr] | [INFO] [stderr] 9631 | ("58107", Record {zip_code: "58107",zip_code_type: Type::PoBox,city: "FARGO",state: "ND",coordinates: Some((46.87 as f64, -96.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(279),estimated_population: Some(401),total_wages: Some(8551964),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_551_964` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9632:259 [INFO] [stderr] | [INFO] [stderr] 9632 | ("60112", Record {zip_code: "60112",zip_code_type: Type::Standard,city: "CORTLAND",state: "IL",coordinates: Some((41.92 as f64, -88.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(1978),estimated_population: Some(3717),total_wages: Some(84488464),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `84_488_464` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9634:261 [INFO] [stderr] | [INFO] [stderr] 9634 | ("05667", Record {zip_code: "05667",zip_code_type: Type::Standard,city: "PLAINFIELD",state: "VT",coordinates: Some((44.28 as f64, -72.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1158),estimated_population: Some(1957),total_wages: Some(35102504),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_102_504` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9635:262 [INFO] [stderr] | [INFO] [stderr] 9635 | ("94085", Record {zip_code: "94085",zip_code_type: Type::Standard,city: "SUNNYVALE",state: "CA",coordinates: Some((37.38 as f64, -122.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(9597),estimated_population: Some(16831),total_wages: Some(620126925),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `620_126_925` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9636:261 [INFO] [stderr] | [INFO] [stderr] 9636 | ("38703", Record {zip_code: "38703",zip_code_type: Type::Standard,city: "GREENVILLE",state: "MS",coordinates: Some((33.38 as f64, -91.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(5221),estimated_population: Some(9461),total_wages: Some(111694510),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `111_694_510` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9637:262 [INFO] [stderr] | [INFO] [stderr] 9637 | ("38501", Record {zip_code: "38501",zip_code_type: Type::Standard,city: "COOKEVILLE",state: "TN",coordinates: Some((36.15 as f64, -85.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(14168),estimated_population: Some(24783),total_wages: Some(395416451),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `395_416_451` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9638:256 [INFO] [stderr] | [INFO] [stderr] 9638 | ("73527", Record {zip_code: "73527",zip_code_type: Type::Standard,city: "CACHE",state: "OK",coordinates: Some((34.62 as f64, -98.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(2085),estimated_population: Some(4010),total_wages: Some(76373372),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `76_373_372` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9640:259 [INFO] [stderr] | [INFO] [stderr] 9640 | ("96741", Record {zip_code: "96741",zip_code_type: Type::Standard,city: "KALAHEO",state: "HI",coordinates: Some((21.92 as f64, -159.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(2229),estimated_population: Some(3885),total_wages: Some(88740520),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `88_740_520` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9641:256 [INFO] [stderr] | [INFO] [stderr] 9641 | ("12182", Record {zip_code: "12182",zip_code_type: Type::Standard,city: "TROY",state: "NY",coordinates: Some((42.73 as f64, -73.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(7105),estimated_population: Some(11529),total_wages: Some(233926132),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `233_926_132` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9642:261 [INFO] [stderr] | [INFO] [stderr] 9642 | ("94801", Record {zip_code: "94801",zip_code_type: Type::Standard,city: "RICHMOND",state: "CA",coordinates: Some((37.96 as f64, -122.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(9833),estimated_population: Some(18180),total_wages: Some(335224749),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `335_224_749` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9643:262 [INFO] [stderr] | [INFO] [stderr] 9643 | ("40437", Record {zip_code: "40437",zip_code_type: Type::Standard,city: "HUSTONVILLE",state: "KY",coordinates: Some((37.47 as f64, -84.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(1742),estimated_population: Some(3277),total_wages: Some(46990625),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `46_990_625` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9646:267 [INFO] [stderr] | [INFO] [stderr] 9646 | ("91977", Record {zip_code: "91977",zip_code_type: Type::Standard,city: "SPRING VALLEY",state: "CA",coordinates: Some((32.71 as f64, -116.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(24418),estimated_population: Some(44239),total_wages: Some(864222009),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `864_222_009` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9647:252 [INFO] [stderr] | [INFO] [stderr] 9647 | ("38722", Record {zip_code: "38722",zip_code_type: Type::PoBox,city: "ARCOLA",state: "MS",coordinates: Some((33.27 as f64, -90.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(265),estimated_population: Some(474),total_wages: Some(4295610),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_295_610` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9650:255 [INFO] [stderr] | [INFO] [stderr] 9650 | ("48347", Record {zip_code: "48347",zip_code_type: Type::PoBox,city: "CLARKSTON",state: "MI",coordinates: Some((42.73 as f64, -83.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(325),estimated_population: Some(534),total_wages: Some(15446812),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_446_812` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9652:258 [INFO] [stderr] | [INFO] [stderr] 9652 | ("29682", Record {zip_code: "29682",zip_code_type: Type::Standard,city: "SIX MILE",state: "SC",coordinates: Some((34.8 as f64, -82.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(1577),estimated_population: Some(3061),total_wages: Some(53785550),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `53_785_550` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9654:260 [INFO] [stderr] | [INFO] [stderr] 9654 | ("99361", Record {zip_code: "99361",zip_code_type: Type::Standard,city: "WAITSBURG",state: "WA",coordinates: Some((46.22 as f64, -118.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(814),estimated_population: Some(1495),total_wages: Some(26269109),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_269_109` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9655:259 [INFO] [stderr] | [INFO] [stderr] 9655 | ("28571", Record {zip_code: "28571",zip_code_type: Type::Standard,city: "ORIENTAL",state: "NC",coordinates: Some((35.03 as f64, -76.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(1272),estimated_population: Some(2170),total_wages: Some(33065243),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `33_065_243` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9657:257 [INFO] [stderr] | [INFO] [stderr] 9657 | ("52249", Record {zip_code: "52249",zip_code_type: Type::Standard,city: "KEYSTONE",state: "IA",coordinates: Some((41.99 as f64, -92.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(466),estimated_population: Some(839),total_wages: Some(15052873),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_052_873` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9658:260 [INFO] [stderr] | [INFO] [stderr] 9658 | ("36524", Record {zip_code: "36524",zip_code_type: Type::Standard,city: "COFFEEVILLE",state: "AL",coordinates: Some((31.76 as f64, -88.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(479),estimated_population: Some(887),total_wages: Some(12346264),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_346_264` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9659:259 [INFO] [stderr] | [INFO] [stderr] 9659 | ("04658", Record {zip_code: "04658",zip_code_type: Type::Standard,city: "MILBRIDGE",state: "ME",coordinates: Some((44.52 as f64, -67.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(644),estimated_population: Some(1100),total_wages: Some(11865095),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_865_095` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9660:257 [INFO] [stderr] | [INFO] [stderr] 9660 | ("04453", Record {zip_code: "04453",zip_code_type: Type::Standard,city: "LAGRANGE",state: "ME",coordinates: Some((45.16 as f64, -68.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(286),estimated_population: Some(542),total_wages: Some(8235001),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_235_001` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9661:257 [INFO] [stderr] | [INFO] [stderr] 9661 | ("16922", Record {zip_code: "16922",zip_code_type: Type::Standard,city: "GALETON",state: "PA",coordinates: Some((41.73 as f64, -77.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(926),estimated_population: Some(1639),total_wages: Some(21041702),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_041_702` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9662:262 [INFO] [stderr] | [INFO] [stderr] 9662 | ("64128", Record {zip_code: "64128",zip_code_type: Type::Standard,city: "KANSAS CITY",state: "MO",coordinates: Some((39.09 as f64, -94.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(4678),estimated_population: Some(7551),total_wages: Some(90867390),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `90_867_390` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9664:255 [INFO] [stderr] | [INFO] [stderr] 9664 | ("98357", Record {zip_code: "98357",zip_code_type: Type::PoBox,city: "NEAH BAY",state: "WA",coordinates: Some((48.33 as f64, -124.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(473),estimated_population: Some(877),total_wages: Some(12642512),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_642_512` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9667:264 [INFO] [stderr] | [INFO] [stderr] 9667 | ("91914", Record {zip_code: "91914",zip_code_type: Type::Standard,city: "CHULA VISTA",state: "CA",coordinates: Some((32.66 as f64, -116.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(5808),estimated_population: Some(12078),total_wages: Some(396657614),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `396_657_614` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9669:261 [INFO] [stderr] | [INFO] [stderr] 9669 | ("63801", Record {zip_code: "63801",zip_code_type: Type::Standard,city: "SIKESTON",state: "MO",coordinates: Some((36.88 as f64, -89.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(10171),estimated_population: Some(18169),total_wages: Some(285286802),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `285_286_802` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9670:258 [INFO] [stderr] | [INFO] [stderr] 9670 | ("18929", Record {zip_code: "18929",zip_code_type: Type::Standard,city: "JAMISON",state: "PA",coordinates: Some((40.25 as f64, -75.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(4299),estimated_population: Some(8215),total_wages: Some(326285154),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `326_285_154` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9672:255 [INFO] [stderr] | [INFO] [stderr] 9672 | ("75550", Record {zip_code: "75550",zip_code_type: Type::Standard,city: "ANNONA",state: "TX",coordinates: Some((33.58 as f64, -94.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(367),estimated_population: Some(653),total_wages: Some(8540303),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_540_303` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9673:263 [INFO] [stderr] | [INFO] [stderr] 9673 | ("97362", Record {zip_code: "97362",zip_code_type: Type::Standard,city: "MOUNT ANGEL",state: "OR",coordinates: Some((45.06 as f64, -122.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(1891),estimated_population: Some(3443),total_wages: Some(55946907),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `55_946_907` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9677:265 [INFO] [stderr] | [INFO] [stderr] 9677 | ("61616", Record {zip_code: "61616",zip_code_type: Type::Standard,city: "PEORIA HEIGHTS",state: "IL",coordinates: Some((40.74 as f64, -89.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(3302),estimated_population: Some(5152),total_wages: Some(118565453),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `118_565_453` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9678:251 [INFO] [stderr] | [INFO] [stderr] 9678 | ("21922", Record {zip_code: "21922",zip_code_type: Type::PoBox,city: "ELKTON",state: "MD",coordinates: Some((39.6 as f64, -75.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(468),estimated_population: Some(752),total_wages: Some(14145714),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_145_714` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9681:264 [INFO] [stderr] | [INFO] [stderr] 9681 | ("28301", Record {zip_code: "28301",zip_code_type: Type::Standard,city: "FAYETTEVILLE",state: "NC",coordinates: Some((35.05 as f64, -78.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(6331),estimated_population: Some(10433),total_wages: Some(125666647),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `125_666_647` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9682:258 [INFO] [stderr] | [INFO] [stderr] 9682 | ("28585", Record {zip_code: "28585",zip_code_type: Type::Standard,city: "TRENTON",state: "NC",coordinates: Some((35.06 as f64, -77.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(1649),estimated_population: Some(3017),total_wages: Some(41617862),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_617_862` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9683:265 [INFO] [stderr] | [INFO] [stderr] 9683 | ("27106", Record {zip_code: "27106",zip_code_type: Type::Standard,city: "WINSTON SALEM",state: "NC",coordinates: Some((36.1 as f64, -80.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(19623),estimated_population: Some(34137),total_wages: Some(889011305),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `889_011_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9687:261 [INFO] [stderr] | [INFO] [stderr] 9687 | ("48848", Record {zip_code: "48848",zip_code_type: Type::Standard,city: "LAINGSBURG",state: "MI",coordinates: Some((42.89 as f64, -84.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(3721),estimated_population: Some(6949),total_wages: Some(154418289),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `154_418_289` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9688:260 [INFO] [stderr] | [INFO] [stderr] 9688 | ("01610", Record {zip_code: "01610",zip_code_type: Type::Standard,city: "WORCESTER",state: "MA",coordinates: Some((42.26 as f64, -71.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(7853),estimated_population: Some(12571),total_wages: Some(189128798),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `189_128_798` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9689:256 [INFO] [stderr] | [INFO] [stderr] 9689 | ("43442", Record {zip_code: "43442",zip_code_type: Type::Standard,city: "LINDSEY",state: "OH",coordinates: Some((41.42 as f64, -83.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(511),estimated_population: Some(883),total_wages: Some(16798678),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_798_678` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9690:265 [INFO] [stderr] | [INFO] [stderr] 9690 | ("89704", Record {zip_code: "89704",zip_code_type: Type::Standard,city: "WASHOE VALLEY",state: "NV",coordinates: Some((39.26 as f64, -119.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(2066),estimated_population: Some(3575),total_wages: Some(103990067),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `103_990_067` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9691:258 [INFO] [stderr] | [INFO] [stderr] 9691 | ("68757", Record {zip_code: "68757",zip_code_type: Type::Standard,city: "NEWCASTLE",state: "NE",coordinates: Some((42.65 as f64, -96.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(337),estimated_population: Some(628),total_wages: Some(10402004),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_402_004` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9692:259 [INFO] [stderr] | [INFO] [stderr] 9692 | ("61925", Record {zip_code: "61925",zip_code_type: Type::Standard,city: "DALTON CITY",state: "IL",coordinates: Some((39.71 as f64, -88.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(476),estimated_population: Some(895),total_wages: Some(19157217),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_157_217` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9694:260 [INFO] [stderr] | [INFO] [stderr] 9694 | ("47018", Record {zip_code: "47018",zip_code_type: Type::Standard,city: "DILLSBORO",state: "IN",coordinates: Some((39.01 as f64, -85.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(2085),estimated_population: Some(3733),total_wages: Some(68085639),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `68_085_639` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9695:256 [INFO] [stderr] | [INFO] [stderr] 9695 | ("56043", Record {zip_code: "56043",zip_code_type: Type::Standard,city: "HAYWARD",state: "MN",coordinates: Some((43.64 as f64, -93.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(270),estimated_population: Some(463),total_wages: Some(8608164),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_608_164` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9696:264 [INFO] [stderr] | [INFO] [stderr] 9696 | ("96091", Record {zip_code: "96091",zip_code_type: Type::Standard,city: "TRINITY CENTER",state: "CA",coordinates: Some((41.05 as f64, -122.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(293),estimated_population: Some(501),total_wages: Some(3841609),}), [INFO] [stderr] | ^^^^^^^ help: consider: `3_841_609` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9698:260 [INFO] [stderr] | [INFO] [stderr] 9698 | ("05491", Record {zip_code: "05491",zip_code_type: Type::Standard,city: "VERGENNES",state: "VT",coordinates: Some((44.16 as f64, -73.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(2944),estimated_population: Some(5045),total_wages: Some(104231216),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `104_231_216` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9699:263 [INFO] [stderr] | [INFO] [stderr] 9699 | ("45682", Record {zip_code: "45682",zip_code_type: Type::Standard,city: "SOUTH WEBSTER",state: "OH",coordinates: Some((38.81 as f64, -82.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(906),estimated_population: Some(1677),total_wages: Some(24597951),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_597_951` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9701:259 [INFO] [stderr] | [INFO] [stderr] 9701 | ("40759", Record {zip_code: "40759",zip_code_type: Type::Standard,city: "ROCKHOLDS",state: "KY",coordinates: Some((36.82 as f64, -84.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(914),estimated_population: Some(1776),total_wages: Some(20307139),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_307_139` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9703:260 [INFO] [stderr] | [INFO] [stderr] 9703 | ("04349", Record {zip_code: "04349",zip_code_type: Type::Standard,city: "KENTS HILL",state: "ME",coordinates: Some((44.43 as f64, -70.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(618),estimated_population: Some(1108),total_wages: Some(21331668),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_331_668` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9704:259 [INFO] [stderr] | [INFO] [stderr] 9704 | ("53714", Record {zip_code: "53714",zip_code_type: Type::Standard,city: "MADISON",state: "WI",coordinates: Some((43.07 as f64, -89.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(8797),estimated_population: Some(14039),total_wages: Some(297602152),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `297_602_152` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9706:262 [INFO] [stderr] | [INFO] [stderr] 9706 | ("47720", Record {zip_code: "47720",zip_code_type: Type::Standard,city: "EVANSVILLE",state: "IN",coordinates: Some((37.98 as f64, -87.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(8554),estimated_population: Some(15160),total_wages: Some(333644299),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `333_644_299` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9707:263 [INFO] [stderr] | [INFO] [stderr] 9707 | ("63385", Record {zip_code: "63385",zip_code_type: Type::Standard,city: "WENTZVILLE",state: "MO",coordinates: Some((38.81 as f64, -90.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(15068),estimated_population: Some(29286),total_wages: Some(766509419),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `766_509_419` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9708:252 [INFO] [stderr] | [INFO] [stderr] 9708 | ("98921", Record {zip_code: "98921",zip_code_type: Type::PoBox,city: "BUENA",state: "WA",coordinates: Some((46.42 as f64, -120.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(367),estimated_population: Some(760),total_wages: Some(7123591),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_123_591` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9710:258 [INFO] [stderr] | [INFO] [stderr] 9710 | ("54741", Record {zip_code: "54741",zip_code_type: Type::Standard,city: "FAIRCHILD",state: "WI",coordinates: Some((44.6 as f64, -90.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(680),estimated_population: Some(1236),total_wages: Some(16949292),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_949_292` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9711:255 [INFO] [stderr] | [INFO] [stderr] 9711 | ("54541", Record {zip_code: "54541",zip_code_type: Type::Standard,city: "LAONA",state: "WI",coordinates: Some((45.56 as f64, -88.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(651),estimated_population: Some(1158),total_wages: Some(15846760),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_846_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9712:258 [INFO] [stderr] | [INFO] [stderr] 9712 | ("52540", Record {zip_code: "52540",zip_code_type: Type::Standard,city: "BRIGHTON",state: "IA",coordinates: Some((41.17 as f64, -91.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(673),estimated_population: Some(1190),total_wages: Some(17573415),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_573_415` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9714:260 [INFO] [stderr] | [INFO] [stderr] 9714 | ("03561", Record {zip_code: "03561",zip_code_type: Type::Standard,city: "LITTLETON",state: "NH",coordinates: Some((44.31 as f64, -71.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(3235),estimated_population: Some(5340),total_wages: Some(94824683),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `94_824_683` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9716:255 [INFO] [stderr] | [INFO] [stderr] 9716 | ("04911", Record {zip_code: "04911",zip_code_type: Type::Standard,city: "ANSON",state: "ME",coordinates: Some((44.79 as f64, -69.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(875),estimated_population: Some(1529),total_wages: Some(22383467),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_383_467` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9719:264 [INFO] [stderr] | [INFO] [stderr] 9719 | ("17866", Record {zip_code: "17866",zip_code_type: Type::Standard,city: "COAL TOWNSHIP",state: "PA",coordinates: Some((40.78 as f64, -76.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(3936),estimated_population: Some(6587),total_wages: Some(102880472),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `102_880_472` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9720:259 [INFO] [stderr] | [INFO] [stderr] 9720 | ("82054", Record {zip_code: "82054",zip_code_type: Type::Standard,city: "CARPENTER",state: "WY",coordinates: Some((41.03 as f64, -104.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(351),estimated_population: Some(668),total_wages: Some(12280782),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_280_782` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9721:259 [INFO] [stderr] | [INFO] [stderr] 9721 | ("57030", Record {zip_code: "57030",zip_code_type: Type::Standard,city: "GARRETSON",state: "SD",coordinates: Some((43.71 as f64, -96.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(1412),estimated_population: Some(2575),total_wages: Some(54388866),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_388_866` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9722:261 [INFO] [stderr] | [INFO] [stderr] 9722 | ("49307", Record {zip_code: "49307",zip_code_type: Type::Standard,city: "BIG RAPIDS",state: "MI",coordinates: Some((43.7 as f64, -85.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(6790),estimated_population: Some(11456),total_wages: Some(199334820),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `199_334_820` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9723:262 [INFO] [stderr] | [INFO] [stderr] 9723 | ("07040", Record {zip_code: "07040",zip_code_type: Type::Standard,city: "MAPLEWOOD",state: "NJ",coordinates: Some((40.73 as f64, -74.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(11603),estimated_population: Some(20973),total_wages: Some(985456302),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `985_456_302` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9725:259 [INFO] [stderr] | [INFO] [stderr] 9725 | ("98047", Record {zip_code: "98047",zip_code_type: Type::Standard,city: "PACIFIC",state: "WA",coordinates: Some((47.25 as f64, -122.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(2828),estimated_population: Some(4987),total_wages: Some(109350455),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `109_350_455` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9726:270 [INFO] [stderr] | [INFO] [stderr] 9726 | ("92646", Record {zip_code: "92646",zip_code_type: Type::Standard,city: "HUNTINGTON BEACH",state: "CA",coordinates: Some((33.66 as f64, -117.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(27770),estimated_population: Some(47363),total_wages: Some(1503314991),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_503_314_991` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9727:262 [INFO] [stderr] | [INFO] [stderr] 9727 | ("48734", Record {zip_code: "48734",zip_code_type: Type::Standard,city: "FRANKENMUTH",state: "MI",coordinates: Some((43.33 as f64, -83.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(3899),estimated_population: Some(6822),total_wages: Some(154665513),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `154_665_513` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9728:255 [INFO] [stderr] | [INFO] [stderr] 9728 | ("04004", Record {zip_code: "04004",zip_code_type: Type::PoBox,city: "BAR MILLS",state: "ME",coordinates: Some((43.61 as f64, -70.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(295),estimated_population: Some(503),total_wages: Some(10333767),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_333_767` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9730:257 [INFO] [stderr] | [INFO] [stderr] 9730 | ("12809", Record {zip_code: "12809",zip_code_type: Type::Standard,city: "ARGYLE",state: "NY",coordinates: Some((43.23 as f64, -73.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(1685),estimated_population: Some(2994),total_wages: Some(55154197),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `55_154_197` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9731:252 [INFO] [stderr] | [INFO] [stderr] 9731 | ("76505", Record {zip_code: "76505",zip_code_type: Type::PoBox,city: "TEMPLE",state: "TX",coordinates: Some((31.09 as f64, -97.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(374),estimated_population: Some(599),total_wages: Some(12346515),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_346_515` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9733:259 [INFO] [stderr] | [INFO] [stderr] 9733 | ("94042", Record {zip_code: "94042",zip_code_type: Type::PoBox,city: "MOUNTAIN VIEW",state: "CA",coordinates: Some((37.4 as f64, -122.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(505),estimated_population: Some(764),total_wages: Some(33037242),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `33_037_242` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9734:253 [INFO] [stderr] | [INFO] [stderr] 9734 | ("56744", Record {zip_code: "56744",zip_code_type: Type::Standard,city: "OSLO",state: "MN",coordinates: Some((48.19 as f64, -97.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(301),estimated_population: Some(536),total_wages: Some(8989540),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_989_540` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9736:259 [INFO] [stderr] | [INFO] [stderr] 9736 | ("10548", Record {zip_code: "10548",zip_code_type: Type::Standard,city: "MONTROSE",state: "NY",coordinates: Some((41.24 as f64, -73.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(1473),estimated_population: Some(2607),total_wages: Some(91164579),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `91_164_579` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9737:267 [INFO] [stderr] | [INFO] [stderr] 9737 | ("84003", Record {zip_code: "84003",zip_code_type: Type::Standard,city: "AMERICAN FORK",state: "UT",coordinates: Some((40.39 as f64, -111.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(15466),estimated_population: Some(31217),total_wages: Some(700749448),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `700_749_448` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9738:256 [INFO] [stderr] | [INFO] [stderr] 9738 | ("71138", Record {zip_code: "71138",zip_code_type: Type::PoBox,city: "SHREVEPORT",state: "LA",coordinates: Some((32.47 as f64, -93.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(295),estimated_population: Some(473),total_wages: Some(10354457),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_354_457` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9741:258 [INFO] [stderr] | [INFO] [stderr] 9741 | ("70637", Record {zip_code: "70637",zip_code_type: Type::Standard,city: "DRY CREEK",state: "LA",coordinates: Some((30.66 as f64, -93.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(323),estimated_population: Some(657),total_wages: Some(12225302),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_225_302` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9742:255 [INFO] [stderr] | [INFO] [stderr] 9742 | ("68640", Record {zip_code: "68640",zip_code_type: Type::Standard,city: "GENOA",state: "NE",coordinates: Some((41.44 as f64, -97.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(743),estimated_population: Some(1322),total_wages: Some(19724074),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_724_074` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9743:256 [INFO] [stderr] | [INFO] [stderr] 9743 | ("79356", Record {zip_code: "79356",zip_code_type: Type::Standard,city: "POST",state: "TX",coordinates: Some((33.19 as f64, -101.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(1852),estimated_population: Some(3405),total_wages: Some(52189667),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_189_667` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9744:255 [INFO] [stderr] | [INFO] [stderr] 9744 | ("95153", Record {zip_code: "95153",zip_code_type: Type::PoBox,city: "SAN JOSE",state: "CA",coordinates: Some((37.24 as f64, -121.84 as f64)),is_decommissioned: false,tax_returns_filed: Some(487),estimated_population: Some(744),total_wages: Some(22581794),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_581_794` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9745:262 [INFO] [stderr] | [INFO] [stderr] 9745 | ("64132", Record {zip_code: "64132",zip_code_type: Type::Standard,city: "KANSAS CITY",state: "MO",coordinates: Some((39.09 as f64, -94.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(5805),estimated_population: Some(9437),total_wages: Some(122822257),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `122_822_257` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9746:260 [INFO] [stderr] | [INFO] [stderr] 9746 | ("22031", Record {zip_code: "22031",zip_code_type: Type::Standard,city: "FAIRFAX",state: "VA",coordinates: Some((38.85 as f64, -77.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(14618),estimated_population: Some(24288),total_wages: Some(885090354),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `885_090_354` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9749:258 [INFO] [stderr] | [INFO] [stderr] 9749 | ("48820", Record {zip_code: "48820",zip_code_type: Type::Standard,city: "DEWITT",state: "MI",coordinates: Some((42.86 as f64, -84.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(7857),estimated_population: Some(14700),total_wages: Some(401078597),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `401_078_597` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9750:258 [INFO] [stderr] | [INFO] [stderr] 9750 | ("38225", Record {zip_code: "38225",zip_code_type: Type::Standard,city: "DRESDEN",state: "TN",coordinates: Some((36.27 as f64, -88.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(2578),estimated_population: Some(4684),total_wages: Some(68598670),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `68_598_670` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9753:262 [INFO] [stderr] | [INFO] [stderr] 9753 | ("80503", Record {zip_code: "80503",zip_code_type: Type::Standard,city: "LONGMONT",state: "CO",coordinates: Some((40.17 as f64, -105.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(14606),estimated_population: Some(26346),total_wages: Some(903068119),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `903_068_119` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9755:262 [INFO] [stderr] | [INFO] [stderr] 9755 | ("49112", Record {zip_code: "49112",zip_code_type: Type::Standard,city: "EDWARDSBURG",state: "MI",coordinates: Some((41.79 as f64, -86.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(4614),estimated_population: Some(8379),total_wages: Some(167360084),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `167_360_084` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9756:260 [INFO] [stderr] | [INFO] [stderr] 9756 | ("12816", Record {zip_code: "12816",zip_code_type: Type::Standard,city: "CAMBRIDGE",state: "NY",coordinates: Some((43.02 as f64, -73.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(2187),estimated_population: Some(3769),total_wages: Some(64661243),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `64_661_243` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9760:261 [INFO] [stderr] | [INFO] [stderr] 9760 | ("23223", Record {zip_code: "23223",zip_code_type: Type::Standard,city: "RICHMOND",state: "VA",coordinates: Some((37.55 as f64, -77.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(20701),estimated_population: Some(32635),total_wages: Some(595939853),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `595_939_853` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9761:256 [INFO] [stderr] | [INFO] [stderr] 9761 | ("50621", Record {zip_code: "50621",zip_code_type: Type::Standard,city: "CONRAD",state: "IA",coordinates: Some((42.22 as f64, -92.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(684),estimated_population: Some(1269),total_wages: Some(26170376),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_170_376` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9763:262 [INFO] [stderr] | [INFO] [stderr] 9763 | ("39119", Record {zip_code: "39119",zip_code_type: Type::Standard,city: "MOUNT OLIVE",state: "MS",coordinates: Some((31.75 as f64, -89.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(2214),estimated_population: Some(4137),total_wages: Some(57166560),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_166_560` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9764:261 [INFO] [stderr] | [INFO] [stderr] 9764 | ("44608", Record {zip_code: "44608",zip_code_type: Type::Standard,city: "BEACH CITY",state: "OH",coordinates: Some((40.65 as f64, -81.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(1272),estimated_population: Some(2222),total_wages: Some(36025046),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_025_046` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9765:260 [INFO] [stderr] | [INFO] [stderr] 9765 | ("60621", Record {zip_code: "60621",zip_code_type: Type::Standard,city: "CHICAGO",state: "IL",coordinates: Some((41.83 as f64, -87.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(13281),estimated_population: Some(22622),total_wages: Some(232126369),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `232_126_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9766:257 [INFO] [stderr] | [INFO] [stderr] 9766 | ("56315", Record {zip_code: "56315",zip_code_type: Type::Standard,city: "BRANDON",state: "MN",coordinates: Some((45.96 as f64, -95.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(745),estimated_population: Some(1355),total_wages: Some(23203616),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_203_616` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9767:258 [INFO] [stderr] | [INFO] [stderr] 9767 | ("75138", Record {zip_code: "75138",zip_code_type: Type::PoBox,city: "DUNCANVILLE",state: "TX",coordinates: Some((32.64 as f64, -96.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(795),estimated_population: Some(1340),total_wages: Some(29730792),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_730_792` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9768:260 [INFO] [stderr] | [INFO] [stderr] 9768 | ("13206", Record {zip_code: "13206",zip_code_type: Type::Standard,city: "SYRACUSE",state: "NY",coordinates: Some((43.04 as f64, -76.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(8569),estimated_population: Some(13046),total_wages: Some(245093186),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `245_093_186` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9769:263 [INFO] [stderr] | [INFO] [stderr] 9769 | ("92107", Record {zip_code: "92107",zip_code_type: Type::Standard,city: "SAN DIEGO",state: "CA",coordinates: Some((32.73 as f64, -117.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(15036),estimated_population: Some(21395),total_wages: Some(655549668),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `655_549_668` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9770:256 [INFO] [stderr] | [INFO] [stderr] 9770 | ("10702", Record {zip_code: "10702",zip_code_type: Type::Standard,city: "YONKERS",state: "NY",coordinates: Some((40.94 as f64, -73.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(348),estimated_population: Some(530),total_wages: Some(11957909),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_957_909` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9771:264 [INFO] [stderr] | [INFO] [stderr] 9771 | ("18360", Record {zip_code: "18360",zip_code_type: Type::Standard,city: "STROUDSBURG",state: "PA",coordinates: Some((40.98 as f64, -75.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(13112),estimated_population: Some(22854),total_wages: Some(514861079),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `514_861_079` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9773:263 [INFO] [stderr] | [INFO] [stderr] 9773 | ("64064", Record {zip_code: "64064",zip_code_type: Type::Standard,city: "LEES SUMMIT",state: "MO",coordinates: Some((38.91 as f64, -94.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(7375),estimated_population: Some(13693),total_wages: Some(461506917),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `461_506_917` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9774:260 [INFO] [stderr] | [INFO] [stderr] 9774 | ("70458", Record {zip_code: "70458",zip_code_type: Type::Standard,city: "SLIDELL",state: "LA",coordinates: Some((30.28 as f64, -89.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(15130),estimated_population: Some(26965),total_wages: Some(583858592),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `583_858_592` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9775:270 [INFO] [stderr] | [INFO] [stderr] 9775 | ("72118", Record {zip_code: "72118",zip_code_type: Type::Standard,city: "NORTH LITTLE ROCK",state: "AR",coordinates: Some((34.78 as f64, -92.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(10034),estimated_population: Some(17098),total_wages: Some(302513294),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `302_513_294` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9776:256 [INFO] [stderr] | [INFO] [stderr] 9776 | ("49266", Record {zip_code: "49266",zip_code_type: Type::Standard,city: "OSSEO",state: "MI",coordinates: Some((41.82 as f64, -84.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(1328),estimated_population: Some(2468),total_wages: Some(34826059),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_826_059` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9777:258 [INFO] [stderr] | [INFO] [stderr] 9777 | ("36375", Record {zip_code: "36375",zip_code_type: Type::Standard,city: "SLOCOMB",state: "AL",coordinates: Some((31.11 as f64, -85.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(2942),estimated_population: Some(5530),total_wages: Some(81991961),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `81_991_961` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9779:258 [INFO] [stderr] | [INFO] [stderr] 9779 | ("16630", Record {zip_code: "16630",zip_code_type: Type::Standard,city: "CRESSON",state: "PA",coordinates: Some((40.46 as f64, -78.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(2206),estimated_population: Some(3731),total_wages: Some(70682657),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `70_682_657` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9780:255 [INFO] [stderr] | [INFO] [stderr] 9780 | ("51338", Record {zip_code: "51338",zip_code_type: Type::Standard,city: "EVERLY",state: "IA",coordinates: Some((43.16 as f64, -95.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(527),estimated_population: Some(930),total_wages: Some(14984167),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_984_167` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9782:258 [INFO] [stderr] | [INFO] [stderr] 9782 | ("37886", Record {zip_code: "37886",zip_code_type: Type::Standard,city: "WALLAND",state: "TN",coordinates: Some((35.72 as f64, -83.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(1886),estimated_population: Some(3411),total_wages: Some(60160992),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `60_160_992` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9785:262 [INFO] [stderr] | [INFO] [stderr] 9785 | ("70812", Record {zip_code: "70812",zip_code_type: Type::Standard,city: "BATON ROUGE",state: "LA",coordinates: Some((30.44 as f64, -91.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(5161),estimated_population: Some(8832),total_wages: Some(118416000),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `118_416_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9788:259 [INFO] [stderr] | [INFO] [stderr] 9788 | ("84333", Record {zip_code: "84333",zip_code_type: Type::Standard,city: "RICHMOND",state: "UT",coordinates: Some((41.9 as f64, -111.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(1056),estimated_population: Some(2128),total_wages: Some(36045572),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_045_572` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9789:266 [INFO] [stderr] | [INFO] [stderr] 9789 | ("95975", Record {zip_code: "95975",zip_code_type: Type::Standard,city: "ROUGH AND READY",state: "CA",coordinates: Some((39.22 as f64, -121.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(853),estimated_population: Some(1434),total_wages: Some(24871133),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_871_133` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9790:254 [INFO] [stderr] | [INFO] [stderr] 9790 | ("28646", Record {zip_code: "28646",zip_code_type: Type::PoBox,city: "LINVILLE",state: "NC",coordinates: Some((36.08 as f64, -81.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(421),estimated_population: Some(710),total_wages: Some(12959775),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_959_775` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9791:258 [INFO] [stderr] | [INFO] [stderr] 9791 | ("45449", Record {zip_code: "45449",zip_code_type: Type::Standard,city: "DAYTON",state: "OH",coordinates: Some((39.77 as f64, -84.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(9550),estimated_population: Some(15294),total_wages: Some(282966545),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `282_966_545` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9792:258 [INFO] [stderr] | [INFO] [stderr] 9792 | ("04287", Record {zip_code: "04287",zip_code_type: Type::Standard,city: "BOWDOIN",state: "ME",coordinates: Some((44.04 as f64, -70.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(1395),estimated_population: Some(2575),total_wages: Some(50736958),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `50_736_958` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9794:258 [INFO] [stderr] | [INFO] [stderr] 9794 | ("27601", Record {zip_code: "27601",zip_code_type: Type::Standard,city: "RALEIGH",state: "NC",coordinates: Some((35.82 as f64, -78.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(3073),estimated_population: Some(4807),total_wages: Some(86325666),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `86_325_666` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9796:259 [INFO] [stderr] | [INFO] [stderr] 9796 | ("62824", Record {zip_code: "62824",zip_code_type: Type::Standard,city: "CLAY CITY",state: "IL",coordinates: Some((38.68 as f64, -88.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(794),estimated_population: Some(1379),total_wages: Some(18643248),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_643_248` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9797:262 [INFO] [stderr] | [INFO] [stderr] 9797 | ("34614", Record {zip_code: "34614",zip_code_type: Type::Standard,city: "BROOKSVILLE",state: "FL",coordinates: Some((28.55 as f64, -82.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(2548),estimated_population: Some(4847),total_wages: Some(75831108),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `75_831_108` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9798:263 [INFO] [stderr] | [INFO] [stderr] 9798 | ("31313", Record {zip_code: "31313",zip_code_type: Type::Standard,city: "HINESVILLE",state: "GA",coordinates: Some((31.83 as f64, -81.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(15550),estimated_population: Some(29104),total_wages: Some(437125821),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `437_125_821` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9799:257 [INFO] [stderr] | [INFO] [stderr] 9799 | ("30141", Record {zip_code: "30141",zip_code_type: Type::Standard,city: "HIRAM",state: "GA",coordinates: Some((33.86 as f64, -84.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(9575),estimated_population: Some(17960),total_wages: Some(397277797),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `397_277_797` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9800:256 [INFO] [stderr] | [INFO] [stderr] 9800 | ("72534", Record {zip_code: "72534",zip_code_type: Type::Standard,city: "FLORAL",state: "AR",coordinates: Some((35.61 as f64, -91.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(526),estimated_population: Some(1014),total_wages: Some(15207655),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_207_655` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9801:262 [INFO] [stderr] | [INFO] [stderr] 9801 | ("30539", Record {zip_code: "30539",zip_code_type: Type::Standard,city: "EAST ELLIJAY",state: "GA",coordinates: Some((34.68 as f64, -84.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(788),estimated_population: Some(1445),total_wages: Some(16989212),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_989_212` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9802:255 [INFO] [stderr] | [INFO] [stderr] 9802 | ("56355", Record {zip_code: "56355",zip_code_type: Type::Standard,city: "NELSON",state: "MN",coordinates: Some((45.88 as f64, -95.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(296),estimated_population: Some(518),total_wages: Some(9406960),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_406_960` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9803:254 [INFO] [stderr] | [INFO] [stderr] 9803 | ("63870", Record {zip_code: "63870",zip_code_type: Type::Standard,city: "PARMA",state: "MO",coordinates: Some((36.61 as f64, -89.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(363),estimated_population: Some(683),total_wages: Some(7947507),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_947_507` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9804:264 [INFO] [stderr] | [INFO] [stderr] 9804 | ("14111", Record {zip_code: "14111",zip_code_type: Type::Standard,city: "NORTH COLLINS",state: "NY",coordinates: Some((42.59 as f64, -78.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(1577),estimated_population: Some(2725),total_wages: Some(52890844),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `52_890_844` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9805:260 [INFO] [stderr] | [INFO] [stderr] 9805 | ("37115", Record {zip_code: "37115",zip_code_type: Type::Standard,city: "MADISON",state: "TN",coordinates: Some((36.25 as f64, -86.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(16747),estimated_population: Some(27744),total_wages: Some(446316066),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `446_316_066` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9807:255 [INFO] [stderr] | [INFO] [stderr] 9807 | ("50144", Record {zip_code: "50144",zip_code_type: Type::Standard,city: "LEON",state: "IA",coordinates: Some((40.74 as f64, -93.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(1217),estimated_population: Some(2214),total_wages: Some(32067643),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_067_643` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9808:260 [INFO] [stderr] | [INFO] [stderr] 9808 | ("08618", Record {zip_code: "08618",zip_code_type: Type::Standard,city: "TRENTON",state: "NJ",coordinates: Some((40.22 as f64, -74.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(15199),estimated_population: Some(24531),total_wages: Some(506436392),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `506_436_392` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9809:261 [INFO] [stderr] | [INFO] [stderr] 9809 | ("39466", Record {zip_code: "39466",zip_code_type: Type::Standard,city: "PICAYUNE",state: "MS",coordinates: Some((30.52 as f64, -89.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(10785),estimated_population: Some(19966),total_wages: Some(329779958),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `329_779_958` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9811:258 [INFO] [stderr] | [INFO] [stderr] 9811 | ("36579", Record {zip_code: "36579",zip_code_type: Type::Standard,city: "STOCKTON",state: "AL",coordinates: Some((30.99 as f64, -87.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(812),estimated_population: Some(1438),total_wages: Some(25048167),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_048_167` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9812:258 [INFO] [stderr] | [INFO] [stderr] 9812 | ("62666", Record {zip_code: "62666",zip_code_type: Type::Standard,city: "MIDDLETOWN",state: "IL",coordinates: Some((40.1 as f64, -89.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(295),estimated_population: Some(537),total_wages: Some(10176632),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_176_632` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9813:259 [INFO] [stderr] | [INFO] [stderr] 9813 | ("31046", Record {zip_code: "31046",zip_code_type: Type::Standard,city: "JULIETTE",state: "GA",coordinates: Some((33.12 as f64, -83.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(1522),estimated_population: Some(2850),total_wages: Some(63583970),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `63_583_970` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9814:256 [INFO] [stderr] | [INFO] [stderr] 9814 | ("50014", Record {zip_code: "50014",zip_code_type: Type::Standard,city: "AMES",state: "IA",coordinates: Some((42.02 as f64, -93.62 as f64)),is_decommissioned: false,tax_returns_filed: Some(9990),estimated_population: Some(15742),total_wages: Some(412286576),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `412_286_576` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9815:258 [INFO] [stderr] | [INFO] [stderr] 9815 | ("16613", Record {zip_code: "16613",zip_code_type: Type::Standard,city: "ASHVILLE",state: "PA",coordinates: Some((40.55 as f64, -78.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(740),estimated_population: Some(1347),total_wages: Some(24607804),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_607_804` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9817:253 [INFO] [stderr] | [INFO] [stderr] 9817 | ("89439", Record {zip_code: "89439",zip_code_type: Type::PoBox,city: "VERDI",state: "NV",coordinates: Some((39.51 as f64, -119.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(857),estimated_population: Some(1436),total_wages: Some(36720910),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_720_910` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9818:255 [INFO] [stderr] | [INFO] [stderr] 9818 | ("29547", Record {zip_code: "29547",zip_code_type: Type::Standard,city: "HAMER",state: "SC",coordinates: Some((34.51 as f64, -79.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(1137),estimated_population: Some(2092),total_wages: Some(29450259),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_450_259` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9819:257 [INFO] [stderr] | [INFO] [stderr] 9819 | ("12508", Record {zip_code: "12508",zip_code_type: Type::Standard,city: "BEACON",state: "NY",coordinates: Some((41.5 as f64, -73.96 as f64)),is_decommissioned: false,tax_returns_filed: Some(8216),estimated_population: Some(13589),total_wages: Some(343333727),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `343_333_727` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9820:259 [INFO] [stderr] | [INFO] [stderr] 9820 | ("93448", Record {zip_code: "93448",zip_code_type: Type::PoBox,city: "PISMO BEACH",state: "CA",coordinates: Some((35.15 as f64, -120.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(895),estimated_population: Some(1393),total_wages: Some(29361327),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_361_327` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9822:256 [INFO] [stderr] | [INFO] [stderr] 9822 | ("47342", Record {zip_code: "47342",zip_code_type: Type::Standard,city: "GASTON",state: "IN",coordinates: Some((40.31 as f64, -85.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(1333),estimated_population: Some(2389),total_wages: Some(40492208),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `40_492_208` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9823:253 [INFO] [stderr] | [INFO] [stderr] 9823 | ("47941", Record {zip_code: "47941",zip_code_type: Type::PoBox,city: "DAYTON",state: "IN",coordinates: Some((40.37 as f64, -86.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(678),estimated_population: Some(1236),total_wages: Some(23566280),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_566_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9824:260 [INFO] [stderr] | [INFO] [stderr] 9824 | ("95067", Record {zip_code: "95067",zip_code_type: Type::PoBox,city: "SCOTTS VALLEY",state: "CA",coordinates: Some((36.97 as f64, -122.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(534),estimated_population: Some(855),total_wages: Some(36089227),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_089_227` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9825:261 [INFO] [stderr] | [INFO] [stderr] 9825 | ("94619", Record {zip_code: "94619",zip_code_type: Type::Standard,city: "OAKLAND",state: "CA",coordinates: Some((37.78 as f64, -122.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(11401),estimated_population: Some(18775),total_wages: Some(589432810),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `589_432_810` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9826:268 [INFO] [stderr] | [INFO] [stderr] 9826 | ("11050", Record {zip_code: "11050",zip_code_type: Type::Standard,city: "PORT WASHINGTON",state: "NY",coordinates: Some((40.82 as f64, -73.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(14570),estimated_population: Some(25840),total_wages: Some(1444576628),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_444_576_628` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9828:256 [INFO] [stderr] | [INFO] [stderr] 9828 | ("38117", Record {zip_code: "38117",zip_code_type: Type::Standard,city: "MEMPHIS",state: "TN",coordinates: Some((35.1 as f64, -90 as f64)),is_decommissioned: false,tax_returns_filed: Some(13702),estimated_population: Some(22633),total_wages: Some(768934108),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `768_934_108` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9830:253 [INFO] [stderr] | [INFO] [stderr] 9830 | ("05647", Record {zip_code: "05647",zip_code_type: Type::Standard,city: "CABOT",state: "VT",coordinates: Some((44.4 as f64, -72.31 as f64)),is_decommissioned: false,tax_returns_filed: Some(481),estimated_population: Some(853),total_wages: Some(14372808),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_372_808` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9831:260 [INFO] [stderr] | [INFO] [stderr] 9831 | ("55115", Record {zip_code: "55115",zip_code_type: Type::Standard,city: "SAINT PAUL",state: "MN",coordinates: Some((44.94 as f64, -93.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(4269),estimated_population: Some(7825),total_wages: Some(267772391),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `267_772_391` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9833:258 [INFO] [stderr] | [INFO] [stderr] 9833 | ("17860", Record {zip_code: "17860",zip_code_type: Type::Standard,city: "PAXINOS",state: "PA",coordinates: Some((40.83 as f64, -76.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(1046),estimated_population: Some(1910),total_wages: Some(37785726),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_785_726` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9834:251 [INFO] [stderr] | [INFO] [stderr] 9834 | ("74153", Record {zip_code: "74153",zip_code_type: Type::PoBox,city: "TULSA",state: "OK",coordinates: Some((36.12 as f64, -95.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(298),estimated_population: Some(437),total_wages: Some(9309413),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_309_413` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9835:259 [INFO] [stderr] | [INFO] [stderr] 9835 | ("68450", Record {zip_code: "68450",zip_code_type: Type::Standard,city: "TECUMSEH",state: "NE",coordinates: Some((40.37 as f64, -96.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(1133),estimated_population: Some(2029),total_wages: Some(31652377),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `31_652_377` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9836:259 [INFO] [stderr] | [INFO] [stderr] 9836 | ("01938", Record {zip_code: "01938",zip_code_type: Type::Standard,city: "IPSWICH",state: "MA",coordinates: Some((42.67 as f64, -70.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(6782),estimated_population: Some(11683),total_wages: Some(408617757),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `408_617_757` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9837:264 [INFO] [stderr] | [INFO] [stderr] 9837 | ("63119", Record {zip_code: "63119",zip_code_type: Type::Standard,city: "SAINT LOUIS",state: "MO",coordinates: Some((38.63 as f64, -90.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(16977),estimated_population: Some(28606),total_wages: Some(912811565),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `912_811_565` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9838:265 [INFO] [stderr] | [INFO] [stderr] 9838 | ("46237", Record {zip_code: "46237",zip_code_type: Type::Standard,city: "INDIANAPOLIS",state: "IN",coordinates: Some((39.77 as f64, -86.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(18892),estimated_population: Some(33325),total_wages: Some(807583985),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `807_583_985` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9839:260 [INFO] [stderr] | [INFO] [stderr] 9839 | ("59601", Record {zip_code: "59601",zip_code_type: Type::Standard,city: "HELENA",state: "MT",coordinates: Some((46.51 as f64, -112.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(13945),estimated_population: Some(22488),total_wages: Some(456633159),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `456_633_159` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9840:259 [INFO] [stderr] | [INFO] [stderr] 9840 | ("45458", Record {zip_code: "45458",zip_code_type: Type::Standard,city: "DAYTON",state: "OH",coordinates: Some((39.77 as f64, -84.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(15256),estimated_population: Some(26491),total_wages: Some(846581109),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `846_581_109` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9843:262 [INFO] [stderr] | [INFO] [stderr] 9843 | ("41033", Record {zip_code: "41033",zip_code_type: Type::Standard,city: "DE MOSSVILLE",state: "KY",coordinates: Some((38.74 as f64, -84.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(920),estimated_population: Some(1717),total_wages: Some(30029203),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_029_203` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9844:258 [INFO] [stderr] | [INFO] [stderr] 9844 | ("30655", Record {zip_code: "30655",zip_code_type: Type::Standard,city: "MONROE",state: "GA",coordinates: Some((33.79 as f64, -83.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(9674),estimated_population: Some(18109),total_wages: Some(329109912),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `329_109_912` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9846:257 [INFO] [stderr] | [INFO] [stderr] 9846 | ("95317", Record {zip_code: "95317",zip_code_type: Type::Standard,city: "EL NIDO",state: "CA",coordinates: Some((37.12 as f64, -120.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(367),estimated_population: Some(792),total_wages: Some(10047978),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_047_978` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9847:261 [INFO] [stderr] | [INFO] [stderr] 9847 | ("91761", Record {zip_code: "91761",zip_code_type: Type::Standard,city: "ONTARIO",state: "CA",coordinates: Some((34.02 as f64, -117.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(23606),estimated_population: Some(44442),total_wages: Some(897581854),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `897_581_854` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9848:261 [INFO] [stderr] | [INFO] [stderr] 9848 | ("47017", Record {zip_code: "47017",zip_code_type: Type::Standard,city: "CROSS PLAINS",state: "IN",coordinates: Some((38.94 as f64, -85.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(297),estimated_population: Some(531),total_wages: Some(9102921),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_102_921` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9849:256 [INFO] [stderr] | [INFO] [stderr] 9849 | ("63630", Record {zip_code: "63630",zip_code_type: Type::Standard,city: "CADET",state: "MO",coordinates: Some((37.98 as f64, -90.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(1622),estimated_population: Some(3112),total_wages: Some(42014296),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_014_296` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9850:251 [INFO] [stderr] | [INFO] [stderr] 9850 | ("32192", Record {zip_code: "32192",zip_code_type: Type::PoBox,city: "SPARR",state: "FL",coordinates: Some((29.33 as f64, -82.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(476),estimated_population: Some(838),total_wages: Some(13098154),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_098_154` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9851:260 [INFO] [stderr] | [INFO] [stderr] 9851 | ("20773", Record {zip_code: "20773",zip_code_type: Type::PoBox,city: "UPPER MARLBORO",state: "MD",coordinates: Some((38.81 as f64, -76.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(344),estimated_population: Some(513),total_wages: Some(17558570),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_558_570` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9852:259 [INFO] [stderr] | [INFO] [stderr] 9852 | ("68726", Record {zip_code: "68726",zip_code_type: Type::Standard,city: "CLEARWATER",state: "NE",coordinates: Some((42.17 as f64, -98.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(374),estimated_population: Some(706),total_wages: Some(8206948),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_206_948` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9853:265 [INFO] [stderr] | [INFO] [stderr] 9853 | ("11691", Record {zip_code: "11691",zip_code_type: Type::Standard,city: "FAR ROCKAWAY",state: "NY",coordinates: Some((40.59 as f64, -73.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(20552),estimated_population: Some(35386),total_wages: Some(604059305),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `604_059_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9854:258 [INFO] [stderr] | [INFO] [stderr] 9854 | ("48137", Record {zip_code: "48137",zip_code_type: Type::Standard,city: "GREGORY",state: "MI",coordinates: Some((42.45 as f64, -84.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(2272),estimated_population: Some(4183),total_wages: Some(95149648),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `95_149_648` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9855:259 [INFO] [stderr] | [INFO] [stderr] 9855 | ("06782", Record {zip_code: "06782",zip_code_type: Type::Standard,city: "PLYMOUTH",state: "CT",coordinates: Some((41.65 as f64, -73.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(1241),estimated_population: Some(2160),total_wages: Some(55672661),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `55_672_661` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9858:260 [INFO] [stderr] | [INFO] [stderr] 9858 | ("47872", Record {zip_code: "47872",zip_code_type: Type::Standard,city: "ROCKVILLE",state: "IN",coordinates: Some((39.76 as f64, -87.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(3233),estimated_population: Some(5796),total_wages: Some(93045345),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `93_045_345` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9859:258 [INFO] [stderr] | [INFO] [stderr] 9859 | ("35147", Record {zip_code: "35147",zip_code_type: Type::Standard,city: "STERRETT",state: "AL",coordinates: Some((33.43 as f64, -86.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(2232),estimated_population: Some(4332),total_wages: Some(115558858),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `115_558_858` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9860:257 [INFO] [stderr] | [INFO] [stderr] 9860 | ("66217", Record {zip_code: "66217",zip_code_type: Type::Standard,city: "SHAWNEE",state: "KS",coordinates: Some((38.9 as f64, -94.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(2725),estimated_population: Some(4582),total_wages: Some(145285075),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `145_285_075` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9862:257 [INFO] [stderr] | [INFO] [stderr] 9862 | ("24165", Record {zip_code: "24165",zip_code_type: Type::Standard,city: "SPENCER",state: "VA",coordinates: Some((36.61 as f64, -80.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(832),estimated_population: Some(1479),total_wages: Some(21003531),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_003_531` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9863:258 [INFO] [stderr] | [INFO] [stderr] 9863 | ("02571", Record {zip_code: "02571",zip_code_type: Type::Standard,city: "WAREHAM",state: "MA",coordinates: Some((41.76 as f64, -70.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(5062),estimated_population: Some(8360),total_wages: Some(183129110),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `183_129_110` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9864:258 [INFO] [stderr] | [INFO] [stderr] 9864 | ("20144", Record {zip_code: "20144",zip_code_type: Type::Standard,city: "DELAPLANE",state: "VA",coordinates: Some((38.92 as f64, -77.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(437),estimated_population: Some(768),total_wages: Some(29849839),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_849_839` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9865:259 [INFO] [stderr] | [INFO] [stderr] 9865 | ("06810", Record {zip_code: "06810",zip_code_type: Type::Standard,city: "DANBURY",state: "CT",coordinates: Some((41.4 as f64, -73.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(21408),estimated_population: Some(35694),total_wages: Some(865512860),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `865_512_860` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9868:260 [INFO] [stderr] | [INFO] [stderr] 9868 | ("60652", Record {zip_code: "60652",zip_code_type: Type::Standard,city: "CHICAGO",state: "IL",coordinates: Some((41.83 as f64, -87.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(18990),estimated_population: Some(33721),total_wages: Some(694993689),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `694_993_689` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9871:259 [INFO] [stderr] | [INFO] [stderr] 9871 | ("65054", Record {zip_code: "65054",zip_code_type: Type::Standard,city: "LOOSE CREEK",state: "MO",coordinates: Some((38.5 as f64, -91.95 as f64)),is_decommissioned: false,tax_returns_filed: Some(426),estimated_population: Some(782),total_wages: Some(14178394),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_178_394` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9872:263 [INFO] [stderr] | [INFO] [stderr] 9872 | ("92582", Record {zip_code: "92582",zip_code_type: Type::Standard,city: "SAN JACINTO",state: "CA",coordinates: Some((33.81 as f64, -117.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(4995),estimated_population: Some(9984),total_wages: Some(183493548),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `183_493_548` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9876:258 [INFO] [stderr] | [INFO] [stderr] 9876 | ("27878", Record {zip_code: "27878",zip_code_type: Type::PoBox,city: "SHARPSBURG",state: "NC",coordinates: Some((35.86 as f64, -77.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(1103),estimated_population: Some(1977),total_wages: Some(25901168),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_901_168` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9877:259 [INFO] [stderr] | [INFO] [stderr] 9877 | ("97026", Record {zip_code: "97026",zip_code_type: Type::Standard,city: "GERVAIS",state: "OR",coordinates: Some((45.11 as f64, -122.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(1508),estimated_population: Some(2889),total_wages: Some(41924911),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_924_911` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9879:263 [INFO] [stderr] | [INFO] [stderr] 9879 | ("32320", Record {zip_code: "32320",zip_code_type: Type::Standard,city: "APALACHICOLA",state: "FL",coordinates: Some((29.72 as f64, -84.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(1227),estimated_population: Some(2116),total_wages: Some(27630218),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `27_630_218` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9880:263 [INFO] [stderr] | [INFO] [stderr] 9880 | ("62052", Record {zip_code: "62052",zip_code_type: Type::Standard,city: "JERSEYVILLE",state: "IL",coordinates: Some((39.11 as f64, -90.32 as f64)),is_decommissioned: false,tax_returns_filed: Some(6006),estimated_population: Some(10568),total_wages: Some(194778779),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `194_778_779` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9881:259 [INFO] [stderr] | [INFO] [stderr] 9881 | ("44883", Record {zip_code: "44883",zip_code_type: Type::Standard,city: "TIFFIN",state: "OH",coordinates: Some((41.11 as f64, -83.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(13744),estimated_population: Some(23129),total_wages: Some(411824991),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `411_824_991` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9882:260 [INFO] [stderr] | [INFO] [stderr] 9882 | ("85750", Record {zip_code: "85750",zip_code_type: Type::Standard,city: "TUCSON",state: "AZ",coordinates: Some((32.29 as f64, -110.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(12030),estimated_population: Some(20875),total_wages: Some(724062259),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `724_062_259` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9884:261 [INFO] [stderr] | [INFO] [stderr] 9884 | ("33320", Record {zip_code: "33320",zip_code_type: Type::PoBox,city: "FORT LAUDERDALE",state: "FL",coordinates: Some((26.14 as f64, -80.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(369),estimated_population: Some(580),total_wages: Some(10054907),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_054_907` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9885:263 [INFO] [stderr] | [INFO] [stderr] 9885 | ("08854", Record {zip_code: "08854",zip_code_type: Type::Standard,city: "PISCATAWAY",state: "NJ",coordinates: Some((40.51 as f64, -74.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(24519),estimated_population: Some(43472),total_wages: Some(1325952104),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_325_952_104` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9886:263 [INFO] [stderr] | [INFO] [stderr] 9886 | ("92025", Record {zip_code: "92025",zip_code_type: Type::Standard,city: "ESCONDIDO",state: "CA",coordinates: Some((33.09 as f64, -116.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(17873),estimated_population: Some(32894),total_wages: Some(677225483),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `677_225_483` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9887:260 [INFO] [stderr] | [INFO] [stderr] 9887 | ("80603", Record {zip_code: "80603",zip_code_type: Type::Standard,city: "BRIGHTON",state: "CO",coordinates: Some((39.97 as f64, -104.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(4716),estimated_population: Some(9040),total_wages: Some(225770160),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `225_770_160` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9888:266 [INFO] [stderr] | [INFO] [stderr] 9888 | ("10308", Record {zip_code: "10308",zip_code_type: Type::Standard,city: "STATEN ISLAND",state: "NY",coordinates: Some((40.58 as f64, -74.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(13032),estimated_population: Some(23052),total_wages: Some(677069940),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `677_069_940` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9889:257 [INFO] [stderr] | [INFO] [stderr] 9889 | ("12047", Record {zip_code: "12047",zip_code_type: Type::Standard,city: "COHOES",state: "NY",coordinates: Some((42.77 as f64, -73.7 as f64)),is_decommissioned: false,tax_returns_filed: Some(9568),estimated_population: Some(15353),total_wages: Some(339693561),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `339_693_561` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9890:257 [INFO] [stderr] | [INFO] [stderr] 9890 | ("12210", Record {zip_code: "12210",zip_code_type: Type::Standard,city: "ALBANY",state: "NY",coordinates: Some((42.66 as f64, -73.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(4566),estimated_population: Some(6363),total_wages: Some(128871903),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `128_871_903` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9892:263 [INFO] [stderr] | [INFO] [stderr] 9892 | ("01104", Record {zip_code: "01104",zip_code_type: Type::Standard,city: "SPRINGFIELD",state: "MA",coordinates: Some((42.11 as f64, -72.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(9601),estimated_population: Some(15795),total_wages: Some(257431945),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `257_431_945` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9893:259 [INFO] [stderr] | [INFO] [stderr] 9893 | ("16319", Record {zip_code: "16319",zip_code_type: Type::Standard,city: "CRANBERRY",state: "PA",coordinates: Some((41.35 as f64, -79.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(685),estimated_population: Some(1250),total_wages: Some(21255225),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `21_255_225` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9894:267 [INFO] [stderr] | [INFO] [stderr] 9894 | ("12980", Record {zip_code: "12980",zip_code_type: Type::Standard,city: "SAINT REGIS FALLS",state: "NY",coordinates: Some((44.49 as f64, -74.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(600),estimated_population: Some(1047),total_wages: Some(16919759),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_919_759` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9895:261 [INFO] [stderr] | [INFO] [stderr] 9895 | ("04219", Record {zip_code: "04219",zip_code_type: Type::Standard,city: "BRYANT POND",state: "ME",coordinates: Some((44.37 as f64, -70.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(634),estimated_population: Some(1131),total_wages: Some(17460466),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_460_466` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9896:258 [INFO] [stderr] | [INFO] [stderr] 9896 | ("64479", Record {zip_code: "64479",zip_code_type: Type::Standard,city: "RAVENWOOD",state: "MO",coordinates: Some((40.35 as f64, -94.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(397),estimated_population: Some(724),total_wages: Some(10929416),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_929_416` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9897:257 [INFO] [stderr] | [INFO] [stderr] 9897 | ("10107", Record {zip_code: "10107",zip_code_type: Type::Standard,city: "NEW YORK",state: "NY",coordinates: Some((40.71 as f64, -73.99 as f64)),is_decommissioned: false,tax_returns_filed: Some(474),estimated_population: Some(598),total_wages: Some(102139661),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `102_139_661` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9899:259 [INFO] [stderr] | [INFO] [stderr] 9899 | ("60076", Record {zip_code: "60076",zip_code_type: Type::Standard,city: "SKOKIE",state: "IL",coordinates: Some((42.03 as f64, -87.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(16726),estimated_population: Some(29619),total_wages: Some(714881611),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `714_881_611` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9900:257 [INFO] [stderr] | [INFO] [stderr] 9900 | ("58530", Record {zip_code: "58530",zip_code_type: Type::Standard,city: "CENTER",state: "ND",coordinates: Some((47.11 as f64, -101.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(600),estimated_population: Some(1058),total_wages: Some(19445218),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_445_218` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9901:260 [INFO] [stderr] | [INFO] [stderr] 9901 | ("64658", Record {zip_code: "64658",zip_code_type: Type::Standard,city: "MARCELINE",state: "MO",coordinates: Some((39.71 as f64, -92.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(1505),estimated_population: Some(2731),total_wages: Some(44975836),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `44_975_836` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9903:261 [INFO] [stderr] | [INFO] [stderr] 9903 | ("28518", Record {zip_code: "28518",zip_code_type: Type::Standard,city: "BEULAVILLE",state: "NC",coordinates: Some((34.92 as f64, -77.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(2950),estimated_population: Some(5628),total_wages: Some(83234550),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `83_234_550` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9904:265 [INFO] [stderr] | [INFO] [stderr] 9904 | ("46254", Record {zip_code: "46254",zip_code_type: Type::Standard,city: "INDIANAPOLIS",state: "IN",coordinates: Some((39.77 as f64, -86.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(18336),estimated_population: Some(30767),total_wages: Some(624962114),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `624_962_114` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9905:256 [INFO] [stderr] | [INFO] [stderr] 9905 | ("47848", Record {zip_code: "47848",zip_code_type: Type::Standard,city: "DUGGER",state: "IN",coordinates: Some((39.06 as f64, -87.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(792),estimated_population: Some(1437),total_wages: Some(24505199),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_505_199` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9906:264 [INFO] [stderr] | [INFO] [stderr] 9906 | ("03844", Record {zip_code: "03844",zip_code_type: Type::Standard,city: "HAMPTON FALLS",state: "NH",coordinates: Some((42.91 as f64, -70.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(1188),estimated_population: Some(2143),total_wages: Some(81832537),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `81_832_537` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9907:261 [INFO] [stderr] | [INFO] [stderr] 9907 | ("48164", Record {zip_code: "48164",zip_code_type: Type::Standard,city: "NEW BOSTON",state: "MI",coordinates: Some((42.14 as f64, -83.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(4321),estimated_population: Some(7987),total_wages: Some(204979983),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `204_979_983` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9910:257 [INFO] [stderr] | [INFO] [stderr] 9910 | ("68105", Record {zip_code: "68105",zip_code_type: Type::Standard,city: "OMAHA",state: "NE",coordinates: Some((41.26 as f64, -96.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(9706),estimated_population: Some(16032),total_wages: Some(289428289),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `289_428_289` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9911:261 [INFO] [stderr] | [INFO] [stderr] 9911 | ("19933", Record {zip_code: "19933",zip_code_type: Type::Standard,city: "BRIDGEVILLE",state: "DE",coordinates: Some((38.74 as f64, -75.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(3772),estimated_population: Some(6704),total_wages: Some(104176643),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `104_176_643` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9912:260 [INFO] [stderr] | [INFO] [stderr] 9912 | ("80226", Record {zip_code: "80226",zip_code_type: Type::Standard,city: "DENVER",state: "CO",coordinates: Some((39.76 as f64, -104.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(15152),estimated_population: Some(24554),total_wages: Some(520587984),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `520_587_984` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9914:260 [INFO] [stderr] | [INFO] [stderr] 9914 | ("02768", Record {zip_code: "02768",zip_code_type: Type::PoBox,city: "RAYNHAM CENTER",state: "MA",coordinates: Some((41.93 as f64, -71.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(287),estimated_population: Some(438),total_wages: Some(12179623),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_179_623` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9915:264 [INFO] [stderr] | [INFO] [stderr] 9915 | ("57104", Record {zip_code: "57104",zip_code_type: Type::Standard,city: "SIOUX FALLS",state: "SD",coordinates: Some((43.54 as f64, -96.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(12706),estimated_population: Some(18944),total_wages: Some(326269387),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `326_269_387` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9916:259 [INFO] [stderr] | [INFO] [stderr] 9916 | ("28687", Record {zip_code: "28687",zip_code_type: Type::PoBox,city: "STATESVILLE",state: "NC",coordinates: Some((35.78 as f64, -80.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(1012),estimated_population: Some(1688),total_wages: Some(30212609),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_212_609` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9917:259 [INFO] [stderr] | [INFO] [stderr] 9917 | ("04537", Record {zip_code: "04537",zip_code_type: Type::Standard,city: "BOOTHBAY",state: "ME",coordinates: Some((43.87 as f64, -69.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(1090),estimated_population: Some(1894),total_wages: Some(28187721),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_187_721` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9918:258 [INFO] [stderr] | [INFO] [stderr] 9918 | ("60468", Record {zip_code: "60468",zip_code_type: Type::Standard,city: "PEOTONE",state: "IL",coordinates: Some((41.33 as f64, -87.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(2963),estimated_population: Some(5343),total_wages: Some(127714434),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `127_714_434` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9922:257 [INFO] [stderr] | [INFO] [stderr] 9922 | ("03240", Record {zip_code: "03240",zip_code_type: Type::Standard,city: "GRAFTON",state: "NH",coordinates: Some((43.55 as f64, -71.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(601),estimated_population: Some(1038),total_wages: Some(18808775),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_808_775` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9923:258 [INFO] [stderr] | [INFO] [stderr] 9923 | ("65781", Record {zip_code: "65781",zip_code_type: Type::Standard,city: "WILLARD",state: "MO",coordinates: Some((37.29 as f64, -93.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(3647),estimated_population: Some(7060),total_wages: Some(127715870),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `127_715_870` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9924:258 [INFO] [stderr] | [INFO] [stderr] 9924 | ("39038", Record {zip_code: "39038",zip_code_type: Type::Standard,city: "BELZONI",state: "MS",coordinates: Some((33.17 as f64, -90.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(2582),estimated_population: Some(4674),total_wages: Some(50992742),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `50_992_742` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9925:258 [INFO] [stderr] | [INFO] [stderr] 9925 | ("03249", Record {zip_code: "03249",zip_code_type: Type::Standard,city: "GILFORD",state: "NH",coordinates: Some((43.53 as f64, -71.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(3442),estimated_population: Some(6003),total_wages: Some(152473154),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `152_473_154` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9926:256 [INFO] [stderr] | [INFO] [stderr] 9926 | ("38320", Record {zip_code: "38320",zip_code_type: Type::Standard,city: "CAMDEN",state: "TN",coordinates: Some((36.06 as f64, -88.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(4535),estimated_population: Some(8278),total_wages: Some(121076459),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `121_076_459` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9930:261 [INFO] [stderr] | [INFO] [stderr] 9930 | ("38034", Record {zip_code: "38034",zip_code_type: Type::Standard,city: "FRIENDSHIP",state: "TN",coordinates: Some((35.91 as f64, -89.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(1132),estimated_population: Some(2142),total_wages: Some(31157716),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `31_157_716` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9931:258 [INFO] [stderr] | [INFO] [stderr] 9931 | ("99613", Record {zip_code: "99613",zip_code_type: Type::PoBox,city: "KING SALMON",state: "AK",coordinates: Some((58.75 as f64, -156.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(302),estimated_population: Some(487),total_wages: Some(12576505),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_576_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9932:260 [INFO] [stderr] | [INFO] [stderr] 9932 | ("41080", Record {zip_code: "41080",zip_code_type: Type::Standard,city: "PETERSBURG",state: "KY",coordinates: Some((39.03 as f64, -84.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(866),estimated_population: Some(1565),total_wages: Some(33353316),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `33_353_316` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9933:256 [INFO] [stderr] | [INFO] [stderr] 9933 | ("27847", Record {zip_code: "27847",zip_code_type: Type::Standard,city: "KELFORD",state: "NC",coordinates: Some((36.18 as f64, -77.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(328),estimated_population: Some(598),total_wages: Some(6589745),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_589_745` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9934:263 [INFO] [stderr] | [INFO] [stderr] 9934 | ("63135", Record {zip_code: "63135",zip_code_type: Type::Standard,city: "SAINT LOUIS",state: "MO",coordinates: Some((38.63 as f64, -90.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(9998),estimated_population: Some(16509),total_wages: Some(282260250),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `282_260_250` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9937:258 [INFO] [stderr] | [INFO] [stderr] 9937 | ("54208", Record {zip_code: "54208",zip_code_type: Type::Standard,city: "DENMARK",state: "WI",coordinates: Some((44.34 as f64, -87.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(3029),estimated_population: Some(5462),total_wages: Some(119397291),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `119_397_291` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9938:259 [INFO] [stderr] | [INFO] [stderr] 9938 | ("01770", Record {zip_code: "01770",zip_code_type: Type::Standard,city: "SHERBORN",state: "MA",coordinates: Some((42.23 as f64, -71.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(2084),estimated_population: Some(3937),total_wages: Some(306490259),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `306_490_259` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9940:251 [INFO] [stderr] | [INFO] [stderr] 9940 | ("34483", Record {zip_code: "34483",zip_code_type: Type::PoBox,city: "OCALA",state: "FL",coordinates: Some((29.18 as f64, -82.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(536),estimated_population: Some(909),total_wages: Some(14779263),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_779_263` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9941:262 [INFO] [stderr] | [INFO] [stderr] 9941 | ("53066", Record {zip_code: "53066",zip_code_type: Type::Standard,city: "OCONOMOWOC",state: "WI",coordinates: Some((43.1 as f64, -88.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(16563),estimated_population: Some(30069),total_wages: Some(925853573),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `925_853_573` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9942:252 [INFO] [stderr] | [INFO] [stderr] 9942 | ("77391", Record {zip_code: "77391",zip_code_type: Type::PoBox,city: "SPRING",state: "TX",coordinates: Some((30.06 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(285),estimated_population: Some(455),total_wages: Some(16467431),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_467_431` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9943:255 [INFO] [stderr] | [INFO] [stderr] 9943 | ("62956", Record {zip_code: "62956",zip_code_type: Type::Standard,city: "KARNAK",state: "IL",coordinates: Some((37.29 as f64, -88.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(387),estimated_population: Some(722),total_wages: Some(11067126),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_067_126` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9944:258 [INFO] [stderr] | [INFO] [stderr] 9944 | ("07083", Record {zip_code: "07083",zip_code_type: Type::Standard,city: "UNION",state: "NJ",coordinates: Some((40.69 as f64, -74.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(26614),estimated_population: Some(45808),total_wages: Some(1328121022),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_328_121_022` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9946:257 [INFO] [stderr] | [INFO] [stderr] 9946 | ("92038", Record {zip_code: "92038",zip_code_type: Type::PoBox,city: "LA JOLLA",state: "CA",coordinates: Some((32.85 as f64, -117.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(1052),estimated_population: Some(1552),total_wages: Some(50964205),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `50_964_205` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9947:262 [INFO] [stderr] | [INFO] [stderr] 9947 | ("76006", Record {zip_code: "76006",zip_code_type: Type::Standard,city: "ARLINGTON",state: "TX",coordinates: Some((32.69 as f64, -97.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(11489),estimated_population: Some(17960),total_wages: Some(509792725),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `509_792_725` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9949:258 [INFO] [stderr] | [INFO] [stderr] 9949 | ("40510", Record {zip_code: "40510",zip_code_type: Type::Standard,city: "LEXINGTON",state: "KY",coordinates: Some((38.04 as f64, -84.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(465),estimated_population: Some(785),total_wages: Some(23677558),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_677_558` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9950:258 [INFO] [stderr] | [INFO] [stderr] 9950 | ("12456", Record {zip_code: "12456",zip_code_type: Type::Standard,city: "MOUNT MARION",state: "NY",coordinates: Some((42.03 as f64, -74 as f64)),is_decommissioned: false,tax_returns_filed: Some(427),estimated_population: Some(734),total_wages: Some(13549136),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_549_136` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9951:263 [INFO] [stderr] | [INFO] [stderr] 9951 | ("06489", Record {zip_code: "06489",zip_code_type: Type::Standard,city: "SOUTHINGTON",state: "CT",coordinates: Some((41.6 as f64, -72.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(16183),estimated_population: Some(28496),total_wages: Some(854742647),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `854_742_647` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9953:260 [INFO] [stderr] | [INFO] [stderr] 9953 | ("35586", Record {zip_code: "35586",zip_code_type: Type::Standard,city: "SULLIGENT",state: "AL",coordinates: Some((33.89 as f64, -88.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(1730),estimated_population: Some(3345),total_wages: Some(47224027),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_224_027` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9954:254 [INFO] [stderr] | [INFO] [stderr] 9954 | ("34276", Record {zip_code: "34276",zip_code_type: Type::PoBox,city: "SARASOTA",state: "FL",coordinates: Some((27.33 as f64, -82.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(622),estimated_population: Some(904),total_wages: Some(17093706),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_093_706` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9955:258 [INFO] [stderr] | [INFO] [stderr] 9955 | ("31078", Record {zip_code: "31078",zip_code_type: Type::Standard,city: "ROBERTA",state: "GA",coordinates: Some((32.71 as f64, -84.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(1508),estimated_population: Some(2784),total_wages: Some(41431975),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_431_975` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9956:259 [INFO] [stderr] | [INFO] [stderr] 9956 | ("54455", Record {zip_code: "54455",zip_code_type: Type::Standard,city: "MOSINEE",state: "WI",coordinates: Some((44.78 as f64, -89.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(8635),estimated_population: Some(15768),total_wages: Some(366084030),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `366_084_030` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9957:255 [INFO] [stderr] | [INFO] [stderr] 9957 | ("98907", Record {zip_code: "98907",zip_code_type: Type::PoBox,city: "YAKIMA",state: "WA",coordinates: Some((46.59 as f64, -120.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(1015),estimated_population: Some(1771),total_wages: Some(30399314),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_399_314` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9960:263 [INFO] [stderr] | [INFO] [stderr] 9960 | ("49683", Record {zip_code: "49683",zip_code_type: Type::Standard,city: "THOMPSONVILLE",state: "MI",coordinates: Some((44.52 as f64, -85.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(949),estimated_population: Some(1680),total_wages: Some(22445119),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_445_119` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9961:255 [INFO] [stderr] | [INFO] [stderr] 9961 | ("62889", Record {zip_code: "62889",zip_code_type: Type::Standard,city: "TEXICO",state: "IL",coordinates: Some((38.43 as f64, -88.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(399),estimated_population: Some(759),total_wages: Some(11264705),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_264_705` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9962:255 [INFO] [stderr] | [INFO] [stderr] 9962 | ("92564", Record {zip_code: "92564",zip_code_type: Type::PoBox,city: "MURRIETA",state: "CA",coordinates: Some((33.64 as f64, -117.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(539),estimated_population: Some(925),total_wages: Some(14697691),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_697_691` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9964:253 [INFO] [stderr] | [INFO] [stderr] 9964 | ("31119", Record {zip_code: "31119",zip_code_type: Type::PoBox,city: "ATLANTA",state: "GA",coordinates: Some((33.76 as f64, -84.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(358),estimated_population: Some(505),total_wages: Some(10320509),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_320_509` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9966:259 [INFO] [stderr] | [INFO] [stderr] 9966 | ("41040", Record {zip_code: "41040",zip_code_type: Type::Standard,city: "FALMOUTH",state: "KY",coordinates: Some((38.67 as f64, -84.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(3195),estimated_population: Some(5869),total_wages: Some(94450387),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `94_450_387` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9967:266 [INFO] [stderr] | [INFO] [stderr] 9967 | ("38848", Record {zip_code: "38848",zip_code_type: Type::Standard,city: "GREENWOOD SPRINGS",state: "MS",coordinates: Some((33.98 as f64, -88.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(327),estimated_population: Some(656),total_wages: Some(10990052),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_990_052` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9968:267 [INFO] [stderr] | [INFO] [stderr] 9968 | ("20774", Record {zip_code: "20774",zip_code_type: Type::Standard,city: "UPPER MARLBORO",state: "MD",coordinates: Some((38.81 as f64, -76.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(21829),estimated_population: Some(35509),total_wages: Some(1182299080),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_182_299_080` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9971:258 [INFO] [stderr] | [INFO] [stderr] 9971 | ("32255", Record {zip_code: "32255",zip_code_type: Type::PoBox,city: "JACKSONVILLE",state: "FL",coordinates: Some((30.33 as f64, -81.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(332),estimated_population: Some(491),total_wages: Some(15574335),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_574_335` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9972:263 [INFO] [stderr] | [INFO] [stderr] 9972 | ("60540", Record {zip_code: "60540",zip_code_type: Type::Standard,city: "NAPERVILLE",state: "IL",coordinates: Some((41.76 as f64, -88.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(20326),estimated_population: Some(37518),total_wages: Some(1663985193),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_663_985_193` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9975:260 [INFO] [stderr] | [INFO] [stderr] 9975 | ("77041", Record {zip_code: "77041",zip_code_type: Type::Standard,city: "HOUSTON",state: "TX",coordinates: Some((29.76 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(15589),estimated_population: Some(29844),total_wages: Some(994901211),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `994_901_211` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9976:254 [INFO] [stderr] | [INFO] [stderr] 9976 | ("51551", Record {zip_code: "51551",zip_code_type: Type::Standard,city: "MALVERN",state: "IA",coordinates: Some((41 as f64, -95.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(816),estimated_population: Some(1493),total_wages: Some(28969463),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_969_463` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9977:257 [INFO] [stderr] | [INFO] [stderr] 9977 | ("76377", Record {zip_code: "76377",zip_code_type: Type::Standard,city: "PETROLIA",state: "TX",coordinates: Some((34.01 as f64, -98.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(364),estimated_population: Some(670),total_wages: Some(11584120),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_584_120` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9980:254 [INFO] [stderr] | [INFO] [stderr] 9980 | ("46018", Record {zip_code: "46018",zip_code_type: Type::PoBox,city: "ANDERSON",state: "IN",coordinates: Some((40.09 as f64, -85.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(304),estimated_population: Some(461),total_wages: Some(4498624),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_498_624` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9984:262 [INFO] [stderr] | [INFO] [stderr] 9984 | ("71366", Record {zip_code: "71366",zip_code_type: Type::Standard,city: "SAINT JOSEPH",state: "LA",coordinates: Some((31.95 as f64, -91.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(816),estimated_population: Some(1479),total_wages: Some(20277031),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_277_031` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9987:257 [INFO] [stderr] | [INFO] [stderr] 9987 | ("49045", Record {zip_code: "49045",zip_code_type: Type::Standard,city: "DECATUR",state: "MI",coordinates: Some((42.1 as f64, -85.97 as f64)),is_decommissioned: false,tax_returns_filed: Some(2545),estimated_population: Some(4503),total_wages: Some(68977136),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `68_977_136` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9988:260 [INFO] [stderr] | [INFO] [stderr] 9988 | ("32120", Record {zip_code: "32120",zip_code_type: Type::PoBox,city: "DAYTONA BEACH",state: "FL",coordinates: Some((29.19 as f64, -81.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(731),estimated_population: Some(1053),total_wages: Some(16192088),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_192_088` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9989:255 [INFO] [stderr] | [INFO] [stderr] 9989 | ("61458", Record {zip_code: "61458",zip_code_type: Type::Standard,city: "MAQUON",state: "IL",coordinates: Some((40.79 as f64, -90.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(404),estimated_population: Some(697),total_wages: Some(10273496),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_273_496` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9991:254 [INFO] [stderr] | [INFO] [stderr] 9991 | ("25971", Record {zip_code: "25971",zip_code_type: Type::Standard,city: "LERONA",state: "WV",coordinates: Some((37.5 as f64, -80.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(430),estimated_population: Some(820),total_wages: Some(13115321),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_115_321` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9992:265 [INFO] [stderr] | [INFO] [stderr] 9992 | ("90048", Record {zip_code: "90048",zip_code_type: Type::Standard,city: "LOS ANGELES",state: "CA",coordinates: Some((34.07 as f64, -118.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(12691),estimated_population: Some(17194),total_wages: Some(753464171),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `753_464_171` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9993:261 [INFO] [stderr] | [INFO] [stderr] 9993 | ("18325", Record {zip_code: "18325",zip_code_type: Type::Standard,city: "CANADENSIS",state: "PA",coordinates: Some((41.24 as f64, -75.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(1188),estimated_population: Some(2012),total_wages: Some(37934925),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_934_925` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9994:258 [INFO] [stderr] | [INFO] [stderr] 9994 | ("49016", Record {zip_code: "49016",zip_code_type: Type::PoBox,city: "BATTLE CREEK",state: "MI",coordinates: Some((42.29 as f64, -85.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(468),estimated_population: Some(714),total_wages: Some(17669816),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_669_816` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9997:260 [INFO] [stderr] | [INFO] [stderr] 9997 | ("01541", Record {zip_code: "01541",zip_code_type: Type::Standard,city: "PRINCETON",state: "MA",coordinates: Some((42.45 as f64, -71.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(1745),estimated_population: Some(3224),total_wages: Some(122908259),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `122_908_259` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:9998:259 [INFO] [stderr] | [INFO] [stderr] 9998 | ("46517", Record {zip_code: "46517",zip_code_type: Type::Standard,city: "ELKHART",state: "IN",coordinates: Some((41.68 as f64, -85.96 as f64)),is_decommissioned: false,tax_returns_filed: Some(9835),estimated_population: Some(18308),total_wages: Some(304524921),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `304_524_921` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10000:263 [INFO] [stderr] | [INFO] [stderr] 10000 | ("97459", Record {zip_code: "97459",zip_code_type: Type::Standard,city: "NORTH BEND",state: "OR",coordinates: Some((43.48 as f64, -124.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(6482),estimated_population: Some(11172),total_wages: Some(187003893),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `187_003_893` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10002:259 [INFO] [stderr] | [INFO] [stderr] 10002 | ("41268", Record {zip_code: "41268",zip_code_type: Type::PoBox,city: "WEST VAN LEAR",state: "KY",coordinates: Some((37.78 as f64, -82.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(250),estimated_population: Some(486),total_wages: Some(7492882),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_492_882` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10003:258 [INFO] [stderr] | [INFO] [stderr] 10003 | ("16050", Record {zip_code: "16050",zip_code_type: Type::Standard,city: "PETROLIA",state: "PA",coordinates: Some((41.02 as f64, -79.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(655),estimated_population: Some(1201),total_wages: Some(22420395),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_420_395` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10004:263 [INFO] [stderr] | [INFO] [stderr] 10004 | ("03226", Record {zip_code: "03226",zip_code_type: Type::Standard,city: "CENTER HARBOR",state: "NH",coordinates: Some((43.7 as f64, -71.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(1319),estimated_population: Some(2204),total_wages: Some(59026038),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `59_026_038` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10005:262 [INFO] [stderr] | [INFO] [stderr] 10005 | ("07882", Record {zip_code: "07882",zip_code_type: Type::Standard,city: "WASHINGTON",state: "NJ",coordinates: Some((40.75 as f64, -74.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(6983),estimated_population: Some(12451),total_wages: Some(356234573),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `356_234_573` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10007:262 [INFO] [stderr] | [INFO] [stderr] 10007 | ("47960", Record {zip_code: "47960",zip_code_type: Type::Standard,city: "MONTICELLO",state: "IN",coordinates: Some((40.74 as f64, -86.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(7145),estimated_population: Some(12529),total_wages: Some(213109886),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `213_109_886` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10008:259 [INFO] [stderr] | [INFO] [stderr] 10008 | ("50249", Record {zip_code: "50249",zip_code_type: Type::Standard,city: "STRATFORD",state: "IA",coordinates: Some((42.27 as f64, -93.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(571),estimated_population: Some(1051),total_wages: Some(18448040),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_448_040` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10009:260 [INFO] [stderr] | [INFO] [stderr] 10009 | ("93015", Record {zip_code: "93015",zip_code_type: Type::Standard,city: "FILLMORE",state: "CA",coordinates: Some((34.4 as f64, -118.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(6512),estimated_population: Some(12620),total_wages: Some(239735302),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `239_735_302` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10010:256 [INFO] [stderr] | [INFO] [stderr] 10010 | ("05674", Record {zip_code: "05674",zip_code_type: Type::Standard,city: "WARREN",state: "VT",coordinates: Some((44.12 as f64, -72.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(794),estimated_population: Some(1263),total_wages: Some(25586023),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_586_023` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10011:263 [INFO] [stderr] | [INFO] [stderr] 10011 | ("92114", Record {zip_code: "92114",zip_code_type: Type::Standard,city: "SAN DIEGO",state: "CA",coordinates: Some((32.71 as f64, -117.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(27373),estimated_population: Some(50254),total_wages: Some(875844144),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `875_844_144` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10013:256 [INFO] [stderr] | [INFO] [stderr] 10013 | ("91778", Record {zip_code: "91778",zip_code_type: Type::PoBox,city: "SAN GABRIEL",state: "CA",coordinates: Some((34.1 as f64, -118.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(627),estimated_population: Some(952),total_wages: Some(16039869),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_039_869` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10014:258 [INFO] [stderr] | [INFO] [stderr] 10014 | ("46253", Record {zip_code: "46253",zip_code_type: Type::PoBox,city: "INDIANAPOLIS",state: "IN",coordinates: Some((39.77 as f64, -86.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(320),estimated_population: Some(510),total_wages: Some(8178449),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_178_449` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10015:255 [INFO] [stderr] | [INFO] [stderr] 10015 | ("35480", Record {zip_code: "35480",zip_code_type: Type::Standard,city: "RALPH",state: "AL",coordinates: Some((33.05 as f64, -87.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(638),estimated_population: Some(1213),total_wages: Some(25437704),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_437_704` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10016:258 [INFO] [stderr] | [INFO] [stderr] 10016 | ("55965", Record {zip_code: "55965",zip_code_type: Type::Standard,city: "PRESTON",state: "MN",coordinates: Some((43.67 as f64, -92.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(1154),estimated_population: Some(2036),total_wages: Some(36102829),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_102_829` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10017:262 [INFO] [stderr] | [INFO] [stderr] 10017 | ("22473", Record {zip_code: "22473",zip_code_type: Type::Standard,city: "HEATHSVILLE",state: "VA",coordinates: Some((37.91 as f64, -76.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(1941),estimated_population: Some(3434),total_wages: Some(47866337),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_866_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10019:259 [INFO] [stderr] | [INFO] [stderr] 10019 | ("39212", Record {zip_code: "39212",zip_code_type: Type::Standard,city: "JACKSON",state: "MS",coordinates: Some((32.32 as f64, -90.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(13839),estimated_population: Some(24414),total_wages: Some(360434350),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `360_434_350` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10020:265 [INFO] [stderr] | [INFO] [stderr] 10020 | ("48069", Record {zip_code: "48069",zip_code_type: Type::Standard,city: "PLEASANT RIDGE",state: "MI",coordinates: Some((42.47 as f64, -83.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(1396),estimated_population: Some(2338),total_wages: Some(98465385),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `98_465_385` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10021:256 [INFO] [stderr] | [INFO] [stderr] 10021 | ("65034", Record {zip_code: "65034",zip_code_type: Type::Standard,city: "FORTUNA",state: "MO",coordinates: Some((38.57 as f64, -92.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(252),estimated_population: Some(459),total_wages: Some(3342391),}), [INFO] [stderr] | ^^^^^^^ help: consider: `3_342_391` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10024:260 [INFO] [stderr] | [INFO] [stderr] 10024 | ("24540", Record {zip_code: "24540",zip_code_type: Type::Standard,city: "DANVILLE",state: "VA",coordinates: Some((36.58 as f64, -79.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(13869),estimated_population: Some(24307),total_wages: Some(382938615),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `382_938_615` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10025:262 [INFO] [stderr] | [INFO] [stderr] 10025 | ("33054", Record {zip_code: "33054",zip_code_type: Type::Standard,city: "OPA LOCKA",state: "FL",coordinates: Some((25.93 as f64, -80.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(13354),estimated_population: Some(21961),total_wages: Some(286304686),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `286_304_686` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10027:256 [INFO] [stderr] | [INFO] [stderr] 10027 | ("34742", Record {zip_code: "34742",zip_code_type: Type::PoBox,city: "KISSIMMEE",state: "FL",coordinates: Some((28.3 as f64, -81.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(1192),estimated_population: Some(1960),total_wages: Some(29316103),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_316_103` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10029:257 [INFO] [stderr] | [INFO] [stderr] 10029 | ("48768", Record {zip_code: "48768",zip_code_type: Type::Standard,city: "VASSAR",state: "MI",coordinates: Some((43.37 as f64, -83.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(4709),estimated_population: Some(8519),total_wages: Some(133081456),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `133_081_456` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10030:264 [INFO] [stderr] | [INFO] [stderr] 10030 | ("90804", Record {zip_code: "90804",zip_code_type: Type::Standard,city: "LONG BEACH",state: "CA",coordinates: Some((33.78 as f64, -118.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(16479),estimated_population: Some(26726),total_wages: Some(528852232),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `528_852_232` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10031:261 [INFO] [stderr] | [INFO] [stderr] 10031 | ("26588", Record {zip_code: "26588",zip_code_type: Type::Standard,city: "RIVESVILLE",state: "WV",coordinates: Some((39.53 as f64, -80.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(1352),estimated_population: Some(2437),total_wages: Some(42281750),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_281_750` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10034:258 [INFO] [stderr] | [INFO] [stderr] 10034 | ("56208", Record {zip_code: "56208",zip_code_type: Type::Standard,city: "APPLETON",state: "MN",coordinates: Some((45.2 as f64, -96.02 as f64)),is_decommissioned: false,tax_returns_filed: Some(1054),estimated_population: Some(1764),total_wages: Some(25190244),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `25_190_244` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10035:267 [INFO] [stderr] | [INFO] [stderr] 10035 | ("92410", Record {zip_code: "92410",zip_code_type: Type::Standard,city: "SAN BERNARDINO",state: "CA",coordinates: Some((34.1 as f64, -117.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(15444),estimated_population: Some(29872),total_wages: Some(331265675),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `331_265_675` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10037:250 [INFO] [stderr] | [INFO] [stderr] 10037 | ("30724", Record {zip_code: "30724",zip_code_type: Type::PoBox,city: "ETON",state: "GA",coordinates: Some((34.82 as f64, -84.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(400),estimated_population: Some(774),total_wages: Some(10378379),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_378_379` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10038:262 [INFO] [stderr] | [INFO] [stderr] 10038 | ("53215", Record {zip_code: "53215",zip_code_type: Type::Standard,city: "MILWAUKEE",state: "WI",coordinates: Some((43.06 as f64, -87.96 as f64)),is_decommissioned: false,tax_returns_filed: Some(23681),estimated_population: Some(43304),total_wages: Some(614292207),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `614_292_207` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10040:263 [INFO] [stderr] | [INFO] [stderr] 10040 | ("74352", Record {zip_code: "74352",zip_code_type: Type::Standard,city: "LOCUST GROVE",state: "OK",coordinates: Some((36.19 as f64, -95.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(2604),estimated_population: Some(5115),total_wages: Some(79806614),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `79_806_614` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10041:259 [INFO] [stderr] | [INFO] [stderr] 10041 | ("27054", Record {zip_code: "27054",zip_code_type: Type::Standard,city: "WOODLEAF",state: "NC",coordinates: Some((35.76 as f64, -80.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(1240),estimated_population: Some(2319),total_wages: Some(35684091),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_684_091` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10042:258 [INFO] [stderr] | [INFO] [stderr] 10042 | ("84066", Record {zip_code: "84066",zip_code_type: Type::Standard,city: "ROOSEVELT",state: "UT",coordinates: Some((40.28 as f64, -110 as f64)),is_decommissioned: false,tax_returns_filed: Some(4449),estimated_population: Some(8673),total_wages: Some(199591102),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `199_591_102` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10043:261 [INFO] [stderr] | [INFO] [stderr] 10043 | ("47136", Record {zip_code: "47136",zip_code_type: Type::Standard,city: "LANESVILLE",state: "IN",coordinates: Some((38.23 as f64, -85.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(2038),estimated_population: Some(3818),total_wages: Some(88147968),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `88_147_968` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10044:247 [INFO] [stderr] | [INFO] [stderr] 10044 | ("16843", Record {zip_code: "16843",zip_code_type: Type::PoBox,city: "HYDE",state: "PA",coordinates: Some((41 as f64, -78.46 as f64)),is_decommissioned: false,tax_returns_filed: Some(418),estimated_population: Some(673),total_wages: Some(8637578),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_637_578` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10046:257 [INFO] [stderr] | [INFO] [stderr] 10046 | ("26812", Record {zip_code: "26812",zip_code_type: Type::Standard,city: "MATHIAS",state: "WV",coordinates: Some((38.87 as f64, -78.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(730),estimated_population: Some(1314),total_wages: Some(19659513),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_659_513` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10047:256 [INFO] [stderr] | [INFO] [stderr] 10047 | ("03846", Record {zip_code: "03846",zip_code_type: Type::Standard,city: "JACKSON",state: "NH",coordinates: Some((44.14 as f64, -71.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(523),estimated_population: Some(867),total_wages: Some(20099621),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_099_621` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10048:259 [INFO] [stderr] | [INFO] [stderr] 10048 | ("73078", Record {zip_code: "73078",zip_code_type: Type::Standard,city: "PIEDMONT",state: "OK",coordinates: Some((35.67 as f64, -97.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(3283),estimated_population: Some(6620),total_wages: Some(182340925),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `182_340_925` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10050:260 [INFO] [stderr] | [INFO] [stderr] 10050 | ("21661", Record {zip_code: "21661",zip_code_type: Type::Standard,city: "ROCK HALL",state: "MD",coordinates: Some((39.14 as f64, -76.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(1281),estimated_population: Some(2140),total_wages: Some(37376176),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `37_376_176` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10051:255 [INFO] [stderr] | [INFO] [stderr] 10051 | ("12585", Record {zip_code: "12585",zip_code_type: Type::Standard,city: "VERBANK",state: "NY",coordinates: Some((41.71 as f64, -73.7 as f64)),is_decommissioned: false,tax_returns_filed: Some(447),estimated_population: Some(833),total_wages: Some(23028364),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_028_364` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10053:263 [INFO] [stderr] | [INFO] [stderr] 10053 | ("97008", Record {zip_code: "97008",zip_code_type: Type::Standard,city: "BEAVERTON",state: "OR",coordinates: Some((45.45 as f64, -122.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(13333),estimated_population: Some(22687),total_wages: Some(537394044),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `537_394_044` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10055:259 [INFO] [stderr] | [INFO] [stderr] 10055 | ("15521", Record {zip_code: "15521",zip_code_type: Type::Standard,city: "ALUM BANK",state: "PA",coordinates: Some((40.19 as f64, -78.62 as f64)),is_decommissioned: false,tax_returns_filed: Some(808),estimated_population: Some(1495),total_wages: Some(22945575),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_945_575` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10057:261 [INFO] [stderr] | [INFO] [stderr] 10057 | ("45216", Record {zip_code: "45216",zip_code_type: Type::Standard,city: "CINCINNATI",state: "OH",coordinates: Some((39.09 as f64, -84.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(4262),estimated_population: Some(6739),total_wages: Some(110999111),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `110_999_111` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10058:259 [INFO] [stderr] | [INFO] [stderr] 10058 | ("17855", Record {zip_code: "17855",zip_code_type: Type::Standard,city: "NEW BERLIN",state: "PA",coordinates: Some((40.88 as f64, -76.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(530),estimated_population: Some(974),total_wages: Some(17160635),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_160_635` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10061:260 [INFO] [stderr] | [INFO] [stderr] 10061 | ("77071", Record {zip_code: "77071",zip_code_type: Type::Standard,city: "HOUSTON",state: "TX",coordinates: Some((29.76 as f64, -95.38 as f64)),is_decommissioned: false,tax_returns_filed: Some(11262),estimated_population: Some(19369),total_wages: Some(393038148),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `393_038_148` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10062:259 [INFO] [stderr] | [INFO] [stderr] 10062 | ("06401", Record {zip_code: "06401",zip_code_type: Type::Standard,city: "ANSONIA",state: "CT",coordinates: Some((41.34 as f64, -73.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(9196),estimated_population: Some(15455),total_wages: Some(358144360),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `358_144_360` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10063:261 [INFO] [stderr] | [INFO] [stderr] 10063 | ("52806", Record {zip_code: "52806",zip_code_type: Type::Standard,city: "DAVENPORT",state: "IA",coordinates: Some((41.55 as f64, -90.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(13001),estimated_population: Some(22349),total_wages: Some(462002723),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `462_002_723` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10065:257 [INFO] [stderr] | [INFO] [stderr] 10065 | ("72461", Record {zip_code: "72461",zip_code_type: Type::Standard,city: "RECTOR",state: "AR",coordinates: Some((36.26 as f64, -90.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(1444),estimated_population: Some(2680),total_wages: Some(36532376),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_532_376` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10068:260 [INFO] [stderr] | [INFO] [stderr] 10068 | ("38230", Record {zip_code: "38230",zip_code_type: Type::Standard,city: "GREENFIELD",state: "TN",coordinates: Some((36.15 as f64, -88.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(1522),estimated_population: Some(2816),total_wages: Some(41167849),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_167_849` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10069:255 [INFO] [stderr] | [INFO] [stderr] 10069 | ("78567", Record {zip_code: "78567",zip_code_type: Type::PoBox,city: "LOS INDIOS",state: "TX",coordinates: Some((26.1 as f64, -97.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(438),estimated_population: Some(890),total_wages: Some(7314978),}), [INFO] [stderr] | ^^^^^^^ help: consider: `7_314_978` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10070:261 [INFO] [stderr] | [INFO] [stderr] 10070 | ("40823", Record {zip_code: "40823",zip_code_type: Type::Standard,city: "CUMBERLAND",state: "KY",coordinates: Some((36.98 as f64, -82.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(1261),estimated_population: Some(2396),total_wages: Some(34041582),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_041_582` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10072:254 [INFO] [stderr] | [INFO] [stderr] 10072 | ("52324", Record {zip_code: "52324",zip_code_type: Type::Standard,city: "PALO",state: "IA",coordinates: Some((42.06 as f64, -91.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(814),estimated_population: Some(1575),total_wages: Some(40544803),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `40_544_803` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10073:259 [INFO] [stderr] | [INFO] [stderr] 10073 | ("93513", Record {zip_code: "93513",zip_code_type: Type::Standard,city: "BIG PINE",state: "CA",coordinates: Some((37.18 as f64, -118.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(817),estimated_population: Some(1370),total_wages: Some(26299862),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_299_862` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10074:264 [INFO] [stderr] | [INFO] [stderr] 10074 | ("22150", Record {zip_code: "22150",zip_code_type: Type::Standard,city: "SPRINGFIELD",state: "VA",coordinates: Some((38.78 as f64, -77.17 as f64)),is_decommissioned: false,tax_returns_filed: Some(13628),estimated_population: Some(22990),total_wages: Some(565927238),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `565_927_238` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10075:257 [INFO] [stderr] | [INFO] [stderr] 10075 | ("70342", Record {zip_code: "70342",zip_code_type: Type::Standard,city: "BERWICK",state: "LA",coordinates: Some((29.7 as f64, -91.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(2198),estimated_population: Some(4079),total_wages: Some(94680895),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `94_680_895` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10076:256 [INFO] [stderr] | [INFO] [stderr] 10076 | ("36052", Record {zip_code: "36052",zip_code_type: Type::Standard,city: "MATHEWS",state: "AL",coordinates: Some((32.13 as f64, -86.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(365),estimated_population: Some(693),total_wages: Some(22957817),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_957_817` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10077:255 [INFO] [stderr] | [INFO] [stderr] 10077 | ("30464", Record {zip_code: "30464",zip_code_type: Type::PoBox,city: "STILLMORE",state: "GA",coordinates: Some((32.44 as f64, -82.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(265),estimated_population: Some(470),total_wages: Some(4674731),}), [INFO] [stderr] | ^^^^^^^ help: consider: `4_674_731` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10078:265 [INFO] [stderr] | [INFO] [stderr] 10078 | ("07840", Record {zip_code: "07840",zip_code_type: Type::Standard,city: "HACKETTSTOWN",state: "NJ",coordinates: Some((40.85 as f64, -74.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(14203),estimated_population: Some(24882),total_wages: Some(792287770),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `792_287_770` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10080:262 [INFO] [stderr] | [INFO] [stderr] 10080 | ("17970", Record {zip_code: "17970",zip_code_type: Type::Standard,city: "SAINT CLAIR",state: "PA",coordinates: Some((40.72 as f64, -76.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(1670),estimated_population: Some(2656),total_wages: Some(41375851),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_375_851` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10081:257 [INFO] [stderr] | [INFO] [stderr] 10081 | ("46730", Record {zip_code: "46730",zip_code_type: Type::Standard,city: "CORUNNA",state: "IN",coordinates: Some((41.43 as f64, -85.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(646),estimated_population: Some(1163),total_wages: Some(22543963),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_543_963` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10083:255 [INFO] [stderr] | [INFO] [stderr] 10083 | ("74756", Record {zip_code: "74756",zip_code_type: Type::Standard,city: "SAWYER",state: "OK",coordinates: Some((34.02 as f64, -95.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(319),estimated_population: Some(615),total_wages: Some(8930903),}), [INFO] [stderr] | ^^^^^^^ help: consider: `8_930_903` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10084:257 [INFO] [stderr] | [INFO] [stderr] 10084 | ("75860", Record {zip_code: "75860",zip_code_type: Type::Standard,city: "TEAGUE",state: "TX",coordinates: Some((31.63 as f64, -96.28 as f64)),is_decommissioned: false,tax_returns_filed: Some(2399),estimated_population: Some(4474),total_wages: Some(81307605),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `81_307_605` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10085:260 [INFO] [stderr] | [INFO] [stderr] 10085 | ("65612", Record {zip_code: "65612",zip_code_type: Type::Standard,city: "BOIS D ARC",state: "MO",coordinates: Some((37.21 as f64, -93.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(596),estimated_population: Some(1091),total_wages: Some(18964609),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_964_609` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10086:260 [INFO] [stderr] | [INFO] [stderr] 10086 | ("53560", Record {zip_code: "53560",zip_code_type: Type::Standard,city: "MAZOMANIE",state: "WI",coordinates: Some((43.17 as f64, -89.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(1824),estimated_population: Some(3210),total_wages: Some(74547931),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `74_547_931` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10089:253 [INFO] [stderr] | [INFO] [stderr] 10089 | ("30604", Record {zip_code: "30604",zip_code_type: Type::PoBox,city: "ATHENS",state: "GA",coordinates: Some((33.95 as f64, -83.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(679),estimated_population: Some(1090),total_wages: Some(24324562),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_324_562` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10090:263 [INFO] [stderr] | [INFO] [stderr] 10090 | ("14845", Record {zip_code: "14845",zip_code_type: Type::Standard,city: "HORSEHEADS",state: "NY",coordinates: Some((42.16 as f64, -76.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(10019),estimated_population: Some(17593),total_wages: Some(420908467),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `420_908_467` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10092:267 [INFO] [stderr] | [INFO] [stderr] 10092 | ("02896", Record {zip_code: "02896",zip_code_type: Type::Standard,city: "NORTH SMITHFIELD",state: "RI",coordinates: Some((41.95 as f64, -71.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(4770),estimated_population: Some(8477),total_wages: Some(238027695),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `238_027_695` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10093:259 [INFO] [stderr] | [INFO] [stderr] 10093 | ("34266", Record {zip_code: "34266",zip_code_type: Type::Standard,city: "ARCADIA",state: "FL",coordinates: Some((27.21 as f64, -81.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(7565),estimated_population: Some(13648),total_wages: Some(187562624),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `187_562_624` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10094:261 [INFO] [stderr] | [INFO] [stderr] 10094 | ("95722", Record {zip_code: "95722",zip_code_type: Type::Standard,city: "MEADOW VISTA",state: "CA",coordinates: Some((39 as f64, -121.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(2278),estimated_population: Some(4202),total_wages: Some(109237126),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `109_237_126` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10095:255 [INFO] [stderr] | [INFO] [stderr] 10095 | ("96767", Record {zip_code: "96767",zip_code_type: Type::PoBox,city: "LAHAINA",state: "HI",coordinates: Some((20.89 as f64, -156.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(895),estimated_population: Some(1365),total_wages: Some(29192882),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_192_882` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10096:255 [INFO] [stderr] | [INFO] [stderr] 10096 | ("91734", Record {zip_code: "91734",zip_code_type: Type::PoBox,city: "EL MONTE",state: "CA",coordinates: Some((34.07 as f64, -118.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(557),estimated_population: Some(945),total_wages: Some(16139892),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_139_892` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10097:255 [INFO] [stderr] | [INFO] [stderr] 10097 | ("03882", Record {zip_code: "03882",zip_code_type: Type::Standard,city: "EFFINGHAM",state: "NH",coordinates: Some((43.71 as f64, -71 as f64)),is_decommissioned: false,tax_returns_filed: Some(598),estimated_population: Some(998),total_wages: Some(14698353),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_698_353` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10102:255 [INFO] [stderr] | [INFO] [stderr] 10102 | ("02831", Record {zip_code: "02831",zip_code_type: Type::Standard,city: "HOPE",state: "RI",coordinates: Some((41.75 as f64, -71.56 as f64)),is_decommissioned: false,tax_returns_filed: Some(1943),estimated_population: Some(3532),total_wages: Some(98056088),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `98_056_088` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10103:261 [INFO] [stderr] | [INFO] [stderr] 10103 | ("22579", Record {zip_code: "22579",zip_code_type: Type::PoBox,city: "WICOMICO CHURCH",state: "VA",coordinates: Some((37.81 as f64, -76.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(292),estimated_population: Some(507),total_wages: Some(6963931),}), [INFO] [stderr] | ^^^^^^^ help: consider: `6_963_931` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10104:260 [INFO] [stderr] | [INFO] [stderr] 10104 | ("72113", Record {zip_code: "72113",zip_code_type: Type::Standard,city: "MAUMELLE",state: "AR",coordinates: Some((34.85 as f64, -92.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(9510),estimated_population: Some(17358),total_wages: Some(513647245),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `513_647_245` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10105:257 [INFO] [stderr] | [INFO] [stderr] 10105 | ("37347", Record {zip_code: "37347",zip_code_type: Type::Standard,city: "JASPER",state: "TN",coordinates: Some((35.05 as f64, -85.62 as f64)),is_decommissioned: false,tax_returns_filed: Some(3556),estimated_population: Some(6433),total_wages: Some(111084536),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `111_084_536` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10106:261 [INFO] [stderr] | [INFO] [stderr] 10106 | ("13409", Record {zip_code: "13409",zip_code_type: Type::Standard,city: "MUNNSVILLE",state: "NY",coordinates: Some((42.97 as f64, -75.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(1091),estimated_population: Some(1917),total_wages: Some(33876638),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `33_876_638` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10107:262 [INFO] [stderr] | [INFO] [stderr] 10107 | ("39150", Record {zip_code: "39150",zip_code_type: Type::Standard,city: "PORT GIBSON",state: "MS",coordinates: Some((31.95 as f64, -90.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(2555),estimated_population: Some(4569),total_wages: Some(61036270),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `61_036_270` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10108:264 [INFO] [stderr] | [INFO] [stderr] 10108 | ("87025", Record {zip_code: "87025",zip_code_type: Type::Standard,city: "JEMEZ SPRINGS",state: "NM",coordinates: Some((35.77 as f64, -106.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(626),estimated_population: Some(1067),total_wages: Some(28944653),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_944_653` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10110:261 [INFO] [stderr] | [INFO] [stderr] 10110 | ("79107", Record {zip_code: "79107",zip_code_type: Type::Standard,city: "AMARILLO",state: "TX",coordinates: Some((35.2 as f64, -101.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(12854),estimated_population: Some(23567),total_wages: Some(274245357),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `274_245_357` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10115:260 [INFO] [stderr] | [INFO] [stderr] 10115 | ("06112", Record {zip_code: "06112",zip_code_type: Type::Standard,city: "HARTFORD",state: "CT",coordinates: Some((41.76 as f64, -72.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(9118),estimated_population: Some(14548),total_wages: Some(226505420),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `226_505_420` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10117:271 [INFO] [stderr] | [INFO] [stderr] 10117 | ("01718", Record {zip_code: "01718",zip_code_type: Type::Standard,city: "VILLAGE OF NAGOG WOODS",state: "MA",coordinates: Some((42.51 as f64, -71.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(306),estimated_population: Some(580),total_wages: Some(23316067),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_316_067` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10118:261 [INFO] [stderr] | [INFO] [stderr] 10118 | ("01886", Record {zip_code: "01886",zip_code_type: Type::Standard,city: "WESTFORD",state: "MA",coordinates: Some((42.58 as f64, -71.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(10483),estimated_population: Some(20376),total_wages: Some(903344951),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `903_344_951` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10119:256 [INFO] [stderr] | [INFO] [stderr] 10119 | ("57018", Record {zip_code: "57018",zip_code_type: Type::Standard,city: "COLTON",state: "SD",coordinates: Some((43.78 as f64, -96.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(714),estimated_population: Some(1243),total_wages: Some(23863577),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_863_577` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10120:263 [INFO] [stderr] | [INFO] [stderr] 10120 | ("60106", Record {zip_code: "60106",zip_code_type: Type::Standard,city: "BENSENVILLE",state: "IL",coordinates: Some((41.95 as f64, -87.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(9592),estimated_population: Some(17227),total_wages: Some(339835417),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `339_835_417` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10121:258 [INFO] [stderr] | [INFO] [stderr] 10121 | ("44662", Record {zip_code: "44662",zip_code_type: Type::Standard,city: "NAVARRE",state: "OH",coordinates: Some((40.72 as f64, -81.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(4586),estimated_population: Some(7868),total_wages: Some(139038676),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `139_038_676` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10123:258 [INFO] [stderr] | [INFO] [stderr] 10123 | ("20624", Record {zip_code: "20624",zip_code_type: Type::Standard,city: "CLEMENTS",state: "MD",coordinates: Some((38.32 as f64, -76.72 as f64)),is_decommissioned: false,tax_returns_filed: Some(599),estimated_population: Some(1077),total_wages: Some(29203563),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_203_563` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10126:259 [INFO] [stderr] | [INFO] [stderr] 10126 | ("15673", Record {zip_code: "15673",zip_code_type: Type::PoBox,city: "NORTH APOLLO",state: "PA",coordinates: Some((40.59 as f64, -79.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(658),estimated_population: Some(1150),total_wages: Some(19897009),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_897_009` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10127:258 [INFO] [stderr] | [INFO] [stderr] 10127 | ("75021", Record {zip_code: "75021",zip_code_type: Type::Standard,city: "DENISON",state: "TX",coordinates: Some((33.75 as f64, -96.56 as f64)),is_decommissioned: false,tax_returns_filed: Some(3873),estimated_population: Some(6825),total_wages: Some(114451137),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `114_451_137` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10129:268 [INFO] [stderr] | [INFO] [stderr] 10129 | ("33716", Record {zip_code: "33716",zip_code_type: Type::Standard,city: "SAINT PETERSBURG",state: "FL",coordinates: Some((27.75 as f64, -82.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(7904),estimated_population: Some(11007),total_wages: Some(292623145),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `292_623_145` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10131:259 [INFO] [stderr] | [INFO] [stderr] 10131 | ("66434", Record {zip_code: "66434",zip_code_type: Type::Standard,city: "HIAWATHA",state: "KS",coordinates: Some((39.85 as f64, -95.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(2275),estimated_population: Some(4045),total_wages: Some(61560557),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `61_560_557` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10134:254 [INFO] [stderr] | [INFO] [stderr] 10134 | ("35502", Record {zip_code: "35502",zip_code_type: Type::PoBox,city: "JASPER",state: "AL",coordinates: Some((33.85 as f64, -87.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(1050),estimated_population: Some(1849),total_wages: Some(40115204),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `40_115_204` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10136:258 [INFO] [stderr] | [INFO] [stderr] 10136 | ("05468", Record {zip_code: "05468",zip_code_type: Type::Standard,city: "MILTON",state: "VT",coordinates: Some((44.63 as f64, -73.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(6710),estimated_population: Some(11914),total_wages: Some(277076898),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `277_076_898` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10137:256 [INFO] [stderr] | [INFO] [stderr] 10137 | ("68117", Record {zip_code: "68117",zip_code_type: Type::Standard,city: "OMAHA",state: "NE",coordinates: Some((41.26 as f64, -96.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(3911),estimated_population: Some(6635),total_wages: Some(118119386),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `118_119_386` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10140:257 [INFO] [stderr] | [INFO] [stderr] 10140 | ("57362", Record {zip_code: "57362",zip_code_type: Type::Standard,city: "MILLER",state: "SD",coordinates: Some((44.52 as f64, -98.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(1028),estimated_population: Some(1789),total_wages: Some(24915361),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_915_361` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10142:260 [INFO] [stderr] | [INFO] [stderr] 10142 | ("19081", Record {zip_code: "19081",zip_code_type: Type::Standard,city: "SWARTHMORE",state: "PA",coordinates: Some((39.9 as f64, -75.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(4675),estimated_population: Some(8194),total_wages: Some(295366705),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `295_366_705` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10143:261 [INFO] [stderr] | [INFO] [stderr] 10143 | ("74547", Record {zip_code: "74547",zip_code_type: Type::Standard,city: "HARTSHORNE",state: "OK",coordinates: Some((34.83 as f64, -95.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(1457),estimated_population: Some(2670),total_wages: Some(44852481),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `44_852_481` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10145:252 [INFO] [stderr] | [INFO] [stderr] 10145 | ("75355", Record {zip_code: "75355",zip_code_type: Type::PoBox,city: "DALLAS",state: "TX",coordinates: Some((32.79 as f64, -96.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(285),estimated_population: Some(469),total_wages: Some(18179587),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_179_587` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10146:260 [INFO] [stderr] | [INFO] [stderr] 10146 | ("76048", Record {zip_code: "76048",zip_code_type: Type::Standard,city: "GRANBURY",state: "TX",coordinates: Some((32.44 as f64, -97.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(9759),estimated_population: Some(17420),total_wages: Some(347816530),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `347_816_530` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10148:258 [INFO] [stderr] | [INFO] [stderr] 10148 | ("45865", Record {zip_code: "45865",zip_code_type: Type::Standard,city: "MINSTER",state: "OH",coordinates: Some((40.39 as f64, -84.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(2544),estimated_population: Some(4377),total_wages: Some(102300484),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `102_300_484` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10153:254 [INFO] [stderr] | [INFO] [stderr] 10153 | ("92878", Record {zip_code: "92878",zip_code_type: Type::PoBox,city: "CORONA",state: "CA",coordinates: Some((33.87 as f64, -117.56 as f64)),is_decommissioned: false,tax_returns_filed: Some(877),estimated_population: Some(1547),total_wages: Some(34294955),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `34_294_955` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10154:253 [INFO] [stderr] | [INFO] [stderr] 10154 | ("18070", Record {zip_code: "18070",zip_code_type: Type::Standard,city: "PALM",state: "PA",coordinates: Some((40.43 as f64, -75.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(448),estimated_population: Some(801),total_wages: Some(17380323),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_380_323` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10156:258 [INFO] [stderr] | [INFO] [stderr] 10156 | ("48807", Record {zip_code: "48807",zip_code_type: Type::Standard,city: "BANNISTER",state: "MI",coordinates: Some((43.13 as f64, -84.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(377),estimated_population: Some(716),total_wages: Some(10329042),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_329_042` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10159:255 [INFO] [stderr] | [INFO] [stderr] 10159 | ("21912", Record {zip_code: "21912",zip_code_type: Type::Standard,city: "WARWICK",state: "MD",coordinates: Some((39.42 as f64, -75.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(504),estimated_population: Some(941),total_wages: Some(26522262),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_522_262` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10160:256 [INFO] [stderr] | [INFO] [stderr] 10160 | ("74455", Record {zip_code: "74455",zip_code_type: Type::Standard,city: "PORUM",state: "OK",coordinates: Some((35.35 as f64, -95.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1106),estimated_population: Some(2075),total_wages: Some(29370040),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_370_040` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10162:257 [INFO] [stderr] | [INFO] [stderr] 10162 | ("30421", Record {zip_code: "30421",zip_code_type: Type::Standard,city: "COLLINS",state: "GA",coordinates: Some((32.18 as f64, -82.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(1095),estimated_population: Some(2056),total_wages: Some(28360714),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_360_714` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10163:255 [INFO] [stderr] | [INFO] [stderr] 10163 | ("28561", Record {zip_code: "28561",zip_code_type: Type::PoBox,city: "NEW BERN",state: "NC",coordinates: Some((35.11 as f64, -77.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(788),estimated_population: Some(1330),total_wages: Some(24884630),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_884_630` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10164:263 [INFO] [stderr] | [INFO] [stderr] 10164 | ("89130", Record {zip_code: "89130",zip_code_type: Type::Standard,city: "LAS VEGAS",state: "NV",coordinates: Some((36.24 as f64, -115.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(14814),estimated_population: Some(25893),total_wages: Some(641208686),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `641_208_686` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10165:256 [INFO] [stderr] | [INFO] [stderr] 10165 | ("73547", Record {zip_code: "73547",zip_code_type: Type::Standard,city: "GRANITE",state: "OK",coordinates: Some((34.96 as f64, -99.37 as f64)),is_decommissioned: false,tax_returns_filed: Some(520),estimated_population: Some(961),total_wages: Some(15511700),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_511_700` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10166:259 [INFO] [stderr] | [INFO] [stderr] 10166 | ("19702", Record {zip_code: "19702",zip_code_type: Type::Standard,city: "NEWARK",state: "DE",coordinates: Some((39.67 as f64, -75.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(23785),estimated_population: Some(41451),total_wages: Some(1102285500),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_102_285_500` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10167:256 [INFO] [stderr] | [INFO] [stderr] 10167 | ("75447", Record {zip_code: "75447",zip_code_type: Type::Standard,city: "IVANHOE",state: "TX",coordinates: Some((33.71 as f64, -96.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(462),estimated_population: Some(884),total_wages: Some(14782431),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_782_431` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10169:260 [INFO] [stderr] | [INFO] [stderr] 10169 | ("34237", Record {zip_code: "34237",zip_code_type: Type::Standard,city: "SARASOTA",state: "FL",coordinates: Some((27.33 as f64, -82.54 as f64)),is_decommissioned: false,tax_returns_filed: Some(7042),estimated_population: Some(11174),total_wages: Some(172668767),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `172_668_767` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10170:263 [INFO] [stderr] | [INFO] [stderr] 10170 | ("56187", Record {zip_code: "56187",zip_code_type: Type::Standard,city: "WORTHINGTON",state: "MN",coordinates: Some((43.62 as f64, -95.59 as f64)),is_decommissioned: false,tax_returns_filed: Some(6194),estimated_population: Some(10806),total_wages: Some(173171193),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `173_171_193` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10171:257 [INFO] [stderr] | [INFO] [stderr] 10171 | ("68454", Record {zip_code: "68454",zip_code_type: Type::Standard,city: "UNADILLA",state: "NE",coordinates: Some((40.68 as f64, -96.27 as f64)),is_decommissioned: false,tax_returns_filed: Some(325),estimated_population: Some(603),total_wages: Some(12308529),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_308_529` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10172:258 [INFO] [stderr] | [INFO] [stderr] 10172 | ("79562", Record {zip_code: "79562",zip_code_type: Type::Standard,city: "TUSCOLA",state: "TX",coordinates: Some((32.21 as f64, -99.79 as f64)),is_decommissioned: false,tax_returns_filed: Some(1571),estimated_population: Some(3090),total_wages: Some(68482147),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `68_482_147` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10173:256 [INFO] [stderr] | [INFO] [stderr] 10173 | ("73014", Record {zip_code: "73014",zip_code_type: Type::Standard,city: "CALUMET",state: "OK",coordinates: Some((35.6 as f64, -98.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(625),estimated_population: Some(1165),total_wages: Some(20704562),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_704_562` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10176:268 [INFO] [stderr] | [INFO] [stderr] 10176 | ("71909", Record {zip_code: "71909",zip_code_type: Type::Standard,city: "HOT SPRINGS VILLAGE",state: "AR",coordinates: Some((34.66 as f64, -93 as f64)),is_decommissioned: false,tax_returns_filed: Some(8056),estimated_population: Some(14259),total_wages: Some(134694970),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `134_694_970` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10178:257 [INFO] [stderr] | [INFO] [stderr] 10178 | ("99181", Record {zip_code: "99181",zip_code_type: Type::Standard,city: "VALLEY",state: "WA",coordinates: Some((48.14 as f64, -117.76 as f64)),is_decommissioned: false,tax_returns_filed: Some(757),estimated_population: Some(1386),total_wages: Some(17126329),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_126_329` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10179:254 [INFO] [stderr] | [INFO] [stderr] 10179 | ("77615", Record {zip_code: "77615",zip_code_type: Type::PoBox,city: "EVADALE",state: "TX",coordinates: Some((30.33 as f64, -94.06 as f64)),is_decommissioned: false,tax_returns_filed: Some(606),estimated_population: Some(1163),total_wages: Some(22208671),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_208_671` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10181:259 [INFO] [stderr] | [INFO] [stderr] 10181 | ("40484", Record {zip_code: "40484",zip_code_type: Type::Standard,city: "STANFORD",state: "KY",coordinates: Some((37.53 as f64, -84.66 as f64)),is_decommissioned: false,tax_returns_filed: Some(5017),estimated_population: Some(9399),total_wages: Some(142885023),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `142_885_023` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10182:265 [INFO] [stderr] | [INFO] [stderr] 10182 | ("33066", Record {zip_code: "33066",zip_code_type: Type::Standard,city: "POMPANO BEACH",state: "FL",coordinates: Some((26.23 as f64, -80.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(8653),estimated_population: Some(13054),total_wages: Some(208727153),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `208_727_153` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10183:260 [INFO] [stderr] | [INFO] [stderr] 10183 | ("62941", Record {zip_code: "62941",zip_code_type: Type::Standard,city: "GRAND CHAIN",state: "IL",coordinates: Some((37.25 as f64, -89.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(346),estimated_population: Some(663),total_wages: Some(10453046),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_453_046` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10184:263 [INFO] [stderr] | [INFO] [stderr] 10184 | ("33467", Record {zip_code: "33467",zip_code_type: Type::Standard,city: "LAKE WORTH",state: "FL",coordinates: Some((26.61 as f64, -80.05 as f64)),is_decommissioned: false,tax_returns_filed: Some(23108),estimated_population: Some(41690),total_wages: Some(942911056),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `942_911_056` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10185:259 [INFO] [stderr] | [INFO] [stderr] 10185 | ("21205", Record {zip_code: "21205",zip_code_type: Type::Standard,city: "BALTIMORE",state: "MD",coordinates: Some((39.3 as f64, -76.61 as f64)),is_decommissioned: false,tax_returns_filed: Some(5709),estimated_population: Some(9645),total_wages: Some(119290463),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `119_290_463` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10186:256 [INFO] [stderr] | [INFO] [stderr] 10186 | ("56296", Record {zip_code: "56296",zip_code_type: Type::Standard,city: "WHEATON",state: "MN",coordinates: Some((45.8 as f64, -96.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(999),estimated_population: Some(1763),total_wages: Some(23839820),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_839_820` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10188:262 [INFO] [stderr] | [INFO] [stderr] 10188 | ("76103", Record {zip_code: "76103",zip_code_type: Type::Standard,city: "FORT WORTH",state: "TX",coordinates: Some((32.75 as f64, -97.33 as f64)),is_decommissioned: false,tax_returns_filed: Some(5880),estimated_population: Some(10569),total_wages: Some(158642203),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `158_642_203` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10190:261 [INFO] [stderr] | [INFO] [stderr] 10190 | ("67152", Record {zip_code: "67152",zip_code_type: Type::Standard,city: "WELLINGTON",state: "KS",coordinates: Some((37.27 as f64, -97.39 as f64)),is_decommissioned: false,tax_returns_filed: Some(4398),estimated_population: Some(7839),total_wages: Some(140201692),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `140_201_692` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10192:262 [INFO] [stderr] | [INFO] [stderr] 10192 | ("17876", Record {zip_code: "17876",zip_code_type: Type::Standard,city: "SHAMOKIN DAM",state: "PA",coordinates: Some((40.85 as f64, -76.82 as f64)),is_decommissioned: false,tax_returns_filed: Some(819),estimated_population: Some(1381),total_wages: Some(23144279),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_144_279` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10193:254 [INFO] [stderr] | [INFO] [stderr] 10193 | ("62849", Record {zip_code: "62849",zip_code_type: Type::Standard,city: "IUKA",state: "IL",coordinates: Some((38.61 as f64, -88.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(979),estimated_population: Some(1820),total_wages: Some(29078126),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_078_126` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10194:259 [INFO] [stderr] | [INFO] [stderr] 10194 | ("24549", Record {zip_code: "24549",zip_code_type: Type::Standard,city: "DRY FORK",state: "VA",coordinates: Some((36.75 as f64, -79.41 as f64)),is_decommissioned: false,tax_returns_filed: Some(1814),estimated_population: Some(3454),total_wages: Some(57155493),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `57_155_493` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10195:261 [INFO] [stderr] | [INFO] [stderr] 10195 | ("18623", Record {zip_code: "18623",zip_code_type: Type::Standard,city: "LACEYVILLE",state: "PA",coordinates: Some((41.64 as f64, -76.16 as f64)),is_decommissioned: false,tax_returns_filed: Some(1268),estimated_population: Some(2240),total_wages: Some(32250001),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_250_001` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10197:258 [INFO] [stderr] | [INFO] [stderr] 10197 | ("38456", Record {zip_code: "38456",zip_code_type: Type::Standard,city: "ETHRIDGE",state: "TN",coordinates: Some((35.32 as f64, -87.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(1333),estimated_population: Some(2522),total_wages: Some(35189327),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_189_327` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10198:261 [INFO] [stderr] | [INFO] [stderr] 10198 | ("48124", Record {zip_code: "48124",zip_code_type: Type::Standard,city: "DEARBORN",state: "MI",coordinates: Some((42.31 as f64, -83.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(16758),estimated_population: Some(27834),total_wages: Some(683646633),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `683_646_633` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10199:259 [INFO] [stderr] | [INFO] [stderr] 10199 | ("39840", Record {zip_code: "39840",zip_code_type: Type::Standard,city: "CUTHBERT",state: "GA",coordinates: Some((31.77 as f64, -84.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(2112),estimated_population: Some(3778),total_wages: Some(47382365),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_382_365` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10200:254 [INFO] [stderr] | [INFO] [stderr] 10200 | ("04847", Record {zip_code: "04847",zip_code_type: Type::Standard,city: "HOPE",state: "ME",coordinates: Some((44.26 as f64, -69.15 as f64)),is_decommissioned: false,tax_returns_filed: Some(700),estimated_population: Some(1253),total_wages: Some(22500240),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_500_240` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10201:264 [INFO] [stderr] | [INFO] [stderr] 10201 | ("19525", Record {zip_code: "19525",zip_code_type: Type::Standard,city: "GILBERTSVILLE",state: "PA",coordinates: Some((40.32 as f64, -75.6 as f64)),is_decommissioned: false,tax_returns_filed: Some(6276),estimated_population: Some(12010),total_wages: Some(350908569),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `350_908_569` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10202:258 [INFO] [stderr] | [INFO] [stderr] 10202 | ("19481", Record {zip_code: "19481",zip_code_type: Type::PoBox,city: "VALLEY FORGE",state: "PA",coordinates: Some((40.09 as f64, -75.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(334),estimated_population: Some(573),total_wages: Some(22066648),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_066_648` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10203:256 [INFO] [stderr] | [INFO] [stderr] 10203 | ("45418", Record {zip_code: "45418",zip_code_type: Type::Standard,city: "DAYTON",state: "OH",coordinates: Some((39.77 as f64, -84.19 as f64)),is_decommissioned: true,tax_returns_filed: Some(2519),estimated_population: Some(4119),total_wages: Some(61852454),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `61_852_454` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10204:259 [INFO] [stderr] | [INFO] [stderr] 10204 | ("78215", Record {zip_code: "78215",zip_code_type: Type::Standard,city: "SAN ANTONIO",state: "TX",coordinates: Some((29.45 as f64, -98.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(591),estimated_population: Some(798),total_wages: Some(17832869),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_832_869` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10205:259 [INFO] [stderr] | [INFO] [stderr] 10205 | ("85281", Record {zip_code: "85281",zip_code_type: Type::Standard,city: "TEMPE",state: "AZ",coordinates: Some((33.43 as f64, -111.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(19691),estimated_population: Some(27888),total_wages: Some(545019462),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `545_019_462` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10206:261 [INFO] [stderr] | [INFO] [stderr] 10206 | ("13433", Record {zip_code: "13433",zip_code_type: Type::Standard,city: "PORT LEYDEN",state: "NY",coordinates: Some((43.58 as f64, -75.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(715),estimated_population: Some(1261),total_wages: Some(17579742),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_579_742` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10207:259 [INFO] [stderr] | [INFO] [stderr] 10207 | ("24087", Record {zip_code: "24087",zip_code_type: Type::Standard,city: "ELLISTON",state: "VA",coordinates: Some((37.21 as f64, -80.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(1733),estimated_population: Some(3135),total_wages: Some(54778025),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `54_778_025` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10209:264 [INFO] [stderr] | [INFO] [stderr] 10209 | ("24637", Record {zip_code: "24637",zip_code_type: Type::Standard,city: "POUNDING MILL",state: "VA",coordinates: Some((37.04 as f64, -81.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(1474),estimated_population: Some(2833),total_wages: Some(61237565),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `61_237_565` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10210:258 [INFO] [stderr] | [INFO] [stderr] 10210 | ("91901", Record {zip_code: "91901",zip_code_type: Type::Standard,city: "ALPINE",state: "CA",coordinates: Some((32.8 as f64, -116.71 as f64)),is_decommissioned: false,tax_returns_filed: Some(6793),estimated_population: Some(12512),total_wages: Some(357480323),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `357_480_323` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10211:255 [INFO] [stderr] | [INFO] [stderr] 10211 | ("33194", Record {zip_code: "33194",zip_code_type: Type::Standard,city: "MIAMI",state: "FL",coordinates: Some((25.77 as f64, -80.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(2450),estimated_population: Some(4472),total_wages: Some(96605047),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `96_605_047` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10212:258 [INFO] [stderr] | [INFO] [stderr] 10212 | ("95663", Record {zip_code: "95663",zip_code_type: Type::Standard,city: "PENRYN",state: "CA",coordinates: Some((38.85 as f64, -121.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(1261),estimated_population: Some(2304),total_wages: Some(59958496),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `59_958_496` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10213:261 [INFO] [stderr] | [INFO] [stderr] 10213 | ("55012", Record {zip_code: "55012",zip_code_type: Type::Standard,city: "CENTER CITY",state: "MN",coordinates: Some((45.39 as f64, -92.81 as f64)),is_decommissioned: false,tax_returns_filed: Some(937),estimated_population: Some(1720),total_wages: Some(40798861),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `40_798_861` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10216:259 [INFO] [stderr] | [INFO] [stderr] 10216 | ("31029", Record {zip_code: "31029",zip_code_type: Type::Standard,city: "FORSYTH",state: "GA",coordinates: Some((33.03 as f64, -83.94 as f64)),is_decommissioned: false,tax_returns_filed: Some(6386),estimated_population: Some(11777),total_wages: Some(224132048),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `224_132_048` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10217:260 [INFO] [stderr] | [INFO] [stderr] 10217 | ("08028", Record {zip_code: "08028",zip_code_type: Type::Standard,city: "GLASSBORO",state: "NJ",coordinates: Some((39.7 as f64, -75.11 as f64)),is_decommissioned: false,tax_returns_filed: Some(7778),estimated_population: Some(13452),total_wages: Some(330389745),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `330_389_745` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10218:262 [INFO] [stderr] | [INFO] [stderr] 10218 | ("21162", Record {zip_code: "21162",zip_code_type: Type::Standard,city: "WHITE MARSH",state: "MD",coordinates: Some((39.38 as f64, -76.45 as f64)),is_decommissioned: false,tax_returns_filed: Some(1850),estimated_population: Some(3333),total_wages: Some(86494489),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `86_494_489` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10219:257 [INFO] [stderr] | [INFO] [stderr] 10219 | ("22971", Record {zip_code: "22971",zip_code_type: Type::Standard,city: "SHIPMAN",state: "VA",coordinates: Some((37.72 as f64, -78.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(732),estimated_population: Some(1291),total_wages: Some(22138662),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_138_662` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10222:256 [INFO] [stderr] | [INFO] [stderr] 10222 | ("13647", Record {zip_code: "13647",zip_code_type: Type::PoBox,city: "HANNAWA FALLS",state: "NY",coordinates: Some((44.51 as f64, -75 as f64)),is_decommissioned: false,tax_returns_filed: Some(297),estimated_population: Some(500),total_wages: Some(11226850),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_226_850` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10223:264 [INFO] [stderr] | [INFO] [stderr] 10223 | ("62922", Record {zip_code: "62922",zip_code_type: Type::Standard,city: "CREAL SPRINGS",state: "IL",coordinates: Some((37.61 as f64, -88.83 as f64)),is_decommissioned: false,tax_returns_filed: Some(1248),estimated_population: Some(2357),total_wages: Some(35008080),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_008_080` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10224:263 [INFO] [stderr] | [INFO] [stderr] 10224 | ("61025", Record {zip_code: "61025",zip_code_type: Type::Standard,city: "EAST DUBUQUE",state: "IL",coordinates: Some((42.49 as f64, -90.63 as f64)),is_decommissioned: false,tax_returns_filed: Some(2423),estimated_population: Some(4267),total_wages: Some(82266023),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `82_266_023` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10225:257 [INFO] [stderr] | [INFO] [stderr] 10225 | ("48449", Record {zip_code: "48449",zip_code_type: Type::Standard,city: "LENNON",state: "MI",coordinates: Some((42.98 as f64, -83.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(1507),estimated_population: Some(2678),total_wages: Some(38576749),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `38_576_749` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10226:251 [INFO] [stderr] | [INFO] [stderr] 10226 | ("74101", Record {zip_code: "74101",zip_code_type: Type::PoBox,city: "TULSA",state: "OK",coordinates: Some((36.12 as f64, -95.91 as f64)),is_decommissioned: false,tax_returns_filed: Some(679),estimated_population: Some(961),total_wages: Some(18521906),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_521_906` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10227:258 [INFO] [stderr] | [INFO] [stderr] 10227 | ("75758", Record {zip_code: "75758",zip_code_type: Type::Standard,city: "CHANDLER",state: "TX",coordinates: Some((32.3 as f64, -95.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(4113),estimated_population: Some(7626),total_wages: Some(136403326),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `136_403_326` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10228:256 [INFO] [stderr] | [INFO] [stderr] 10228 | ("78650", Record {zip_code: "78650",zip_code_type: Type::Standard,city: "MC DADE",state: "TX",coordinates: Some((30.3 as f64, -97.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(670),estimated_population: Some(1248),total_wages: Some(24572411),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_572_411` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10229:261 [INFO] [stderr] | [INFO] [stderr] 10229 | ("86515", Record {zip_code: "86515",zip_code_type: Type::PoBox,city: "WINDOW ROCK",state: "AZ",coordinates: Some((35.69 as f64, -108.98 as f64)),is_decommissioned: false,tax_returns_filed: Some(7433),estimated_population: Some(14221),total_wages: Some(183648913),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `183_648_913` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10230:259 [INFO] [stderr] | [INFO] [stderr] 10230 | ("35548", Record {zip_code: "35548",zip_code_type: Type::Standard,city: "BRILLIANT",state: "AL",coordinates: Some((34.01 as f64, -87.77 as f64)),is_decommissioned: false,tax_returns_filed: Some(651),estimated_population: Some(1228),total_wages: Some(16164857),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_164_857` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10232:255 [INFO] [stderr] | [INFO] [stderr] 10232 | ("68633", Record {zip_code: "68633",zip_code_type: Type::Standard,city: "DODGE",state: "NE",coordinates: Some((41.72 as f64, -96.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(555),estimated_population: Some(1004),total_wages: Some(13431007),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_431_007` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10234:257 [INFO] [stderr] | [INFO] [stderr] 10234 | ("44333", Record {zip_code: "44333",zip_code_type: Type::Standard,city: "AKRON",state: "OH",coordinates: Some((41.08 as f64, -81.52 as f64)),is_decommissioned: false,tax_returns_filed: Some(9697),estimated_population: Some(16582),total_wages: Some(648121401),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `648_121_401` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10235:258 [INFO] [stderr] | [INFO] [stderr] 10235 | ("75161", Record {zip_code: "75161",zip_code_type: Type::Standard,city: "TERRELL",state: "TX",coordinates: Some((32.73 as f64, -96.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(2463),estimated_population: Some(4554),total_wages: Some(91320557),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `91_320_557` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10236:261 [INFO] [stderr] | [INFO] [stderr] 10236 | ("78123", Record {zip_code: "78123",zip_code_type: Type::Standard,city: "MC QUEENEY",state: "TX",coordinates: Some((29.59 as f64, -98.04 as f64)),is_decommissioned: false,tax_returns_filed: Some(1215),estimated_population: Some(2101),total_wages: Some(41594236),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `41_594_236` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10237:255 [INFO] [stderr] | [INFO] [stderr] 10237 | ("35647", Record {zip_code: "35647",zip_code_type: Type::Standard,city: "LESTER",state: "AL",coordinates: Some((34.98 as f64, -87.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(428),estimated_population: Some(850),total_wages: Some(14018335),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_018_335` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10238:259 [INFO] [stderr] | [INFO] [stderr] 10238 | ("52755", Record {zip_code: "52755",zip_code_type: Type::Standard,city: "LONE TREE",state: "IA",coordinates: Some((41.48 as f64, -91.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(897),estimated_population: Some(1653),total_wages: Some(32852706),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `32_852_706` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10239:257 [INFO] [stderr] | [INFO] [stderr] 10239 | ("95551", Record {zip_code: "95551",zip_code_type: Type::Standard,city: "LOLETA",state: "CA",coordinates: Some((40.68 as f64, -124.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(611),estimated_population: Some(1088),total_wages: Some(17275172),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `17_275_172` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10240:257 [INFO] [stderr] | [INFO] [stderr] 10240 | ("31069", Record {zip_code: "31069",zip_code_type: Type::Standard,city: "PERRY",state: "GA",coordinates: Some((32.46 as f64, -83.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(8181),estimated_population: Some(14911),total_wages: Some(273091696),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `273_091_696` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10242:259 [INFO] [stderr] | [INFO] [stderr] 10242 | ("53544", Record {zip_code: "53544",zip_code_type: Type::Standard,city: "HOLLANDALE",state: "WI",coordinates: Some((42.87 as f64, -89.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(397),estimated_population: Some(717),total_wages: Some(15347561),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_347_561` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10245:256 [INFO] [stderr] | [INFO] [stderr] 10245 | ("51249", Record {zip_code: "51249",zip_code_type: Type::Standard,city: "SIBLEY",state: "IA",coordinates: Some((43.4 as f64, -95.74 as f64)),is_decommissioned: false,tax_returns_filed: Some(1673),estimated_population: Some(2996),total_wages: Some(47274535),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_274_535` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10246:253 [INFO] [stderr] | [INFO] [stderr] 10246 | ("68041", Record {zip_code: "68041",zip_code_type: Type::Standard,city: "MEAD",state: "NE",coordinates: Some((41.22 as f64, -96.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(454),estimated_population: Some(827),total_wages: Some(15658307),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_658_307` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10247:261 [INFO] [stderr] | [INFO] [stderr] 10247 | ("31906", Record {zip_code: "31906",zip_code_type: Type::Standard,city: "COLUMBUS",state: "GA",coordinates: Some((32.51 as f64, -84.87 as f64)),is_decommissioned: false,tax_returns_filed: Some(10668),estimated_population: Some(17965),total_wages: Some(298272637),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `298_272_637` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10248:261 [INFO] [stderr] | [INFO] [stderr] 10248 | ("07876", Record {zip_code: "07876",zip_code_type: Type::Standard,city: "SUCCASUNNA",state: "NJ",coordinates: Some((40.85 as f64, -74.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(5329),estimated_population: Some(9849),total_wages: Some(354128006),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `354_128_006` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10250:259 [INFO] [stderr] | [INFO] [stderr] 10250 | ("63549", Record {zip_code: "63549",zip_code_type: Type::Standard,city: "LA PLATA",state: "MO",coordinates: Some((40.02 as f64, -92.49 as f64)),is_decommissioned: false,tax_returns_filed: Some(1069),estimated_population: Some(1962),total_wages: Some(24232893),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `24_232_893` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10251:257 [INFO] [stderr] | [INFO] [stderr] 10251 | ("14129", Record {zip_code: "14129",zip_code_type: Type::Standard,city: "PERRYSBURG",state: "NY",coordinates: Some((42.45 as f64, -79 as f64)),is_decommissioned: false,tax_returns_filed: Some(600),estimated_population: Some(1056),total_wages: Some(19054842),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `19_054_842` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10252:265 [INFO] [stderr] | [INFO] [stderr] 10252 | ("17026", Record {zip_code: "17026",zip_code_type: Type::Standard,city: "FREDERICKSBURG",state: "PA",coordinates: Some((40.45 as f64, -76.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(1809),estimated_population: Some(3214),total_wages: Some(61849964),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `61_849_964` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10253:259 [INFO] [stderr] | [INFO] [stderr] 10253 | ("29812", Record {zip_code: "29812",zip_code_type: Type::Standard,city: "BARNWELL",state: "SC",coordinates: Some((33.24 as f64, -81.36 as f64)),is_decommissioned: false,tax_returns_filed: Some(4862),estimated_population: Some(8966),total_wages: Some(146621776),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `146_621_776` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10255:257 [INFO] [stderr] | [INFO] [stderr] 10255 | ("17748", Record {zip_code: "17748",zip_code_type: Type::PoBox,city: "MC ELHATTAN",state: "PA",coordinates: Some((41.16 as f64, -77.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(342),estimated_population: Some(587),total_wages: Some(10675735),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_675_735` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10258:261 [INFO] [stderr] | [INFO] [stderr] 10258 | ("97520", Record {zip_code: "97520",zip_code_type: Type::Standard,city: "ASHLAND",state: "OR",coordinates: Some((42.15 as f64, -122.53 as f64)),is_decommissioned: false,tax_returns_filed: Some(12222),estimated_population: Some(19338),total_wages: Some(320846947),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `320_846_947` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10259:261 [INFO] [stderr] | [INFO] [stderr] 10259 | ("53589", Record {zip_code: "53589",zip_code_type: Type::Standard,city: "STOUGHTON",state: "WI",coordinates: Some((42.92 as f64, -89.22 as f64)),is_decommissioned: false,tax_returns_filed: Some(9866),estimated_population: Some(17307),total_wages: Some(411050544),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `411_050_544` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10260:259 [INFO] [stderr] | [INFO] [stderr] 10260 | ("48340", Record {zip_code: "48340",zip_code_type: Type::Standard,city: "PONTIAC",state: "MI",coordinates: Some((42.64 as f64, -83.28 as f64)),is_decommissioned: false,tax_returns_filed: Some(9645),estimated_population: Some(16520),total_wages: Some(228851999),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `228_851_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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10261:254 [INFO] [stderr] | [INFO] [stderr] 10261 | ("75643", Record {zip_code: "75643",zip_code_type: Type::Standard,city: "GARY",state: "TX",coordinates: Some((32.01 as f64, -94.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(808),estimated_population: Some(1511),total_wages: Some(27175531),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `27_175_531` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10262:264 [INFO] [stderr] | [INFO] [stderr] 10262 | ("32220", Record {zip_code: "32220",zip_code_type: Type::Standard,city: "JACKSONVILLE",state: "FL",coordinates: Some((30.33 as f64, -81.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(5916),estimated_population: Some(10815),total_wages: Some(217284868),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `217_284_868` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10263:257 [INFO] [stderr] | [INFO] [stderr] 10263 | ("60642", Record {zip_code: "60642",zip_code_type: Type::Standard,city: "CHICAGO",state: "IL",coordinates: Some((41.9 as f64, -87.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(7044),estimated_population: Some(9637),total_wages: Some(397050504),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `397_050_504` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10264:261 [INFO] [stderr] | [INFO] [stderr] 10264 | ("91206", Record {zip_code: "91206",zip_code_type: Type::Standard,city: "GLENDALE",state: "CA",coordinates: Some((34.16 as f64, -118.2 as f64)),is_decommissioned: false,tax_returns_filed: Some(14809),estimated_population: Some(25063),total_wages: Some(657021840),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `657_021_840` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10265:257 [INFO] [stderr] | [INFO] [stderr] 10265 | ("55327", Record {zip_code: "55327",zip_code_type: Type::Standard,city: "DAYTON",state: "MN",coordinates: Some((45.18 as f64, -93.47 as f64)),is_decommissioned: false,tax_returns_filed: Some(1758),estimated_population: Some(3210),total_wages: Some(91081997),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `91_081_997` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10266:257 [INFO] [stderr] | [INFO] [stderr] 10266 | ("72734", Record {zip_code: "72734",zip_code_type: Type::Standard,city: "GENTRY",state: "AR",coordinates: Some((36.26 as f64, -94.48 as f64)),is_decommissioned: false,tax_returns_filed: Some(2843),estimated_population: Some(5426),total_wages: Some(89073125),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `89_073_125` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10267:262 [INFO] [stderr] | [INFO] [stderr] 10267 | ("01073", Record {zip_code: "01073",zip_code_type: Type::Standard,city: "SOUTHAMPTON",state: "MA",coordinates: Some((42.23 as f64, -72.73 as f64)),is_decommissioned: false,tax_returns_filed: Some(3043),estimated_population: Some(5385),total_wages: Some(147755801),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `147_755_801` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10269:258 [INFO] [stderr] | [INFO] [stderr] 10269 | ("93303", Record {zip_code: "93303",zip_code_type: Type::PoBox,city: "BAKERSFIELD",state: "CA",coordinates: Some((35.55 as f64, -118.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(258),estimated_population: Some(446),total_wages: Some(15035208),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_035_208` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10270:265 [INFO] [stderr] | [INFO] [stderr] 10270 | ("92075", Record {zip_code: "92075",zip_code_type: Type::Standard,city: "SOLANA BEACH",state: "CA",coordinates: Some((32.99 as f64, -117.25 as f64)),is_decommissioned: false,tax_returns_filed: Some(6695),estimated_population: Some(10911),total_wages: Some(481295872),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `481_295_872` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10272:256 [INFO] [stderr] | [INFO] [stderr] 10272 | ("39338", Record {zip_code: "39338",zip_code_type: Type::Standard,city: "LOUIN",state: "MS",coordinates: Some((32.07 as f64, -89.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1273),estimated_population: Some(2344),total_wages: Some(35626990),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `35_626_990` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10273:261 [INFO] [stderr] | [INFO] [stderr] 10273 | ("63939", Record {zip_code: "63939",zip_code_type: Type::Standard,city: "FAIRDEALING",state: "MO",coordinates: Some((36.67 as f64, -90.64 as f64)),is_decommissioned: false,tax_returns_filed: Some(567),estimated_population: Some(1090),total_wages: Some(13109575),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_109_575` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10274:258 [INFO] [stderr] | [INFO] [stderr] 10274 | ("14067", Record {zip_code: "14067",zip_code_type: Type::Standard,city: "GASPORT",state: "NY",coordinates: Some((43.19 as f64, -78.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(2445),estimated_population: Some(4368),total_wages: Some(83799943),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `83_799_943` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10275:261 [INFO] [stderr] | [INFO] [stderr] 10275 | ("38562", Record {zip_code: "38562",zip_code_type: Type::Standard,city: "GAINESBORO",state: "TN",coordinates: Some((36.36 as f64, -85.65 as f64)),is_decommissioned: false,tax_returns_filed: Some(2528),estimated_population: Some(4587),total_wages: Some(62002406),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `62_002_406` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10276:259 [INFO] [stderr] | [INFO] [stderr] 10276 | ("59230", Record {zip_code: "59230",zip_code_type: Type::Standard,city: "GLASGOW",state: "MT",coordinates: Some((48.18 as f64, -106.89 as f64)),is_decommissioned: false,tax_returns_filed: Some(2317),estimated_population: Some(3923),total_wages: Some(63306201),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `63_306_201` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10277:267 [INFO] [stderr] | [INFO] [stderr] 10277 | ("62201", Record {zip_code: "62201",zip_code_type: Type::Standard,city: "EAST SAINT LOUIS",state: "IL",coordinates: Some((38.61 as f64, -90.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(2238),estimated_population: Some(4041),total_wages: Some(42769233),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `42_769_233` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10278:263 [INFO] [stderr] | [INFO] [stderr] 10278 | ("55414", Record {zip_code: "55414",zip_code_type: Type::Standard,city: "MINNEAPOLIS",state: "MN",coordinates: Some((44.96 as f64, -93.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(8123),estimated_population: Some(10417),total_wages: Some(254779786),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `254_779_786` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10279:253 [INFO] [stderr] | [INFO] [stderr] 10279 | ("31403", Record {zip_code: "31403",zip_code_type: Type::PoBox,city: "SAVANNAH",state: "GA",coordinates: Some((32.08 as f64, -81.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(548),estimated_population: Some(883),total_wages: Some(13524078),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `13_524_078` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10281:260 [INFO] [stderr] | [INFO] [stderr] 10281 | ("54159", Record {zip_code: "54159",zip_code_type: Type::Standard,city: "PORTERFIELD",state: "WI",coordinates: Some((45.15 as f64, -87.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(704),estimated_population: Some(1257),total_wages: Some(23573634),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `23_573_634` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10282:258 [INFO] [stderr] | [INFO] [stderr] 10282 | ("07019", Record {zip_code: "07019",zip_code_type: Type::PoBox,city: "EAST ORANGE",state: "NJ",coordinates: Some((40.76 as f64, -74.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(687),estimated_population: Some(1090),total_wages: Some(22412271),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `22_412_271` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10283:259 [INFO] [stderr] | [INFO] [stderr] 10283 | ("85926", Record {zip_code: "85926",zip_code_type: Type::PoBox,city: "FORT APACHE",state: "AZ",coordinates: Some((34.05 as f64, -109.88 as f64)),is_decommissioned: false,tax_returns_filed: Some(519),estimated_population: Some(1038),total_wages: Some(11812690),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_812_690` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10284:261 [INFO] [stderr] | [INFO] [stderr] 10284 | ("48193", Record {zip_code: "48193",zip_code_type: Type::Standard,city: "RIVERVIEW",state: "MI",coordinates: Some((42.16 as f64, -83.21 as f64)),is_decommissioned: false,tax_returns_filed: Some(7456),estimated_population: Some(12834),total_wages: Some(266563366),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `266_563_366` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10286:260 [INFO] [stderr] | [INFO] [stderr] 10286 | ("34756", Record {zip_code: "34756",zip_code_type: Type::Standard,city: "MONTVERDE",state: "FL",coordinates: Some((28.59 as f64, -81.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(1512),estimated_population: Some(2778),total_wages: Some(68260963),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `68_260_963` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10287:257 [INFO] [stderr] | [INFO] [stderr] 10287 | ("24530", Record {zip_code: "24530",zip_code_type: Type::Standard,city: "CALLANDS",state: "VA",coordinates: Some((36.81 as f64, -79.58 as f64)),is_decommissioned: false,tax_returns_filed: Some(497),estimated_population: Some(892),total_wages: Some(14845524),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_845_524` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10288:265 [INFO] [stderr] | [INFO] [stderr] 10288 | ("97526", Record {zip_code: "97526",zip_code_type: Type::Standard,city: "GRANTS PASS",state: "OR",coordinates: Some((42.53 as f64, -123.34 as f64)),is_decommissioned: false,tax_returns_filed: Some(13798),estimated_population: Some(24106),total_wages: Some(339304233),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `339_304_233` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10289:262 [INFO] [stderr] | [INFO] [stderr] 10289 | ("26060", Record {zip_code: "26060",zip_code_type: Type::Standard,city: "VALLEY GROVE",state: "WV",coordinates: Some((40.09 as f64, -80.57 as f64)),is_decommissioned: false,tax_returns_filed: Some(856),estimated_population: Some(1549),total_wages: Some(27958370),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `27_958_370` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10290:255 [INFO] [stderr] | [INFO] [stderr] 10290 | ("29015", Record {zip_code: "29015",zip_code_type: Type::Standard,city: "BLAIR",state: "SC",coordinates: Some((34.49 as f64, -81.35 as f64)),is_decommissioned: false,tax_returns_filed: Some(697),estimated_population: Some(1222),total_wages: Some(15259902),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `15_259_902` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10291:258 [INFO] [stderr] | [INFO] [stderr] 10291 | ("54982", Record {zip_code: "54982",zip_code_type: Type::Standard,city: "WAUTOMA",state: "WI",coordinates: Some((44.06 as f64, -89.29 as f64)),is_decommissioned: false,tax_returns_filed: Some(3453),estimated_population: Some(5982),total_wages: Some(86194947),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `86_194_947` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10292:252 [INFO] [stderr] | [INFO] [stderr] 10292 | ("17235", Record {zip_code: "17235",zip_code_type: Type::PoBox,city: "MARION",state: "PA",coordinates: Some((39.86 as f64, -77.67 as f64)),is_decommissioned: false,tax_returns_filed: Some(349),estimated_population: Some(596),total_wages: Some(10153044),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `10_153_044` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10293:259 [INFO] [stderr] | [INFO] [stderr] 10293 | ("43016", Record {zip_code: "43016",zip_code_type: Type::Standard,city: "DUBLIN",state: "OH",coordinates: Some((40.11 as f64, -83.13 as f64)),is_decommissioned: false,tax_returns_filed: Some(16828),estimated_population: Some(28782),total_wages: Some(1100734272),}), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_100_734_272` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10294:261 [INFO] [stderr] | [INFO] [stderr] 10294 | ("30296", Record {zip_code: "30296",zip_code_type: Type::Standard,city: "RIVERDALE",state: "GA",coordinates: Some((33.56 as f64, -84.4 as f64)),is_decommissioned: false,tax_returns_filed: Some(12925),estimated_population: Some(22048),total_wages: Some(386770948),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `386_770_948` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10295:258 [INFO] [stderr] | [INFO] [stderr] 10295 | ("15055", Record {zip_code: "15055",zip_code_type: Type::Standard,city: "LAWRENCE",state: "PA",coordinates: Some((40.31 as f64, -80.14 as f64)),is_decommissioned: false,tax_returns_filed: Some(866),estimated_population: Some(1317),total_wages: Some(28883868),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `28_883_868` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10296:263 [INFO] [stderr] | [INFO] [stderr] 10296 | ("63138", Record {zip_code: "63138",zip_code_type: Type::Standard,city: "SAINT LOUIS",state: "MO",coordinates: Some((38.63 as f64, -90.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(9008),estimated_population: Some(15187),total_wages: Some(256025310),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `256_025_310` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10298:260 [INFO] [stderr] | [INFO] [stderr] 10298 | ("68048", Record {zip_code: "68048",zip_code_type: Type::Standard,city: "PLATTSMOUTH",state: "NE",coordinates: Some((41 as f64, -95.89 as f64)),is_decommissioned: false,tax_returns_filed: Some(5755),estimated_population: Some(10490),total_wages: Some(230762193),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `230_762_193` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10299:254 [INFO] [stderr] | [INFO] [stderr] 10299 | ("75838", Record {zip_code: "75838",zip_code_type: Type::Standard,city: "DONIE",state: "TX",coordinates: Some((31.47 as f64, -96.24 as f64)),is_decommissioned: false,tax_returns_filed: Some(306),estimated_population: Some(553),total_wages: Some(9568516),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_568_516` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10300:256 [INFO] [stderr] | [INFO] [stderr] 10300 | ("04910", Record {zip_code: "04910",zip_code_type: Type::Standard,city: "ALBION",state: "ME",coordinates: Some((44.53 as f64, -69.44 as f64)),is_decommissioned: false,tax_returns_filed: Some(934),estimated_population: Some(1695),total_wages: Some(30070739),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_070_739` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10301:257 [INFO] [stderr] | [INFO] [stderr] 10301 | ("18434", Record {zip_code: "18434",zip_code_type: Type::Standard,city: "JESSUP",state: "PA",coordinates: Some((41.46 as f64, -75.55 as f64)),is_decommissioned: false,tax_returns_filed: Some(2119),estimated_population: Some(3514),total_wages: Some(64002797),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `64_002_797` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10302:259 [INFO] [stderr] | [INFO] [stderr] 10302 | ("45735", Record {zip_code: "45735",zip_code_type: Type::Standard,city: "GUYSVILLE",state: "OH",coordinates: Some((39.29 as f64, -81.92 as f64)),is_decommissioned: false,tax_returns_filed: Some(757),estimated_population: Some(1356),total_wages: Some(20916534),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_916_534` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10304:261 [INFO] [stderr] | [INFO] [stderr] 10304 | ("52401", Record {zip_code: "52401",zip_code_type: Type::Standard,city: "CEDAR RAPIDS",state: "IA",coordinates: Some((41.97 as f64, -91.66 as f64)),is_decommissioned: false,tax_returns_filed: Some(626),estimated_population: Some(929),total_wages: Some(18067849),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `18_067_849` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10305:262 [INFO] [stderr] | [INFO] [stderr] 10305 | ("84339", Record {zip_code: "84339",zip_code_type: Type::Standard,city: "WELLSVILLE",state: "UT",coordinates: Some((41.62 as f64, -111.93 as f64)),is_decommissioned: false,tax_returns_filed: Some(1865),estimated_population: Some(3781),total_wages: Some(79382401),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `79_382_401` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10306:263 [INFO] [stderr] | [INFO] [stderr] 10306 | ("18960", Record {zip_code: "18960",zip_code_type: Type::Standard,city: "SELLERSVILLE",state: "PA",coordinates: Some((40.36 as f64, -75.3 as f64)),is_decommissioned: false,tax_returns_filed: Some(6502),estimated_population: Some(11241),total_wages: Some(288210398),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `288_210_398` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10307:257 [INFO] [stderr] | [INFO] [stderr] 10307 | ("30662", Record {zip_code: "30662",zip_code_type: Type::Standard,city: "ROYSTON",state: "GA",coordinates: Some((34.28 as f64, -83.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(3381),estimated_population: Some(6217),total_wages: Some(84220858),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `84_220_858` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10308:258 [INFO] [stderr] | [INFO] [stderr] 10308 | ("45405", Record {zip_code: "45405",zip_code_type: Type::Standard,city: "DAYTON",state: "OH",coordinates: Some((39.77 as f64, -84.19 as f64)),is_decommissioned: false,tax_returns_filed: Some(8484),estimated_population: Some(13462),total_wages: Some(199092735),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `199_092_735` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10309:262 [INFO] [stderr] | [INFO] [stderr] 10309 | ("02895", Record {zip_code: "02895",zip_code_type: Type::Standard,city: "WOONSOCKET",state: "RI",coordinates: Some((41.99 as f64, -71.5 as f64)),is_decommissioned: false,tax_returns_filed: Some(18487),estimated_population: Some(30278),total_wages: Some(577258006),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `577_258_006` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10310:256 [INFO] [stderr] | [INFO] [stderr] 10310 | ("95151", Record {zip_code: "95151",zip_code_type: Type::PoBox,city: "SAN JOSE",state: "CA",coordinates: Some((37.29 as f64, -121.78 as f64)),is_decommissioned: false,tax_returns_filed: Some(934),estimated_population: Some(1597),total_wages: Some(30622435),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `30_622_435` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10313:255 [INFO] [stderr] | [INFO] [stderr] 10313 | ("28782", Record {zip_code: "28782",zip_code_type: Type::Standard,city: "TRYON",state: "NC",coordinates: Some((35.2 as f64, -82.23 as f64)),is_decommissioned: false,tax_returns_filed: Some(2792),estimated_population: Some(4735),total_wages: Some(77105116),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `77_105_116` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10315:256 [INFO] [stderr] | [INFO] [stderr] 10315 | ("28556", Record {zip_code: "28556",zip_code_type: Type::Standard,city: "MERRITT",state: "NC",coordinates: Some((35.11 as f64, -76.69 as f64)),is_decommissioned: false,tax_returns_filed: Some(420),estimated_population: Some(749),total_wages: Some(9912975),}), [INFO] [stderr] | ^^^^^^^ help: consider: `9_912_975` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10316:257 [INFO] [stderr] | [INFO] [stderr] 10316 | ("92347", Record {zip_code: "92347",zip_code_type: Type::Standard,city: "HINKLEY",state: "CA",coordinates: Some((34.95 as f64, -117.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(542),estimated_population: Some(996),total_wages: Some(14960798),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `14_960_798` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10318:254 [INFO] [stderr] | [INFO] [stderr] 10318 | ("17006", Record {zip_code: "17006",zip_code_type: Type::Standard,city: "BLAIN",state: "PA",coordinates: Some((40.33 as f64, -77.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(471),estimated_population: Some(837),total_wages: Some(11276680),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `11_276_680` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10319:263 [INFO] [stderr] | [INFO] [stderr] 10319 | ("08755", Record {zip_code: "08755",zip_code_type: Type::Standard,city: "TOMS RIVER",state: "NJ",coordinates: Some((39.95 as f64, -74.18 as f64)),is_decommissioned: false,tax_returns_filed: Some(12311),estimated_population: Some(21432),total_wages: Some(535504694),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `535_504_694` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10320:255 [INFO] [stderr] | [INFO] [stderr] 10320 | ("79370", Record {zip_code: "79370",zip_code_type: Type::Standard,city: "SPUR",state: "TX",coordinates: Some((33.47 as f64, -100.85 as f64)),is_decommissioned: false,tax_returns_filed: Some(658),estimated_population: Some(1198),total_wages: Some(16242373),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `16_242_373` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10324:263 [INFO] [stderr] | [INFO] [stderr] 10324 | ("95636", Record {zip_code: "95636",zip_code_type: Type::Standard,city: "GRIZZLY FLATS",state: "CA",coordinates: Some((38.64 as f64, -120.51 as f64)),is_decommissioned: false,tax_returns_filed: Some(391),estimated_population: Some(723),total_wages: Some(12787448),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `12_787_448` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10325:263 [INFO] [stderr] | [INFO] [stderr] 10325 | ("45325", Record {zip_code: "45325",zip_code_type: Type::Standard,city: "FARMERSVILLE",state: "OH",coordinates: Some((39.67 as f64, -84.42 as f64)),is_decommissioned: false,tax_returns_filed: Some(1308),estimated_population: Some(2355),total_wages: Some(50096829),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `50_096_829` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10326:260 [INFO] [stderr] | [INFO] [stderr] 10326 | ("98053", Record {zip_code: "98053",zip_code_type: Type::Standard,city: "REDMOND",state: "WA",coordinates: Some((47.66 as f64, -122.01 as f64)),is_decommissioned: false,tax_returns_filed: Some(8457),estimated_population: Some(16209),total_wages: Some(757211932),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `757_211_932` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10330:261 [INFO] [stderr] | [INFO] [stderr] 10330 | ("64628", Record {zip_code: "64628",zip_code_type: Type::Standard,city: "BROOKFIELD",state: "MO",coordinates: Some((39.78 as f64, -93.07 as f64)),is_decommissioned: false,tax_returns_filed: Some(2664),estimated_population: Some(4707),total_wages: Some(69166425),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `69_166_425` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10331:254 [INFO] [stderr] | [INFO] [stderr] 10331 | ("38665", Record {zip_code: "38665",zip_code_type: Type::Standard,city: "SARAH",state: "MS",coordinates: Some((34.6 as f64, -90.12 as f64)),is_decommissioned: false,tax_returns_filed: Some(933),estimated_population: Some(1832),total_wages: Some(26039867),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `26_039_867` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10332:262 [INFO] [stderr] | [INFO] [stderr] 10332 | ("12846", Record {zip_code: "12846",zip_code_type: Type::Standard,city: "LAKE LUZERNE",state: "NY",coordinates: Some((43.32 as f64, -73.8 as f64)),is_decommissioned: false,tax_returns_filed: Some(1655),estimated_population: Some(2848),total_wages: Some(47085208),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_085_208` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10334:262 [INFO] [stderr] | [INFO] [stderr] 10334 | ("92026", Record {zip_code: "92026",zip_code_type: Type::Standard,city: "ESCONDIDO",state: "CA",coordinates: Some((33.22 as f64, -117.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(20681),estimated_population: Some(37252),total_wages: Some(837461137),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `837_461_137` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10335:262 [INFO] [stderr] | [INFO] [stderr] 10335 | ("97366", Record {zip_code: "97366",zip_code_type: Type::Standard,city: "SOUTH BEACH",state: "OR",coordinates: Some((44.56 as f64, -124.03 as f64)),is_decommissioned: false,tax_returns_filed: Some(804),estimated_population: Some(1319),total_wages: Some(20760372),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `20_760_372` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10336:262 [INFO] [stderr] | [INFO] [stderr] 10336 | ("06320", Record {zip_code: "06320",zip_code_type: Type::Standard,city: "NEW LONDON",state: "CT",coordinates: Some((41.35 as f64, -72.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(12745),estimated_population: Some(19438),total_wages: Some(384585195),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `384_585_195` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10337:260 [INFO] [stderr] | [INFO] [stderr] 10337 | ("95536", Record {zip_code: "95536",zip_code_type: Type::Standard,city: "FERNDALE",state: "CA",coordinates: Some((40.45 as f64, -124.26 as f64)),is_decommissioned: false,tax_returns_filed: Some(1332),estimated_population: Some(2338),total_wages: Some(36162286),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `36_162_286` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10338:262 [INFO] [stderr] | [INFO] [stderr] 10338 | ("02721", Record {zip_code: "02721",zip_code_type: Type::Standard,city: "FALL RIVER",state: "MA",coordinates: Some((41.71 as f64, -71.1 as f64)),is_decommissioned: false,tax_returns_filed: Some(11037),estimated_population: Some(18264),total_wages: Some(310142346),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `310_142_346` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10339:261 [INFO] [stderr] | [INFO] [stderr] 10339 | ("43570", Record {zip_code: "43570",zip_code_type: Type::Standard,city: "WEST UNITY",state: "OH",coordinates: Some((41.58 as f64, -84.43 as f64)),is_decommissioned: false,tax_returns_filed: Some(1519),estimated_population: Some(2652),total_wages: Some(47598135),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `47_598_135` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10340:260 [INFO] [stderr] | [INFO] [stderr] 10340 | ("55313", Record {zip_code: "55313",zip_code_type: Type::Standard,city: "BUFFALO",state: "MN",coordinates: Some((45.17 as f64, -93.86 as f64)),is_decommissioned: false,tax_returns_filed: Some(10653),estimated_population: Some(19513),total_wages: Some(478223021),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `478_223_021` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10341:260 [INFO] [stderr] | [INFO] [stderr] 10341 | ("60645", Record {zip_code: "60645",zip_code_type: Type::Standard,city: "CHICAGO",state: "IL",coordinates: Some((41.83 as f64, -87.68 as f64)),is_decommissioned: false,tax_returns_filed: Some(19272),estimated_population: Some(33583),total_wages: Some(678289976),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `678_289_976` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10342:256 [INFO] [stderr] | [INFO] [stderr] 10342 | ("18920", Record {zip_code: "18920",zip_code_type: Type::Standard,city: "ERWINNA",state: "PA",coordinates: Some((40.49 as f64, -75.08 as f64)),is_decommissioned: false,tax_returns_filed: Some(363),estimated_population: Some(612),total_wages: Some(29715188),}), [INFO] [stderr] | ^^^^^^^^ help: consider: `29_715_188` [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] --> /opt/crater/target/debug/build/zip_codes-55444e5c96df1a67/out/codegen.rs:10344:261 [INFO] [stderr] | [INFO] [stderr] 10344 | ("13032", Record {zip_code: "13032",zip_code_type: Type::Standard,city: "CANASTOTA",state: "NY",coordinates: Some((43.08 as f64, -75.75 as f64)),is_decommissioned: false,tax_returns_filed: Some(5950),estimated_population: Some(10386),total_wages: Some(199644445),}), [INFO] [stderr] | ^^^^^^^^^ help: consider: `199_644_445` [WARN] too many lines in the log, truncating it