[INFO] crate pca9956b-api 0.1.1 is already in cache [INFO] extracting crate pca9956b-api 0.1.1 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/pca9956b-api/0.1.1 [INFO] extracting crate pca9956b-api 0.1.1 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/pca9956b-api/0.1.1 [INFO] validating manifest of pca9956b-api-0.1.1 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 pca9956b-api-0.1.1 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 pca9956b-api-0.1.1 [INFO] finished frobbing pca9956b-api-0.1.1 [INFO] frobbed toml for pca9956b-api-0.1.1 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/pca9956b-api/0.1.1/Cargo.toml [INFO] started frobbing pca9956b-api-0.1.1 [INFO] finished frobbing pca9956b-api-0.1.1 [INFO] frobbed toml for pca9956b-api-0.1.1 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/pca9956b-api/0.1.1/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] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pca9956b-api-0.1.1 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/pca9956b-api/0.1.1:/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] cf9b309dd9271c94e1a841322d7509d5ebc09cc6594ceb3ff846d87dbf6d85a0 [INFO] running `"docker" "start" "-a" "cf9b309dd9271c94e1a841322d7509d5ebc09cc6594ceb3ff846d87dbf6d85a0"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Checking serde_ignored v0.0.4 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking swagger v1.0.3 [INFO] [stderr] Checking pca9956b-api v0.1.1 (/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 ClearError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | pub static ref CLEAR_ERROR_BAD_REQUEST: Mime = "application/json".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 ClearError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref CLEAR_ERROR_OPERATION_FAILED: Mime = "application/json".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 GetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref GET_ADDR_ENABLED_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 GetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref GET_ADDR_ENABLED_BAD_REQUEST: 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 GetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref GET_ADDR_ENABLED_OPERATION_FAILED: 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 GetAddrInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref GET_ADDR_INFO_OK: 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 GetAddrInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | pub static ref GET_ADDR_INFO_BAD_REQUEST: 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 GetAddrInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref GET_ADDR_INFO_OPERATION_FAILED: 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 GetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 40 | / lazy_static! { [INFO] [stderr] 41 | | pub static ref GET_ADDR_VALUE_OK: 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 GetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref GET_ADDR_VALUE_BAD_REQUEST: 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 GetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / lazy_static! { [INFO] [stderr] 49 | | pub static ref GET_ADDR_VALUE_OPERATION_FAILED: 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 GetApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | / lazy_static! { [INFO] [stderr] 53 | | pub static ref GET_API_OK: Mime = "text/plain".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 GetApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / lazy_static! { [INFO] [stderr] 57 | | pub static ref GET_API_FILE_NOT_FOUND: Mime = "text/plain".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 GetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | pub static ref GET_CONFIG_OK: 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 GetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | pub static ref GET_CONFIG_BAD_REQUEST: 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 GetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 68 | / lazy_static! { [INFO] [stderr] 69 | | pub static ref GET_CONFIG_OPERATION_FAILED: 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 GetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 72 | / lazy_static! { [INFO] [stderr] 73 | | pub static ref GET_CURRENT_OK: 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 GetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 76 | / lazy_static! { [INFO] [stderr] 77 | | pub static ref GET_CURRENT_BAD_REQUEST: 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 GetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | pub static ref GET_CURRENT_OPERATION_FAILED: 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 GetError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 84 | / lazy_static! { [INFO] [stderr] 85 | | pub static ref GET_ERROR_OK: 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] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:7:5 [INFO] [stderr] | [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 GetError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | pub static ref GET_ERROR_BAD_REQUEST: 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 GetError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 92 | / lazy_static! { [INFO] [stderr] 93 | | pub static ref GET_ERROR_OPERATION_FAILED: 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 GetErrors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 96 | / lazy_static! { [INFO] [stderr] 97 | | pub static ref GET_ERRORS_OK: 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 GetErrors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | pub static ref GET_ERRORS_BAD_REQUEST: 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:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | /// Create Mime objects for the response content types for GetErrors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 104 | / lazy_static! { [INFO] [stderr] 105 | | pub static ref GET_ERRORS_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 106 | | } [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:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | /// Create Mime objects for the response content types for GetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 108 | / lazy_static! { [INFO] [stderr] 109 | | pub static ref GET_FREQ_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 110 | | } [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:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | /// Create Mime objects for the response content types for GetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 112 | / lazy_static! { [INFO] [stderr] 113 | | pub static ref GET_FREQ_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 114 | | } [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:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | /// Create Mime objects for the response content types for GetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 116 | / lazy_static! { [INFO] [stderr] 117 | | pub static ref GET_FREQ_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 118 | | } [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:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | /// Create Mime objects for the response content types for GetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 120 | / lazy_static! { [INFO] [stderr] 121 | | pub static ref GET_GROUP_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 122 | | } [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:123:5 [INFO] [stderr] | [INFO] [stderr] 123 | /// Create Mime objects for the response content types for GetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 124 | / lazy_static! { [INFO] [stderr] 125 | | pub static ref GET_GROUP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 126 | | } [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:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | /// Create Mime objects for the response content types for GetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | pub static ref GET_GROUP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 130 | | } [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:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | /// Create Mime objects for the response content types for GetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 132 | / lazy_static! { [INFO] [stderr] 133 | | pub static ref GET_LED_CURRENT_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 134 | | } [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:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | /// Create Mime objects for the response content types for GetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 136 | / lazy_static! { [INFO] [stderr] 137 | | pub static ref GET_LED_CURRENT_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 138 | | } [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:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | /// Create Mime objects for the response content types for GetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 140 | / lazy_static! { [INFO] [stderr] 141 | | pub static ref GET_LED_CURRENT_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 142 | | } [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:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | /// Create Mime objects for the response content types for GetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 144 | / lazy_static! { [INFO] [stderr] 145 | | pub static ref GET_LED_ERROR_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 146 | | } [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:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | /// Create Mime objects for the response content types for GetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 148 | / lazy_static! { [INFO] [stderr] 149 | | pub static ref GET_LED_ERROR_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 150 | | } [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:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | /// Create Mime objects for the response content types for GetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 152 | / lazy_static! { [INFO] [stderr] 153 | | pub static ref GET_LED_ERROR_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 154 | | } [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:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | /// Create Mime objects for the response content types for GetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 156 | / lazy_static! { [INFO] [stderr] 157 | | pub static ref GET_LED_INFO_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 158 | | } [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:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | /// Create Mime objects for the response content types for GetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 160 | / lazy_static! { [INFO] [stderr] 161 | | pub static ref GET_LED_INFO_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 162 | | } [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:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | /// Create Mime objects for the response content types for GetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 164 | / lazy_static! { [INFO] [stderr] 165 | | pub static ref GET_LED_INFO_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 166 | | } [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:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | /// Create Mime objects for the response content types for GetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 168 | / lazy_static! { [INFO] [stderr] 169 | | pub static ref GET_LED_INFO_ALL_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 170 | | } [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:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | /// Create Mime objects for the response content types for GetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 172 | / lazy_static! { [INFO] [stderr] 173 | | pub static ref GET_LED_INFO_ALL_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 174 | | } [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:175:5 [INFO] [stderr] | [INFO] [stderr] 175 | /// Create Mime objects for the response content types for GetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 176 | / lazy_static! { [INFO] [stderr] 177 | | pub static ref GET_LED_INFO_ALL_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 178 | | } [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:179:5 [INFO] [stderr] | [INFO] [stderr] 179 | /// Create Mime objects for the response content types for GetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 180 | / lazy_static! { [INFO] [stderr] 181 | | pub static ref GET_LED_PWM_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 182 | | } [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:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | /// Create Mime objects for the response content types for GetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 184 | / lazy_static! { [INFO] [stderr] 185 | | pub static ref GET_LED_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 186 | | } [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:187:5 [INFO] [stderr] | [INFO] [stderr] 187 | /// Create Mime objects for the response content types for GetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 188 | / lazy_static! { [INFO] [stderr] 189 | | pub static ref GET_LED_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 190 | | } [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:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | /// Create Mime objects for the response content types for GetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 192 | / lazy_static! { [INFO] [stderr] 193 | | pub static ref GET_LED_STATE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 194 | | } [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:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | /// Create Mime objects for the response content types for GetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 196 | / lazy_static! { [INFO] [stderr] 197 | | pub static ref GET_LED_STATE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 198 | | } [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:199:5 [INFO] [stderr] | [INFO] [stderr] 199 | /// Create Mime objects for the response content types for GetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 200 | / lazy_static! { [INFO] [stderr] 201 | | pub static ref GET_LED_STATE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 202 | | } [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:203:5 [INFO] [stderr] | [INFO] [stderr] 203 | /// Create Mime objects for the response content types for GetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | pub static ref GET_OFFSET_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 206 | | } [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:207:5 [INFO] [stderr] | [INFO] [stderr] 207 | /// Create Mime objects for the response content types for GetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 208 | / lazy_static! { [INFO] [stderr] 209 | | pub static ref GET_OFFSET_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 210 | | } [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:211:5 [INFO] [stderr] | [INFO] [stderr] 211 | /// Create Mime objects for the response content types for GetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 212 | / lazy_static! { [INFO] [stderr] 213 | | pub static ref GET_OFFSET_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 214 | | } [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:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | /// Create Mime objects for the response content types for GetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 216 | / lazy_static! { [INFO] [stderr] 217 | | pub static ref GET_OUTPUT_CHANGE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 218 | | } [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:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | /// Create Mime objects for the response content types for GetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 220 | / lazy_static! { [INFO] [stderr] 221 | | pub static ref GET_OUTPUT_CHANGE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 222 | | } [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:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | /// Create Mime objects for the response content types for GetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 224 | / lazy_static! { [INFO] [stderr] 225 | | pub static ref GET_OUTPUT_CHANGE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 226 | | } [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:227:5 [INFO] [stderr] | [INFO] [stderr] 227 | /// Create Mime objects for the response content types for GetOverTemp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 228 | / lazy_static! { [INFO] [stderr] 229 | | pub static ref GET_OVER_TEMP_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 230 | | } [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:231:5 [INFO] [stderr] | [INFO] [stderr] 231 | /// Create Mime objects for the response content types for GetOverTemp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 232 | / lazy_static! { [INFO] [stderr] 233 | | pub static ref GET_OVER_TEMP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 234 | | } [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:235:5 [INFO] [stderr] | [INFO] [stderr] 235 | /// Create Mime objects for the response content types for GetOverTemp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 236 | / lazy_static! { [INFO] [stderr] 237 | | pub static ref GET_OVER_TEMP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 238 | | } [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:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | /// Create Mime objects for the response content types for GetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 240 | / lazy_static! { [INFO] [stderr] 241 | | pub static ref GET_PWM_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 242 | | } [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:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | /// Create Mime objects for the response content types for GetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 244 | / lazy_static! { [INFO] [stderr] 245 | | pub static ref GET_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 246 | | } [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:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | /// Create Mime objects for the response content types for GetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 248 | / lazy_static! { [INFO] [stderr] 249 | | pub static ref GET_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 250 | | } [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:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | /// Create Mime objects for the response content types for GetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 252 | / lazy_static! { [INFO] [stderr] 253 | | pub static ref GET_SLEEP_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 254 | | } [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:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | /// Create Mime objects for the response content types for GetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 256 | / lazy_static! { [INFO] [stderr] 257 | | pub static ref GET_SLEEP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] 7 | /// Create Mime objects for the response content types for ClearError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | pub static ref CLEAR_ERROR_BAD_REQUEST: Mime = "application/json".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 ClearError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref CLEAR_ERROR_OPERATION_FAILED: Mime = "application/json".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 GetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref GET_ADDR_ENABLED_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 GetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref GET_ADDR_ENABLED_BAD_REQUEST: 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 GetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref GET_ADDR_ENABLED_OPERATION_FAILED: 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 GetAddrInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref GET_ADDR_INFO_OK: 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 GetAddrInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | pub static ref GET_ADDR_INFO_BAD_REQUEST: 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 GetAddrInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref GET_ADDR_INFO_OPERATION_FAILED: 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 GetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 40 | / lazy_static! { [INFO] [stderr] 41 | | pub static ref GET_ADDR_VALUE_OK: 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 GetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref GET_ADDR_VALUE_BAD_REQUEST: 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 GetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / lazy_static! { [INFO] [stderr] 49 | | pub static ref GET_ADDR_VALUE_OPERATION_FAILED: 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 GetApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | / lazy_static! { [INFO] [stderr] 53 | | pub static ref GET_API_OK: Mime = "text/plain".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 GetApi [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / lazy_static! { [INFO] [stderr] 57 | | pub static ref GET_API_FILE_NOT_FOUND: Mime = "text/plain".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 GetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | pub static ref GET_CONFIG_OK: 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 GetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | pub static ref GET_CONFIG_BAD_REQUEST: 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 GetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 68 | / lazy_static! { [INFO] [stderr] 69 | | pub static ref GET_CONFIG_OPERATION_FAILED: 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 GetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 72 | / lazy_static! { [INFO] [stderr] 73 | | pub static ref GET_CURRENT_OK: 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 GetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 76 | / lazy_static! { [INFO] [stderr] 77 | | pub static ref GET_CURRENT_BAD_REQUEST: 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 GetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | pub static ref GET_CURRENT_OPERATION_FAILED: 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 GetError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 84 | / lazy_static! { [INFO] [stderr] 85 | | pub static ref GET_ERROR_OK: 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 GetError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | pub static ref GET_ERROR_BAD_REQUEST: 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 GetError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 92 | / lazy_static! { [INFO] [stderr] 93 | | pub static ref GET_ERROR_OPERATION_FAILED: 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 GetErrors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 96 | / lazy_static! { [INFO] [stderr] 97 | | pub static ref GET_ERRORS_OK: 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 GetErrors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | pub static ref GET_ERRORS_BAD_REQUEST: 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:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | /// Create Mime objects for the response content types for GetErrors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 104 | / lazy_static! { [INFO] [stderr] 105 | | pub static ref GET_ERRORS_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 106 | | } [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:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | /// Create Mime objects for the response content types for GetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 108 | / lazy_static! { [INFO] [stderr] 109 | | pub static ref GET_FREQ_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 110 | | } [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:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | /// Create Mime objects for the response content types for GetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 112 | / lazy_static! { [INFO] [stderr] 113 | | pub static ref GET_FREQ_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 114 | | } [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:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | /// Create Mime objects for the response content types for GetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 116 | / lazy_static! { [INFO] [stderr] 117 | | pub static ref GET_FREQ_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 118 | | } [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:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | /// Create Mime objects for the response content types for GetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 120 | / lazy_static! { [INFO] [stderr] 121 | | pub static ref GET_GROUP_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 122 | | } [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:123:5 [INFO] [stderr] | [INFO] [stderr] 123 | /// Create Mime objects for the response content types for GetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 124 | / lazy_static! { [INFO] [stderr] 125 | | pub static ref GET_GROUP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 126 | | } [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:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | /// Create Mime objects for the response content types for GetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | pub static ref GET_GROUP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 130 | | } [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:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | /// Create Mime objects for the response content types for GetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 132 | / lazy_static! { [INFO] [stderr] 133 | | pub static ref GET_LED_CURRENT_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 134 | | } [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:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | /// Create Mime objects for the response content types for GetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 136 | / lazy_static! { [INFO] [stderr] 137 | | pub static ref GET_LED_CURRENT_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 138 | | } [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:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | /// Create Mime objects for the response content types for GetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 140 | / lazy_static! { [INFO] [stderr] 141 | | pub static ref GET_LED_CURRENT_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 142 | | } [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:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | /// Create Mime objects for the response content types for GetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 144 | / lazy_static! { [INFO] [stderr] 145 | | pub static ref GET_LED_ERROR_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 146 | | } [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:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | /// Create Mime objects for the response content types for GetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 148 | / lazy_static! { [INFO] [stderr] 149 | | pub static ref GET_LED_ERROR_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 150 | | } [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:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | /// Create Mime objects for the response content types for GetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 152 | / lazy_static! { [INFO] [stderr] 153 | | pub static ref GET_LED_ERROR_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 154 | | } [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:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | /// Create Mime objects for the response content types for GetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 156 | / lazy_static! { [INFO] [stderr] 157 | | pub static ref GET_LED_INFO_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 158 | | } [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:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | /// Create Mime objects for the response content types for GetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 160 | / lazy_static! { [INFO] [stderr] 161 | | pub static ref GET_LED_INFO_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 162 | | } [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:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | /// Create Mime objects for the response content types for GetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 164 | / lazy_static! { [INFO] [stderr] 165 | | pub static ref GET_LED_INFO_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 166 | | } [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:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | /// Create Mime objects for the response content types for GetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 168 | / lazy_static! { [INFO] [stderr] 169 | | pub static ref GET_LED_INFO_ALL_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 170 | | } [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:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | /// Create Mime objects for the response content types for GetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 172 | / lazy_static! { [INFO] [stderr] 173 | | pub static ref GET_LED_INFO_ALL_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 174 | | } [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:175:5 [INFO] [stderr] | [INFO] [stderr] 175 | /// Create Mime objects for the response content types for GetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 176 | / lazy_static! { [INFO] [stderr] 177 | | pub static ref GET_LED_INFO_ALL_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 178 | | } [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:179:5 [INFO] [stderr] | [INFO] [stderr] 179 | /// Create Mime objects for the response content types for GetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 180 | / lazy_static! { [INFO] [stderr] 181 | | pub static ref GET_LED_PWM_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 182 | | } [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:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | /// Create Mime objects for the response content types for GetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 184 | / lazy_static! { [INFO] [stderr] 185 | | pub static ref GET_LED_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 186 | | } [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:187:5 [INFO] [stderr] | [INFO] [stderr] 187 | /// Create Mime objects for the response content types for GetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 188 | / lazy_static! { [INFO] [stderr] 189 | | pub static ref GET_LED_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 190 | | } [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:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | /// Create Mime objects for the response content types for GetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 192 | / lazy_static! { [INFO] [stderr] 193 | | pub static ref GET_LED_STATE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 194 | | } [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:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | /// Create Mime objects for the response content types for GetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 196 | / lazy_static! { [INFO] [stderr] 197 | | pub static ref GET_LED_STATE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 198 | | } [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:199:5 [INFO] [stderr] | [INFO] [stderr] 199 | /// Create Mime objects for the response content types for GetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 200 | / lazy_static! { [INFO] [stderr] 201 | | pub static ref GET_LED_STATE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 202 | | } [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:203:5 [INFO] [stderr] | [INFO] [stderr] 203 | /// Create Mime objects for the response content types for GetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | pub static ref GET_OFFSET_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 206 | | } [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:207:5 [INFO] [stderr] | [INFO] [stderr] 207 | /// Create Mime objects for the response content types for GetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 208 | / lazy_static! { [INFO] [stderr] 209 | | pub static ref GET_OFFSET_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 210 | | } [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:211:5 [INFO] [stderr] | [INFO] [stderr] 211 | /// Create Mime objects for the response content types for GetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 212 | / lazy_static! { [INFO] [stderr] 213 | | pub static ref GET_OFFSET_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 214 | | } [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:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | /// Create Mime objects for the response content types for GetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 216 | / lazy_static! { [INFO] [stderr] 217 | | pub static ref GET_OUTPUT_CHANGE_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 218 | | } [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:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | /// Create Mime objects for the response content types for GetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 220 | / lazy_static! { [INFO] [stderr] 221 | | pub static ref GET_OUTPUT_CHANGE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 222 | | } [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:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | /// Create Mime objects for the response content types for GetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 224 | / lazy_static! { [INFO] [stderr] 225 | | pub static ref GET_OUTPUT_CHANGE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 226 | | } [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:227:5 [INFO] [stderr] | [INFO] [stderr] 227 | /// Create Mime objects for the response content types for GetOverTemp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 228 | / lazy_static! { [INFO] [stderr] 229 | | pub static ref GET_OVER_TEMP_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 230 | | } [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:231:5 [INFO] [stderr] | [INFO] [stderr] 231 | /// Create Mime objects for the response content types for GetOverTemp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 232 | / lazy_static! { [INFO] [stderr] 233 | | pub static ref GET_OVER_TEMP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 234 | | } [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:235:5 [INFO] [stderr] | [INFO] [stderr] 235 | /// Create Mime objects for the response content types for GetOverTemp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 236 | / lazy_static! { [INFO] [stderr] 237 | | pub static ref GET_OVER_TEMP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 238 | | } [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:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | /// Create Mime objects for the response content types for GetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 240 | / lazy_static! { [INFO] [stderr] 241 | | pub static ref GET_PWM_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 242 | | } [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:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | /// Create Mime objects for the response content types for GetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 244 | / lazy_static! { [INFO] [stderr] 245 | | pub static ref GET_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 246 | | } [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:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | /// Create Mime objects for the response content types for GetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 248 | / lazy_static! { [INFO] [stderr] 249 | | pub static ref GET_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 250 | | } [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:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | /// Create Mime objects for the response content types for GetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 252 | / lazy_static! { [INFO] [stderr] 253 | | pub static ref GET_SLEEP_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 254 | | } [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:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | /// Create Mime objects for the response content types for GetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 256 | / lazy_static! { [INFO] [stderr] 257 | | pub static ref GET_SLEEP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 258 | | } [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:259:5 [INFO] [stderr] | [INFO] [stderr] 259 | /// Create Mime objects for the response content types for GetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 260 | / lazy_static! { [INFO] [stderr] 261 | | pub static ref GET_SLEEP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 262 | | } [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:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | /// Create Mime objects for the response content types for Reset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 264 | / lazy_static! { [INFO] [stderr] 265 | | pub static ref RESET_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 266 | | } [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:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | /// Create Mime objects for the response content types for Reset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 268 | / lazy_static! { [INFO] [stderr] 269 | | pub static ref RESET_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 270 | | } [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:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | /// Create Mime objects for the response content types for SetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 272 | / lazy_static! { [INFO] [stderr] 273 | | pub static ref SET_ADDR_ENABLED_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 274 | | } [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:275:5 [INFO] [stderr] | [INFO] [stderr] 275 | /// Create Mime objects for the response content types for SetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 276 | / lazy_static! { [INFO] [stderr] 277 | | pub static ref SET_ADDR_ENABLED_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 278 | | } [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:279:5 [INFO] [stderr] | [INFO] [stderr] 279 | /// Create Mime objects for the response content types for SetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 280 | / lazy_static! { [INFO] [stderr] 281 | | pub static ref SET_ADDR_VALUE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 282 | | } [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:283:5 [INFO] [stderr] | [INFO] [stderr] 283 | /// Create Mime objects for the response content types for SetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 284 | / lazy_static! { [INFO] [stderr] 285 | | pub static ref SET_ADDR_VALUE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 286 | | } [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:259:5 [INFO] [stderr] | [INFO] [stderr] 259 | /// Create Mime objects for the response content types for GetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 260 | / lazy_static! { [INFO] [stderr] 261 | | pub static ref GET_SLEEP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 262 | | } [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:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | /// Create Mime objects for the response content types for Reset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 264 | / lazy_static! { [INFO] [stderr] 265 | | pub static ref RESET_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 266 | | } [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:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | /// Create Mime objects for the response content types for Reset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 268 | / lazy_static! { [INFO] [stderr] 269 | | pub static ref RESET_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 270 | | } [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:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | /// Create Mime objects for the response content types for SetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 272 | / lazy_static! { [INFO] [stderr] 273 | | pub static ref SET_ADDR_ENABLED_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 274 | | } [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:275:5 [INFO] [stderr] | [INFO] [stderr] 275 | /// Create Mime objects for the response content types for SetAddrEnabled [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 276 | / lazy_static! { [INFO] [stderr] 277 | | pub static ref SET_ADDR_ENABLED_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 278 | | } [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:279:5 [INFO] [stderr] | [INFO] [stderr] 279 | /// Create Mime objects for the response content types for SetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 280 | / lazy_static! { [INFO] [stderr] 281 | | pub static ref SET_ADDR_VALUE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 282 | | } [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:283:5 [INFO] [stderr] | [INFO] [stderr] 283 | /// Create Mime objects for the response content types for SetAddrValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 284 | / lazy_static! { [INFO] [stderr] 285 | | pub static ref SET_ADDR_VALUE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 286 | | } [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:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | /// Create Mime objects for the response content types for SetConfig [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] 288 | / lazy_static! { [INFO] [stderr] 289 | | pub static ref SET_CONFIG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 290 | | } [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:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | /// Create Mime objects for the response content types for SetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 292 | / lazy_static! { [INFO] [stderr] 293 | | pub static ref SET_CONFIG_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 294 | | } [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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | /// Create Mime objects for the response content types for SetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 296 | / lazy_static! { [INFO] [stderr] 297 | | pub static ref SET_CURRENT_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 298 | | } [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:299:5 [INFO] [stderr] | [INFO] [stderr] 299 | /// Create Mime objects for the response content types for SetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 300 | / lazy_static! { [INFO] [stderr] 301 | | pub static ref SET_CURRENT_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 302 | | } [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:303:5 [INFO] [stderr] | [INFO] [stderr] 303 | /// Create Mime objects for the response content types for SetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 304 | / lazy_static! { [INFO] [stderr] 305 | | pub static ref SET_FREQ_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 306 | | } [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:307:5 [INFO] [stderr] | [INFO] [stderr] 307 | /// Create Mime objects for the response content types for SetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 308 | / lazy_static! { [INFO] [stderr] 309 | | pub static ref SET_FREQ_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 310 | | } [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:311:5 [INFO] [stderr] | [INFO] [stderr] 311 | /// Create Mime objects for the response content types for SetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 312 | / lazy_static! { [INFO] [stderr] 313 | | pub static ref SET_GROUP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 314 | | } [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:315:5 [INFO] [stderr] | [INFO] [stderr] 315 | /// Create Mime objects for the response content types for SetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 316 | / lazy_static! { [INFO] [stderr] 317 | | pub static ref SET_GROUP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 318 | | } [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:319:5 [INFO] [stderr] | [INFO] [stderr] 319 | /// Create Mime objects for the response content types for SetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 320 | / lazy_static! { [INFO] [stderr] 321 | | pub static ref SET_LED_CURRENT_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 322 | | } [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:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | /// Create Mime objects for the response content types for SetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 324 | / lazy_static! { [INFO] [stderr] 325 | | pub static ref SET_LED_CURRENT_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 326 | | } [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:327:5 [INFO] [stderr] | [INFO] [stderr] 327 | /// Create Mime objects for the response content types for SetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 328 | / lazy_static! { [INFO] [stderr] 329 | | pub static ref SET_LED_ERROR_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 330 | | } [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:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | /// Create Mime objects for the response content types for SetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 332 | / lazy_static! { [INFO] [stderr] 333 | | pub static ref SET_LED_ERROR_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 334 | | } [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:335:5 [INFO] [stderr] | [INFO] [stderr] 335 | /// Create Mime objects for the response content types for SetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 336 | / lazy_static! { [INFO] [stderr] 337 | | pub static ref SET_LED_INFO_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 338 | | } [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:339:5 [INFO] [stderr] | [INFO] [stderr] 339 | /// Create Mime objects for the response content types for SetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 340 | / lazy_static! { [INFO] [stderr] 341 | | pub static ref SET_LED_INFO_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 342 | | } [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | /// Create Mime objects for the response content types for SetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 344 | / lazy_static! { [INFO] [stderr] 345 | | pub static ref SET_LED_INFO_ALL_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 346 | | } [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:347:5 [INFO] [stderr] | [INFO] [stderr] 347 | /// Create Mime objects for the response content types for SetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 348 | / lazy_static! { [INFO] [stderr] 349 | | pub static ref SET_LED_INFO_ALL_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 350 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] warning: unused doc comment [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] --> src/mimetypes.rs:287:5 [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:351:5 [INFO] [stderr] 287 | /// Create Mime objects for the response content types for SetConfig [INFO] [stderr] | [INFO] [stderr] 351 | /// Create Mime objects for the response content types for SetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 288 | / lazy_static! { [INFO] [stderr] 352 | / lazy_static! { [INFO] [stderr] 289 | | pub static ref SET_CONFIG_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 353 | | pub static ref SET_LED_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 290 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [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:355:5 [INFO] [stderr] | [INFO] [stderr] 355 | /// Create Mime objects for the response content types for SetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 356 | / lazy_static! { [INFO] [stderr] 357 | | pub static ref SET_LED_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 358 | | } [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:359:5 [INFO] [stderr] | [INFO] [stderr] 359 | /// Create Mime objects for the response content types for SetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 360 | / lazy_static! { [INFO] [stderr] 361 | | pub static ref SET_LED_STATE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 362 | | } [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | /// Create Mime objects for the response content types for SetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 364 | / lazy_static! { [INFO] [stderr] 365 | | pub static ref SET_LED_STATE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 366 | | } [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:367:5 [INFO] [stderr] | [INFO] [stderr] 367 | /// Create Mime objects for the response content types for SetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 368 | / lazy_static! { [INFO] [stderr] 369 | | pub static ref SET_OFFSET_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 370 | | } [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] | [INFO] [stderr] --> src/mimetypes.rs:371:5 [INFO] [stderr] | [INFO] [stderr] 371 | /// Create Mime objects for the response content types for SetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 372 | / lazy_static! { [INFO] [stderr] 373 | | pub static ref SET_OFFSET_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 374 | | } [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:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | /// Create Mime objects for the response content types for SetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 376 | / lazy_static! { [INFO] [stderr] 377 | | pub static ref SET_OUTPUT_CHANGE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 378 | | } [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | /// Create Mime objects for the response content types for SetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 380 | / lazy_static! { [INFO] [stderr] 381 | | pub static ref SET_OUTPUT_CHANGE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 382 | | } [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:383:5 [INFO] [stderr] | [INFO] [stderr] 383 | /// Create Mime objects for the response content types for SetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 384 | / lazy_static! { [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] 385 | | pub static ref SET_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 386 | | } [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:387:5 [INFO] [stderr] | [INFO] [stderr] 387 | /// Create Mime objects for the response content types for SetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 388 | / lazy_static! { [INFO] [stderr] 389 | | pub static ref SET_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 390 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] [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:391:5 [INFO] [stderr] | [INFO] [stderr] 391 | /// Create Mime objects for the response content types for SetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 392 | / lazy_static! { [INFO] [stderr] 393 | | pub static ref SET_SLEEP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 394 | | } [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:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | /// Create Mime objects for the response content types for SetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | pub static ref SET_SLEEP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 398 | | } [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:404:4 [INFO] [stderr] | [INFO] [stderr] 404 | /// Create Mime objects for the request content types for SetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 405 | / lazy_static! { [INFO] [stderr] 406 | | pub static ref SET_CONFIG: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 407 | | } [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:408:4 [INFO] [stderr] | [INFO] [stderr] 408 | /// Create Mime objects for the request content types for SetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 409 | / lazy_static! { [INFO] [stderr] 410 | | pub static ref SET_LED_INFO: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 411 | | } [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:412:4 [INFO] [stderr] | [INFO] [stderr] 412 | /// Create Mime objects for the request content types for SetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 413 | / lazy_static! { [INFO] [stderr] 414 | | pub static ref SET_LED_INFO_ALL: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 415 | | } [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:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | /// Create Mime objects for the response content types for SetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 292 | / lazy_static! { [INFO] [stderr] 293 | | pub static ref SET_CONFIG_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 294 | | } [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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | /// Create Mime objects for the response content types for SetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 296 | / lazy_static! { [INFO] [stderr] 297 | | pub static ref SET_CURRENT_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 298 | | } [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:299:5 [INFO] [stderr] | [INFO] [stderr] 299 | /// Create Mime objects for the response content types for SetCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 300 | / lazy_static! { [INFO] [stderr] 301 | | pub static ref SET_CURRENT_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 302 | | } [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:303:5 [INFO] [stderr] | [INFO] [stderr] 303 | /// Create Mime objects for the response content types for SetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 304 | / lazy_static! { [INFO] [stderr] 305 | | pub static ref SET_FREQ_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 306 | | } [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:307:5 [INFO] [stderr] | [INFO] [stderr] 307 | /// Create Mime objects for the response content types for SetFreq [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 308 | / lazy_static! { [INFO] [stderr] 309 | | pub static ref SET_FREQ_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 310 | | } [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:311:5 [INFO] [stderr] | [INFO] [stderr] 311 | /// Create Mime objects for the response content types for SetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 312 | / lazy_static! { [INFO] [stderr] 313 | | pub static ref SET_GROUP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 314 | | } [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:315:5 [INFO] [stderr] | [INFO] [stderr] 315 | /// Create Mime objects for the response content types for SetGroup [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 316 | / lazy_static! { [INFO] [stderr] 317 | | pub static ref SET_GROUP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 318 | | } [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:319:5 [INFO] [stderr] | [INFO] [stderr] 319 | /// Create Mime objects for the response content types for SetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 320 | / lazy_static! { [INFO] [stderr] 321 | | pub static ref SET_LED_CURRENT_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 322 | | } [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:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | /// Create Mime objects for the response content types for SetLedCurrent [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 324 | / lazy_static! { [INFO] [stderr] 325 | | pub static ref SET_LED_CURRENT_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 326 | | } [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:327:5 [INFO] [stderr] | [INFO] [stderr] 327 | /// Create Mime objects for the response content types for SetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 328 | / lazy_static! { [INFO] [stderr] 329 | | pub static ref SET_LED_ERROR_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 330 | | } [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:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | /// Create Mime objects for the response content types for SetLedError [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 332 | / lazy_static! { [INFO] [stderr] 333 | | pub static ref SET_LED_ERROR_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 334 | | } [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:335:5 [INFO] [stderr] | [INFO] [stderr] 335 | /// Create Mime objects for the response content types for SetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 336 | / lazy_static! { [INFO] [stderr] 337 | | pub static ref SET_LED_INFO_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 338 | | } [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:339:5 [INFO] [stderr] | [INFO] [stderr] 339 | /// Create Mime objects for the response content types for SetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 340 | / lazy_static! { [INFO] [stderr] 341 | | pub static ref SET_LED_INFO_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 342 | | } [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | /// Create Mime objects for the response content types for SetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 344 | / lazy_static! { [INFO] [stderr] 345 | | pub static ref SET_LED_INFO_ALL_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 346 | | } [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:347:5 [INFO] [stderr] | [INFO] [stderr] 347 | /// Create Mime objects for the response content types for SetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 348 | / lazy_static! { [INFO] [stderr] 349 | | pub static ref SET_LED_INFO_ALL_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 350 | | } [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:351:5 [INFO] [stderr] | [INFO] [stderr] 351 | /// Create Mime objects for the response content types for SetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 352 | / lazy_static! { [INFO] [stderr] 353 | | pub static ref SET_LED_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 354 | | } [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:355:5 [INFO] [stderr] | [INFO] [stderr] 355 | /// Create Mime objects for the response content types for SetLedPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 356 | / lazy_static! { [INFO] [stderr] 357 | | pub static ref SET_LED_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 358 | | } [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:359:5 [INFO] [stderr] | [INFO] [stderr] 359 | /// Create Mime objects for the response content types for SetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 360 | / lazy_static! { [INFO] [stderr] 361 | | pub static ref SET_LED_STATE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 362 | | } [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | /// Create Mime objects for the response content types for SetLedState [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 364 | / lazy_static! { [INFO] [stderr] 365 | | pub static ref SET_LED_STATE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 366 | | } [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:367:5 [INFO] [stderr] | [INFO] [stderr] 367 | /// Create Mime objects for the response content types for SetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 368 | / lazy_static! { [INFO] [stderr] 369 | | pub static ref SET_OFFSET_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 370 | | } [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:371:5 [INFO] [stderr] | [INFO] [stderr] 371 | /// Create Mime objects for the response content types for SetOffset [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 372 | / lazy_static! { [INFO] [stderr] 373 | | pub static ref SET_OFFSET_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 374 | | } [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:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | /// Create Mime objects for the response content types for SetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 376 | / lazy_static! { [INFO] [stderr] 377 | | pub static ref SET_OUTPUT_CHANGE_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 378 | | } [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | /// Create Mime objects for the response content types for SetOutputChange [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 380 | / lazy_static! { [INFO] [stderr] 381 | | pub static ref SET_OUTPUT_CHANGE_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 382 | | } [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:383:5 [INFO] [stderr] | [INFO] [stderr] 383 | /// Create Mime objects for the response content types for SetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 384 | / lazy_static! { [INFO] [stderr] 385 | | pub static ref SET_PWM_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 386 | | } [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:387:5 [INFO] [stderr] | [INFO] [stderr] 387 | /// Create Mime objects for the response content types for SetPwm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 388 | / lazy_static! { [INFO] [stderr] 389 | | pub static ref SET_PWM_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 390 | | } [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:391:5 [INFO] [stderr] | [INFO] [stderr] 391 | /// Create Mime objects for the response content types for SetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 392 | / lazy_static! { [INFO] [stderr] 393 | | pub static ref SET_SLEEP_BAD_REQUEST: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 394 | | } [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:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | /// Create Mime objects for the response content types for SetSleep [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | pub static ref SET_SLEEP_OPERATION_FAILED: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 398 | | } [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:404:4 [INFO] [stderr] | [INFO] [stderr] 404 | /// Create Mime objects for the request content types for SetConfig [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 405 | / lazy_static! { [INFO] [stderr] 406 | | pub static ref SET_CONFIG: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 407 | | } [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:408:4 [INFO] [stderr] | [INFO] [stderr] 408 | /// Create Mime objects for the request content types for SetLedInfo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 409 | / lazy_static! { [INFO] [stderr] 410 | | pub static ref SET_LED_INFO: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 411 | | } [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:412:4 [INFO] [stderr] | [INFO] [stderr] 412 | /// Create Mime objects for the request content types for SetLedInfoAll [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 413 | / lazy_static! { [INFO] [stderr] 414 | | pub static ref SET_LED_INFO_ALL: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 415 | | } [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 26.86s [INFO] running `"docker" "inspect" "cf9b309dd9271c94e1a841322d7509d5ebc09cc6594ceb3ff846d87dbf6d85a0"` [INFO] running `"docker" "rm" "-f" "cf9b309dd9271c94e1a841322d7509d5ebc09cc6594ceb3ff846d87dbf6d85a0"` [INFO] [stdout] cf9b309dd9271c94e1a841322d7509d5ebc09cc6594ceb3ff846d87dbf6d85a0