[INFO] crate i2cbus-api 0.1.5 is already in cache [INFO] extracting crate i2cbus-api 0.1.5 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/i2cbus-api/0.1.5 [INFO] extracting crate i2cbus-api 0.1.5 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/i2cbus-api/0.1.5 [INFO] validating manifest of i2cbus-api-0.1.5 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of i2cbus-api-0.1.5 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing i2cbus-api-0.1.5 [INFO] finished frobbing i2cbus-api-0.1.5 [INFO] frobbed toml for i2cbus-api-0.1.5 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/i2cbus-api/0.1.5/Cargo.toml [INFO] started frobbing i2cbus-api-0.1.5 [INFO] finished frobbing i2cbus-api-0.1.5 [INFO] frobbed toml for i2cbus-api-0.1.5 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/i2cbus-api/0.1.5/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking i2cbus-api-0.1.5 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-4/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/i2cbus-api/0.1.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 940e4bd1a7e61424e5e5a24a44324a40cbaa526b0c3e75f512a721e6e124e97e [INFO] running `"docker" "start" "-a" "940e4bd1a7e61424e5e5a24a44324a40cbaa526b0c3e75f512a721e6e124e97e"` [INFO] [stderr] Checking i2cbus-api v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | /// Create Mime objects for the response content types for I2cBusApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | pub static ref I2C_BUS_API_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | /// Create Mime objects for the response content types for I2cBusApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref I2C_BUS_API_FILE_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | /// Create Mime objects for the response content types for I2cBusList [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref I2C_BUS_LIST_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | /// Create Mime objects for the response content types for I2cBusReadByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref I2C_BUS_READ_BYTE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | /// Create Mime objects for the response content types for I2cBusReadByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref I2C_BUS_READ_BYTE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | /// Create Mime objects for the response content types for I2cBusReadByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref I2C_BUS_READ_BYTE_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | /// Create Mime objects for the response content types for I2cBusReadBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | pub static ref I2C_BUS_READ_BYTES_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | /// Create Mime objects for the response content types for I2cBusReadBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref I2C_BUS_READ_BYTES_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | /// Create Mime objects for the response content types for I2cBusReadBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 40 | / lazy_static! { [INFO] [stderr] 41 | | pub static ref I2C_BUS_READ_BYTES_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 42 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | /// Create Mime objects for the response content types for I2cBusReadReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref I2C_BUS_READ_REG_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | /// Create Mime objects for the response content types for I2cBusReadReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / lazy_static! { [INFO] [stderr] 49 | | pub static ref I2C_BUS_READ_REG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | /// Create Mime objects for the response content types for I2cBusReadReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | / lazy_static! { [INFO] [stderr] 53 | | pub static ref I2C_BUS_READ_REG_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 54 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | /// Create Mime objects for the response content types for I2cBusWriteByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / lazy_static! { [INFO] [stderr] 57 | | pub static ref I2C_BUS_WRITE_BYTE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 58 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | /// Create Mime objects for the response content types for I2cBusWriteByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | pub static ref I2C_BUS_WRITE_BYTE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | /// Create Mime objects for the response content types for I2cBusWriteByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | pub static ref I2C_BUS_WRITE_BYTE_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | /// Create Mime objects for the response content types for I2cBusWriteByteReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 68 | / lazy_static! { [INFO] [stderr] 69 | | pub static ref I2C_BUS_WRITE_BYTE_REG_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 70 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | /// Create Mime objects for the response content types for I2cBusWriteByteReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 72 | / lazy_static! { [INFO] [stderr] 73 | | pub static ref I2C_BUS_WRITE_BYTE_REG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 74 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | /// Create Mime objects for the response content types for I2cBusWriteByteReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 76 | / lazy_static! { [INFO] [stderr] 77 | | pub static ref I2C_BUS_WRITE_BYTE_REG_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | /// Create Mime objects for the response content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | pub static ref I2C_BUS_WRITE_BYTES_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 82 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | /// Create Mime objects for the response content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 84 | / lazy_static! { [INFO] [stderr] 85 | | pub static ref I2C_BUS_WRITE_BYTES_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 86 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | /// Create Mime objects for the response content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | pub static ref I2C_BUS_WRITE_BYTES_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | /// Create Mime objects for the response content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 92 | / lazy_static! { [INFO] [stderr] 93 | | pub static ref I2C_BUS_WRITE_BYTES_REG_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 94 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | /// Create Mime objects for the response content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 96 | / lazy_static! { [INFO] [stderr] 97 | | pub static ref I2C_BUS_WRITE_BYTES_REG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 98 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | /// Create Mime objects for the response content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | pub static ref I2C_BUS_WRITE_BYTES_REG_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 102 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:108:4 [INFO] [stderr] | [INFO] [stderr] 108 | /// Create Mime objects for the request content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 109 | / lazy_static! { [INFO] [stderr] 110 | | pub static ref I2C_BUS_WRITE_BYTES: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 111 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:112:4 [INFO] [stderr] | [INFO] [stderr] 112 | /// Create Mime objects for the request content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 113 | / lazy_static! { [INFO] [stderr] 114 | | pub static ref I2C_BUS_WRITE_BYTES_REG: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | /// Create Mime objects for the response content types for I2cBusApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | pub static ref I2C_BUS_API_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | /// Create Mime objects for the response content types for I2cBusApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref I2C_BUS_API_FILE_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | /// Create Mime objects for the response content types for I2cBusList [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref I2C_BUS_LIST_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | /// Create Mime objects for the response content types for I2cBusReadByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref I2C_BUS_READ_BYTE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | /// Create Mime objects for the response content types for I2cBusReadByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref I2C_BUS_READ_BYTE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | /// Create Mime objects for the response content types for I2cBusReadByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref I2C_BUS_READ_BYTE_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | /// Create Mime objects for the response content types for I2cBusReadBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | pub static ref I2C_BUS_READ_BYTES_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | /// Create Mime objects for the response content types for I2cBusReadBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref I2C_BUS_READ_BYTES_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | /// Create Mime objects for the response content types for I2cBusReadBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 40 | / lazy_static! { [INFO] [stderr] 41 | | pub static ref I2C_BUS_READ_BYTES_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 42 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | /// Create Mime objects for the response content types for I2cBusReadReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref I2C_BUS_READ_REG_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | /// Create Mime objects for the response content types for I2cBusReadReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / lazy_static! { [INFO] [stderr] 49 | | pub static ref I2C_BUS_READ_REG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | /// Create Mime objects for the response content types for I2cBusReadReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | / lazy_static! { [INFO] [stderr] 53 | | pub static ref I2C_BUS_READ_REG_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 54 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | /// Create Mime objects for the response content types for I2cBusWriteByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / lazy_static! { [INFO] [stderr] 57 | | pub static ref I2C_BUS_WRITE_BYTE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 58 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | /// Create Mime objects for the response content types for I2cBusWriteByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | pub static ref I2C_BUS_WRITE_BYTE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | /// Create Mime objects for the response content types for I2cBusWriteByte [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | pub static ref I2C_BUS_WRITE_BYTE_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | /// Create Mime objects for the response content types for I2cBusWriteByteReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 68 | / lazy_static! { [INFO] [stderr] 69 | | pub static ref I2C_BUS_WRITE_BYTE_REG_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 70 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | /// Create Mime objects for the response content types for I2cBusWriteByteReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 72 | / lazy_static! { [INFO] [stderr] 73 | | pub static ref I2C_BUS_WRITE_BYTE_REG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 74 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | /// Create Mime objects for the response content types for I2cBusWriteByteReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 76 | / lazy_static! { [INFO] [stderr] 77 | | pub static ref I2C_BUS_WRITE_BYTE_REG_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | /// Create Mime objects for the response content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | pub static ref I2C_BUS_WRITE_BYTES_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 82 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | /// Create Mime objects for the response content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 84 | / lazy_static! { [INFO] [stderr] 85 | | pub static ref I2C_BUS_WRITE_BYTES_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 86 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | /// Create Mime objects for the response content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | pub static ref I2C_BUS_WRITE_BYTES_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | /// Create Mime objects for the response content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 92 | / lazy_static! { [INFO] [stderr] 93 | | pub static ref I2C_BUS_WRITE_BYTES_REG_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 94 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | /// Create Mime objects for the response content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 96 | / lazy_static! { [INFO] [stderr] 97 | | pub static ref I2C_BUS_WRITE_BYTES_REG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 98 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | /// Create Mime objects for the response content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | pub static ref I2C_BUS_WRITE_BYTES_REG_TRANSACTION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 102 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:108:4 [INFO] [stderr] | [INFO] [stderr] 108 | /// Create Mime objects for the request content types for I2cBusWriteBytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 109 | / lazy_static! { [INFO] [stderr] 110 | | pub static ref I2C_BUS_WRITE_BYTES: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 111 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:112:4 [INFO] [stderr] | [INFO] [stderr] 112 | /// Create Mime objects for the request content types for I2cBusWriteBytesReg [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 113 | / lazy_static! { [INFO] [stderr] 114 | | pub static ref I2C_BUS_WRITE_BYTES_REG: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.92s [INFO] running `"docker" "inspect" "940e4bd1a7e61424e5e5a24a44324a40cbaa526b0c3e75f512a721e6e124e97e"` [INFO] running `"docker" "rm" "-f" "940e4bd1a7e61424e5e5a24a44324a40cbaa526b0c3e75f512a721e6e124e97e"` [INFO] [stdout] 940e4bd1a7e61424e5e5a24a44324a40cbaa526b0c3e75f512a721e6e124e97e