Use hardware pwm finally... #42
Annotations
1 error and 13 warnings
Publish
Process completed with exit code 1.
|
unsafe function's docs miss `# Safety` section:
node-ffi/src/lib.rs#L125
warning: unsafe function's docs miss `# Safety` section
--> node-ffi/src/lib.rs:125:5
|
125 | pub unsafe fn disconnect(&mut self) -> Result<()> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
manual implementation of an assign operation:
encoder-wasm/src/lib.rs#L176
warning: manual implementation of an assign operation
--> encoder-wasm/src/lib.rs:176:13
|
176 | n = n | 1 << i;
| ^^^^^^^^^^^^^^ help: replace it with: `n |= 1 << i`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern
= note: `#[warn(clippy::assign_op_pattern)]` on by default
|
bound is defined in more than one place:
roblib/src/text_format/ser.rs#L173
warning: bound is defined in more than one place
--> roblib/src/text_format/ser.rs:173:34
|
173 | fn serialize_newtype_variant<T: ?Sized>(
| ^
...
181 | T: Serialize,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
|
bound is defined in more than one place:
roblib/src/text_format/ser.rs#L166
warning: bound is defined in more than one place
--> roblib/src/text_format/ser.rs:166:33
|
166 | fn serialize_newtype_struct<T: ?Sized>(self, _: &'static str, value: &T) -> Result<()>
| ^
167 | where
168 | T: Serialize,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
|
bound is defined in more than one place:
roblib/src/text_format/ser.rs#L141
warning: bound is defined in more than one place
--> roblib/src/text_format/ser.rs:141:23
|
141 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<()>
| ^
142 | where
143 | T: Serialize,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `#[warn(clippy::multiple_bound_locations)]` on by default
|
stable - aarch64-unknown-linux-gnu - node@18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
stable - x86_64-unknown-linux-musl - node@18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
stable - x86_64-apple-darwin - node@18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
stable - x86_64-unknown-linux-gnu - node@18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
stable - armv7-unknown-linux-gnueabihf - node@18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
stable - x86_64-pc-windows-msvc - node@18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "bindings-aarch64-unknown-linux-gnu", "bindings-armv7-unknown-linux-gnueabihf", "bindings-x86_64-apple-darwin", "bindings-x86_64-pc-windows-msvc", "bindings-x86_64-unknown-linux-gnu", "bindings-x86_64-unknown-linux-musl".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bindings-aarch64-unknown-linux-gnu
Expired
|
2.32 MB |
|
bindings-armv7-unknown-linux-gnueabihf
Expired
|
2.19 MB |
|
bindings-x86_64-apple-darwin
Expired
|
2.29 MB |
|
bindings-x86_64-pc-windows-msvc
Expired
|
2.64 MB |
|
bindings-x86_64-unknown-linux-gnu
Expired
|
2.61 MB |
|
bindings-x86_64-unknown-linux-musl
Expired
|
2.6 MB |
|