remap enums #4
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
changelog.yml
on: pull_request_target
Changelog check
5s
Annotations
2 warnings
Changelog check
The following actions uses node12 which is deprecated and will be forced to run on node16: Zomzog/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
this function has too many arguments (8/7):
src/i2c.rs#L141
warning: this function has too many arguments (8/7)
--> src/i2c.rs:141:5
|
141 | / fn blocking_i2c(
142 | | self,
143 | | pins: impl Into<Self::Pins>,
144 | | mode: impl Into<Mode>,
... |
149 | | data_timeout_us: u32,
150 | | ) -> BlockingI2c<Self> {
| |__________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
|